tolkein


Nametolkein JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/tolkit/tolkein
SummaryTree of Life Kit of Evolutionary Informatics Novelties
upload_time2022-07-12 12:10:36
maintainer
docs_urlNone
authorTolKit
requires_python>=3.6, <4
license
keywords bioinformatics
VCS
bugtrack_url
requirements black docformatter flake8 pre-commit pydocstyle coverage coveralls mock pytest-cov pytest-isort pytest-mock pytest docopt pyyaml requests tqdm ujson xmltodict
Travis-CI
coveralls test coverage
            =======
Tolkein
=======




Tree of Life Kit of Evolutionary Informatics Novelties
======================================================


Installation
============

::

    conda install -c tolkit tolkein

or 

    pip install tolkein

You can also install the in-development version with::

    pip install https://github.com/tolkit/tolkein/archive/main.zip


Documentation
=============


https://tolkein.readthedocs.io/


Development
===========

To run all tests run::

    tox


Changelog
=========

0.2.0
-----

Features:
* Added fetch methods
* Switched code style to black/flake8

Bug fixes:
* Stopped log messages printing twice


0.0.1 (2020-07-02)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tolkit/tolkein",
    "name": "tolkein",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6, <4",
    "maintainer_email": "",
    "keywords": "bioinformatics",
    "author": "TolKit",
    "author_email": "tolkein@genomehubs.org",
    "download_url": "https://files.pythonhosted.org/packages/cb/58/dab641d8e72268aa4cd5e81c5f2c335941c3e19526a49c53f9ee436310b1/tolkein-0.5.0.tar.gz",
    "platform": null,
    "description": "=======\nTolkein\n=======\n\n\n\n\nTree of Life Kit of Evolutionary Informatics Novelties\n======================================================\n\n\nInstallation\n============\n\n::\n\n    conda install -c tolkit tolkein\n\nor \n\n    pip install tolkein\n\nYou can also install the in-development version with::\n\n    pip install https://github.com/tolkit/tolkein/archive/main.zip\n\n\nDocumentation\n=============\n\n\nhttps://tolkein.readthedocs.io/\n\n\nDevelopment\n===========\n\nTo run all tests run::\n\n    tox\n\n\nChangelog\n=========\n\n0.2.0\n-----\n\nFeatures:\n* Added fetch methods\n* Switched code style to black/flake8\n\nBug fixes:\n* Stopped log messages printing twice\n\n\n0.0.1 (2020-07-02)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Tree of Life Kit of Evolutionary Informatics Novelties",
    "version": "0.5.0",
    "split_keywords": [
        "bioinformatics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "5db00c7ed57bd8992df093ede4d2053c",
                "sha256": "7c5d16548003b816c9b882214c0fa47cb2467af28924ffc7a5d61e0191b79861"
            },
            "downloads": -1,
            "filename": "tolkein-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5db00c7ed57bd8992df093ede4d2053c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6, <4",
            "size": 13580,
            "upload_time": "2022-07-12T12:10:34",
            "upload_time_iso_8601": "2022-07-12T12:10:34.072882Z",
            "url": "https://files.pythonhosted.org/packages/ed/17/746a86c1f6769b938ec97c262c652a60c3c358a651064c01db5e61b7f929/tolkein-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "2812d541b4f4ad3333f8309e7a15410d",
                "sha256": "2bba56ac0d49b8e0168992f4efa2eb7a6db39f88decd091af6f4a6d9b2f2aae5"
            },
            "downloads": -1,
            "filename": "tolkein-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2812d541b4f4ad3333f8309e7a15410d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 18930,
            "upload_time": "2022-07-12T12:10:36",
            "upload_time_iso_8601": "2022-07-12T12:10:36.230760Z",
            "url": "https://files.pythonhosted.org/packages/cb/58/dab641d8e72268aa4cd5e81c5f2c335941c3e19526a49c53f9ee436310b1/tolkein-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-07-12 12:10:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tolkit",
    "github_project": "tolkein",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "requirements": [
        {
            "name": "black",
            "specs": [
                [
                    ">=",
                    "19.10b0"
                ]
            ]
        },
        {
            "name": "docformatter",
            "specs": [
                [
                    ">=",
                    "1.3.1"
                ]
            ]
        },
        {
            "name": "flake8",
            "specs": [
                [
                    ">=",
                    "3.8.3"
                ]
            ]
        },
        {
            "name": "pre-commit",
            "specs": [
                [
                    ">=",
                    "2.6.0"
                ]
            ]
        },
        {
            "name": "pydocstyle",
            "specs": [
                [
                    ">=",
                    "5.0.2"
                ]
            ]
        },
        {
            "name": "coverage",
            "specs": [
                [
                    ">=",
                    "5.1"
                ]
            ]
        },
        {
            "name": "coveralls",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "mock",
            "specs": [
                [
                    ">=",
                    "4.0.2"
                ]
            ]
        },
        {
            "name": "pytest-cov",
            "specs": [
                [
                    ">=",
                    "2.10.0"
                ]
            ]
        },
        {
            "name": "pytest-isort",
            "specs": [
                [
                    ">=",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "pytest-mock",
            "specs": [
                [
                    ">=",
                    "3.1.1"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    ">=",
                    "5.4.3"
                ]
            ]
        },
        {
            "name": "docopt",
            "specs": [
                [
                    ">=",
                    "0.6.2"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": []
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.24.0"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    ">=",
                    "4.48.1"
                ]
            ]
        },
        {
            "name": "ujson",
            "specs": [
                [
                    ">=",
                    "3.0.0"
                ]
            ]
        },
        {
            "name": "xmltodict",
            "specs": [
                [
                    ">=",
                    "0.12.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "tolkein"
}
        
Elapsed time: 0.02457s