Metadata-Version: 2.2
Name: orthoani
Version: 0.7.0.post1
Summary: A Python implementation of the OrthoANI algorithm for nucleotide identity measurement. (renamed to pyorthoani)
Author-email: Martin Larralde <martin.larralde@embl.de>
Project-URL: Bug Tracker, https://github.com/althonos/pyorthoani/issues
Project-URL: Changelog, https://github.com/althonos/pyorthoani/blob/master/CHANGELOG.md
Project-URL: CI, https://github.com/althonos/pyorthoani/actions
Keywords: ani,average,nucleotide,identity,genomic,taxonomy
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Typing :: Typed
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyorthoani~=0.7.0
Provides-Extra: cli
Requires-Dist: pyorthoani[cli]~=0.7.0; extra == "cli"

# (Py)OrthoANI [![Stars](https://img.shields.io/github/stars/althonos/orthoani.svg?style=social&maxAge=3600&label=Star)](https://github.com/althonos/orthoani/stargazers)

**🚨 The `orthoani` package has been renamed to `pyorthoani` starting from `v0.7.0`**

Please update your code and dependencies to use the new package name. This repository will only offer releases prior to `v0.7` 
for reproducibility. See the new PyPI page for the up-to-date versions of the package: 
[https://pypi.org/project/pyorthoani/](https://pypi.org/project/pyorthoani/)
