FlowIO
FlowIO is a Python library for reading / writing Flow Cytometry Standard (FCS) files
What it is and what it does
FlowIO is a lightweight Python library for reading and writing Flow Cytometry Standard (FCS) files. It focuses on minimal dependencies and straightforward parsing, making it suitable for scenarios like web server backends or simple metadata extraction from flow cytometry datasets. The library depends only on numpy and targets Python 3.9 through 3.13.
For users needing only FCS file I/O and basic data access, FlowIO provides a direct, low-overhead solution. The package is marked Production/Stable and has been maintained since 2018, though recent activity has slowed. For more advanced cytometry analysis—compensation, transformation, gating, or FlowJo workspace import—the related FlowKit library is recommended instead.
Use it for:
- Parse FCS metadata and parameters from flow cytometry experiments in a web service backend.
- Extract raw flow cytometry data from FCS files for downstream processing in data pipelines.
- Write standardized FCS files from processed cytometry data to share with other analysis tools.
- Batch convert or validate FCS file format compliance across a dataset collection.
- Integrate FCS file reading into lightweight command-line tools without heavy dependencies.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
FlowIO reads and writes Flow Cytometry Standard (FCS) files, the standard format for flow cytometry data, with minimal dependencies suitable for parsing and metadata extraction.
Yes, if you need straightforward FCS file I/O with minimal overhead. The BSD 3-Clause license is permissive, and the package is stable and production-ready. However, the 462-day gap since the last release and aging maintenance status mean you should verify that the package still meets your needs and that any bugs or compatibility issues with newer Python versions have been addressed. For advanced cytometry analysis, use FlowKit instead.
Install
flowio on PyPI
pip
pip install flowiouv
uv add flowiopoetry
poetry add flowioInstalling FlowIO
Before you install
High install friction due to numpy as a compiled dependency. The package is in aging maintenance status—last release was 462 days ago—though the repository remains active with a recent commit on 2025-11-05 and no archived status.
License in practice
BSD 3-Clause License permits commercial and private use with minimal restrictions; you must retain copyright notices and disclaimers in source and binary distributions.
Quickstart
pip install flowio
import flowio
fcs = flowio.FlowData('sample.fcs')
print(fcs.text)
Requires numpy; Python 3.9 or later.
Verify before relying
- Whether the 462-day gap since the last release (2025-05-09) reflects planned stability or reduced active development.
- Performance characteristics when handling large FCS datasets or batch processing scenarios.
Package facts
| License | BSD 3-Clause License Copyright (c) 2019, Scott White All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following… (full text in the JSON record) (permissive) |
| Python support | not specified |
| Install friction | high — source build required |
| Runtime dependencies | 1 — numpy |
| Maintenance | aging — 462 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 120,102/month — #12,042 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: flowio-1.4.0.tar.gz
Tags
More Information Analysis packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
networkxNetworkX provides data structures and…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
snowflake-snowpark-pythonSnowpark Python provides APIs to query and…
permissive · top 1,000 on PyPI
aiofileProvides asynchronous file I/O operations for…
permissive · top 1,000 on PyPI
pyxlsbParses Excel 2007-2010 Binary Workbook (xlsb)…
copyleft · top 5,000 on PyPI
resforesfo parses binary and ASCII output files from…
copyleft · top 15,000 on PyPI
pylightxlReads and writes Microsoft Excel files (.xlsx,…
permissive · top 15,000 on PyPI
rosbagsRead, write, convert, and deserialize ROS bag…
permissive · top 15,000 on PyPI
laspyLaspy reads, modifies, and writes LAS and LAZ…
permissive · top 5,000 on PyPI
mrcfilemrcfile reads and writes MRC2014 format files…
permissive · top 15,000 on PyPI
sec-apiA Python client for the SEC-API.io service that…
permissive · top 15,000 on PyPI
aiocsvProvides async-compatible CSV reading and…
permissive · top 5,000 on PyPI
pyorcPyORC reads and writes Apache ORC files using…
permissive · top 15,000 on PyPI