Metadata-Version: 2.1
Name: gtdblib
Version: 1.10.1
Summary: An abstraction of objects, files, and third-party tools used by the GTDB. Not intended for public use.
Home-page: https://github.com/Ecogenomics/gtdb-lib
License: GPL-3.0-or-later
Author: Aaron Mussig
Author-email: aaronmussig@gmail.com
Requires-Python: >=3.7,<4.0.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: docs
Requires-Dist: dendropy (>=4.4.0)
Requires-Dist: numpy (>=1.9.0)
Requires-Dist: psycopg2-binary (>=2.9.6,<3.0.0)
Requires-Dist: pyyaml (>=6.0,<7.0)
Requires-Dist: sphinx (>=5.2.0,<6.0.0) ; extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=1.0.0,<2.0.0) ; extra == "docs"
Requires-Dist: sqlalchemy (>=2.0.9,<3.0.0)
Requires-Dist: tqdm (>=4.35.0)
Requires-Dist: typer[all] (>=0.7.0)
Project-URL: Bug Tracker, https://github.com/Ecogenomics/gtdb-lib/issues
Project-URL: Documentation, https://ecogenomics.github.io/gtdb-lib/
Project-URL: Repository, https://github.com/Ecogenomics/gtdb-lib
Description-Content-Type: text/markdown

# gtdb-lib

[![PyPI](https://img.shields.io/pypi/v/gtdblib.svg)](https://pypi.python.org/pypi/gtdblib)

An abstraction of objects, files, and third-party tools used by the GTDB. Not intended for public use.

The library is under active development and the API will change frequently, it is strongly recommended to 
specify a specific version when using it.


## Installation

Python >= 3.6 is required.

```bash
python -m pip install gtdb
```


## Contributing

### Commit guidelines
This project uses [Semantic Versioning](http://semver.org/) and [Conventional Commits](https://conventionalcommits.org/)
to automatically generate release notes using [Semantic Release](https://semantic-release.gitbook.io/semantic-release/).
If you are using PyCharm, then [Git Commit Template](https://plugins.jetbrains.com/plugin/9861-git-commit-template) will be useful.

