Metadata-Version: 2.1
Name: flowviz
Version: 0.0.1
Summary: Visualization for flow cytometry data.
Home-page: https://github.com/imyizhang/flowviz/
License: BSD-3-Clause
Author: Yi Zhang
Author-email: yizhang.dev@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Documentation, https://flowviz.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/imyizhang/flowviz/
Description-Content-Type: text/markdown

# FlowViz

Visualization for flow cytometry data.



## Installation

```bash
pip install flowviz
```



## Quick Start

```python
import flowviz
```



## Contributing



## License

FlowViz has an BSD-3-Clause license, as found in the [LICENSE](https://github.com/imyizhang/flowviz/blob/main/LICENSE) file.
