Metadata-Version: 2.1
Name: gtdblib
Version: 1.1.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
Author: Aaron Mussig
Author-email: aaronmussig@gmail.com
License: GPL-3.0
Project-URL: Bug Tracker, https://github.com/Ecogenomics/gtdb-lib
Project-URL: Documentation, https://github.com/Ecogenomics/gtdb-lib
Project-URL: Source Code, https://github.com/Ecogenomics/gtdb-lib
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
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: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 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.
