Metadata-Version: 2.4
Name: taxonlib
Version: 0.0.7
Summary: A library of tools that help analyse and combine taxa files intended for Naturalis AI MSM deployments
Author-email: Laurens Hogeweg <laurens.hogeweg@naturalis.nl>, Django Brunink <django.brunink@naturalis.nl>
License-Expression: Apache-2.0
Project-URL: Homepage, https://gitlab.com/naturalis/bii/ai/taxonlib
Project-URL: Issues, https://gitlab.com/naturalis/bii/ai/taxonlib/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Dynamic: license-file

# TaxonLib

This library contains tools that are useful for working with taxonomy information. 
This library was specifically designed to facilitate 
the creation and analysis of taxa files 
that are intended to be used as 
input for the Naturalis AI deep learning pipeline.

## Precommit gitleaks

This project has been protected by [gitleaks](https://github.com/gitleaks/gitleaks).
The pipeline is configured to scan on leaked secrets.

To be sure you do not push any secrets,
please [follow our guidelines](https://docs.aob.naturalis.io/standards/secrets/),
install [precommit](https://pre-commit.com/#install)
and run the commands:

- `pre-commit autoupdate`
- `pre-commit install`
