Metadata-Version: 2.1
Name: countess
Version: 0.0.62
Summary: CountESS
Author-email: Nick Moore <nick@zoic.org>, Alan Rubin <alan@rubin.id.au>
Maintainer-email: Nick Moore <nick@zoic.org>
License: BSD-3-Clause
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: fqfa~=1.3.0
Requires-Dist: more_itertools~=9.1.0
Requires-Dist: numpy~=1.26
Requires-Dist: pandas~=2.1.0
Requires-Dist: psutil~=5.9.5
Requires-Dist: rapidfuzz~=2.15.1
Requires-Dist: tkinterweb~=3.23.5
Requires-Dist: ttkthemes~=3.2.2
Requires-Dist: typing_extensions~=4.8.0
Provides-Extra: dev
Requires-Dist: black<24; extra == "dev"
Requires-Dist: build==0.10.0; extra == "dev"
Requires-Dist: coverage==7.3.2; extra == "dev"
Requires-Dist: mypy~=1.0.1; extra == "dev"
Requires-Dist: pylint~=3.2.3; extra == "dev"
Requires-Dist: types-psutil~=5.9.5; extra == "dev"
Requires-Dist: types-ttkthemes~=3.2; extra == "dev"
Requires-Dist: twine==4.0.2; extra == "dev"
Requires-Dist: pandas-stubs~=2.1.0; extra == "dev"
Requires-Dist: pytest~=7.2; extra == "dev"

# CountESS 0.0.62

This is CountESS, a modular, Python 3 reimplementation of Enrich2.

## License

BSD 3-clause.  See [LICENSE.txt](LICENSE.txt)

Source code is available at [https://github.com/CountESS-Project/CountESS](https://github.com/CountESS-Project/CountESS) and contributions are welcomed.

## Installing

The latest version of
[CountESS can be installed from pypi](https://pypi.org/project/countess/):
```
pip install CountESS
```

For other options, see the documentation below ...

## Documentation

[CountESS Documentation](https://countess-project.github.io/CountESS/)

## Enquiries

Please contact Alan Rubin `alan@rubin.id.au` for further information or
Nick Moore `nick@zoic.org` for code-related matters.
