gtdblib


Namegtdblib JSON
Version 1.10.1 PyPI version JSON
download
home_pagehttps://github.com/Ecogenomics/gtdb-lib
SummaryAn abstraction of objects, files, and third-party tools used by the GTDB. Not intended for public use.
upload_time2023-04-13 05:29:01
maintainer
docs_urlNone
authorAaron Mussig
requires_python>=3.7,<4.0.0
licenseGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Ecogenomics/gtdb-lib",
    "name": "gtdblib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Aaron Mussig",
    "author_email": "aaronmussig@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/6f/50fdfc4631252fd58ba1bd9752d992540d22f2dd4ad916b6ae7ef7142f30/gtdblib-1.10.1.tar.gz",
    "platform": null,
    "description": "# gtdb-lib\n\n[![PyPI](https://img.shields.io/pypi/v/gtdblib.svg)](https://pypi.python.org/pypi/gtdblib)\n\nAn abstraction of objects, files, and third-party tools used by the GTDB. Not intended for public use.\n\nThe library is under active development and the API will change frequently, it is strongly recommended to \nspecify a specific version when using it.\n\n\n## Installation\n\nPython >= 3.6 is required.\n\n```bash\npython -m pip install gtdb\n```\n\n\n## Contributing\n\n### Commit guidelines\nThis project uses [Semantic Versioning](http://semver.org/) and [Conventional Commits](https://conventionalcommits.org/)\nto automatically generate release notes using [Semantic Release](https://semantic-release.gitbook.io/semantic-release/).\nIf you are using PyCharm, then [Git Commit Template](https://plugins.jetbrains.com/plugin/9861-git-commit-template) will be useful.\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "An abstraction of objects, files, and third-party tools used by the GTDB. Not intended for public use.",
    "version": "1.10.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e2612d920c0ec05af8878070b16a4d4634b0a97e2cb8126bddcdfbc133ce3bf",
                "md5": "001434e1ae441f208ed75bbeddd9cf30",
                "sha256": "f01e1e325b30252798d2eb358545faf4341dba24b349952f95c756f2f249ca99"
            },
            "downloads": -1,
            "filename": "gtdblib-1.10.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "001434e1ae441f208ed75bbeddd9cf30",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0.0",
            "size": 47842,
            "upload_time": "2023-04-13T05:29:00",
            "upload_time_iso_8601": "2023-04-13T05:29:00.091460Z",
            "url": "https://files.pythonhosted.org/packages/0e/26/12d920c0ec05af8878070b16a4d4634b0a97e2cb8126bddcdfbc133ce3bf/gtdblib-1.10.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e56f50fdfc4631252fd58ba1bd9752d992540d22f2dd4ad916b6ae7ef7142f30",
                "md5": "6c1c45d7daff09130adf9a544fa007db",
                "sha256": "e78cc6ed475055f6dbb5a0789e81c60c77411457d0f15c237ef791e33f27676a"
            },
            "downloads": -1,
            "filename": "gtdblib-1.10.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6c1c45d7daff09130adf9a544fa007db",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0.0",
            "size": 36281,
            "upload_time": "2023-04-13T05:29:01",
            "upload_time_iso_8601": "2023-04-13T05:29:01.747485Z",
            "url": "https://files.pythonhosted.org/packages/e5/6f/50fdfc4631252fd58ba1bd9752d992540d22f2dd4ad916b6ae7ef7142f30/gtdblib-1.10.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-13 05:29:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Ecogenomics",
    "github_project": "gtdb-lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "gtdblib"
}
        
Elapsed time: 0.05199s