Metadata-Version: 2.1
Name: anjl
Version: 1.4.0
Summary: A neighbour-joining library for Python.
Home-page: https://github.com/alimanfoo/anjl
License: MIT
Author: Alistair Miles
Author-email: alimanfoo@googlemail.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: dev
Requires-Dist: devtools ; extra == "dev"
Requires-Dist: ipykernel ; extra == "dev"
Requires-Dist: ipywidgets ; extra == "dev"
Requires-Dist: jupyterlab ; extra == "dev"
Requires-Dist: memory-profiler ; extra == "dev"
Requires-Dist: mypy ; extra == "dev"
Requires-Dist: notebook ; extra == "dev"
Requires-Dist: numba (>=0.60.0)
Requires-Dist: numpy
Requires-Dist: numpydoc_decorator
Requires-Dist: packaging
Requires-Dist: pandas
Requires-Dist: pandas-stubs ; extra == "dev"
Requires-Dist: plotly
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: profila ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-xdist ; extra == "dev"
Requires-Dist: ruff ; extra == "dev"
Requires-Dist: scipy ; extra == "dev"
Requires-Dist: snakeviz ; extra == "dev"
Requires-Dist: tqdm ; extra == "dev"
Requires-Dist: zarr ; extra == "dev"
Project-URL: Documentation, https://github.com/alimanfoo/anjl
Project-URL: Repository, https://github.com/alimanfoo/anjl
Description-Content-Type: text/markdown

# anjl - A neighbour-joining library for Python

`anjl` is a Python package providing fast implementations of the neighbour-joining
algorithm of Saitou and Nei and some associated utilities.

Please see the [documentation](https://alimanfoo.github.io/anjl) for further
information.

