Metadata-Version: 2.4
Name: biokb_wfo
Version: 0.1.0
Summary: A Python package to import World Flora Online  data in relational and graph databases.
Project-URL: Homepage, https://biokb-wfo.readthedocs.io
Project-URL: Documentation, https://biokb-wfo.readthedocs.io
Project-URL: Repository, https://github.com/biokb/biokb_wfo
Project-URL: Issues, https://github.com/biokb/biokb_wfo/issues
Author-email: Christian Ebeling <Christian.Ebeling@scai.fraunhofer.de>
License: MIT
License-File: LICENSE
Keywords: ethnobotany,knowledge base,knowledge graph,plants,taxonomy
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.11
Requires-Dist: cryptography>=46.0.5
Requires-Dist: fastapi[standard]>=0.128.0
Requires-Dist: ijson>=3.4.0.post0
Requires-Dist: jellyfish>=1.2.1
Requires-Dist: levenshtein>=0.27.3
Requires-Dist: neo4j>=6.1.0
Requires-Dist: pandas>=2.3.3
Requires-Dist: pymysql>=1.1.2
Requires-Dist: rdflib-neo4j>=1.1
Requires-Dist: rdflib>=7.5.0
Requires-Dist: sqlalchemy>=2.0.45
Requires-Dist: tqdm>=4.67.1
Description-Content-Type: text/markdown

# biokb_wfo


## Howro tox

```bash
Run tests on Python 3.13 with coverage
tox -e py313

# Run tests on all Python versions
tox

# Run linting (black, isort, flake8)
tox -e lint

# Run type checking
tox -e mypy

# Build docs
tox -e docs

# Generate coverage report from all test runs
tox -e coverage
```