anjl


Nameanjl JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://github.com/alimanfoo/anjl
SummaryA neighbour-joining library for Python.
upload_time2024-11-06 20:37:59
maintainerNone
docs_urlNone
authorAlistair Miles
requires_python<3.13,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # anjl - A neighbour-joining library for Python

`anjl` is a Python package providing fast implementations of the neighbour-joining
algorithm of Saitou and Nei and some associated utilities.

Please see the [documentation](https://alimanfoo.github.io/anjl) for further
information.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alimanfoo/anjl",
    "name": "anjl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Alistair Miles",
    "author_email": "alimanfoo@googlemail.com",
    "download_url": "https://files.pythonhosted.org/packages/b3/81/f42e80b829f6fd979eb314810d8d42121efcf281e44da92c4a0269192c06/anjl-1.4.0.tar.gz",
    "platform": null,
    "description": "# anjl - A neighbour-joining library for Python\n\n`anjl` is a Python package providing fast implementations of the neighbour-joining\nalgorithm of Saitou and Nei and some associated utilities.\n\nPlease see the [documentation](https://alimanfoo.github.io/anjl) for further\ninformation.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A neighbour-joining library for Python.",
    "version": "1.4.0",
    "project_urls": {
        "Documentation": "https://github.com/alimanfoo/anjl",
        "Homepage": "https://github.com/alimanfoo/anjl",
        "Repository": "https://github.com/alimanfoo/anjl"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba1817379780fe0b8a96f59242fd6f8726c0b145bfd01929f5f38d8ef67abcaa",
                "md5": "c78bb2b97b6428d96f574c10a46070e5",
                "sha256": "062d9b6d3d565a61a0b691fa6ae1e268e28a9ef2271d12259c1b6d42b0a1abea"
            },
            "downloads": -1,
            "filename": "anjl-1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c78bb2b97b6428d96f574c10a46070e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 71725,
            "upload_time": "2024-11-06T20:37:58",
            "upload_time_iso_8601": "2024-11-06T20:37:58.257009Z",
            "url": "https://files.pythonhosted.org/packages/ba/18/17379780fe0b8a96f59242fd6f8726c0b145bfd01929f5f38d8ef67abcaa/anjl-1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b381f42e80b829f6fd979eb314810d8d42121efcf281e44da92c4a0269192c06",
                "md5": "48bad57f9c6e12a400267a379f5ebb01",
                "sha256": "830d6b6233d3bc9cd5631da7a8ee798e348949a07429fae87e492659b5960fba"
            },
            "downloads": -1,
            "filename": "anjl-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "48bad57f9c6e12a400267a379f5ebb01",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 66152,
            "upload_time": "2024-11-06T20:37:59",
            "upload_time_iso_8601": "2024-11-06T20:37:59.539442Z",
            "url": "https://files.pythonhosted.org/packages/b3/81/f42e80b829f6fd979eb314810d8d42121efcf281e44da92c4a0269192c06/anjl-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-06 20:37:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alimanfoo",
    "github_project": "anjl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "anjl"
}
        
Elapsed time: 0.48202s