Metadata-Version: 2.4
Name: juzi
Version: 0.3.5
Summary: Detecting and analyzing recurrent gene programs in single-cell data
Author-email: Tom Ouellette <touellette112@gmail.com>
License-File: LICENSE.txt
Requires-Python: >=3.11
Requires-Dist: anndata>=0.12.2
Requires-Dist: glasbey
Requires-Dist: joblib
Requires-Dist: juzi
Requires-Dist: matplotlib
Requires-Dist: numpy>=2.2
Requires-Dist: scikit-learn
Requires-Dist: scipy>=1.16.1
Requires-Dist: statsmodels
Requires-Dist: tqdm>=4.67.1
Description-Content-Type: text/markdown

# juzi

`juzi` is a python package for defining and analyzing recurrent gene programs in single-cell data.

## Installation

`juzi` can be installed using `pip`

```bash
pip install juzi
```

Or, added to your project using `uv`

```bash
uv add juzi
```

## License

`juzi` is licensed under the BSD 3-Clause License (see LICENSE).

You may not use this file except in compliance with the license. A copy of the license has been included in the root of the repository. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the BSD 3-Clause license, shall be licensed as above, without any additional terms or conditions.
