travers


Nametravers JSON
Version 0.1.11 PyPI version JSON
download
home_pagehttps://github.com/joocer/travers
SummaryPython Graph Library
upload_time2023-08-11 23:17:27
maintainerJoocer
docs_urlNone
authorjoocer
requires_python
license
keywords
VCS
bugtrack_url
requirements orjson
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img src="https://raw.githubusercontent.com/joocer/travers/main/icon.png" height=86px>

### travers
_Python Graph Library_

[![PyPI Latest Release](https://img.shields.io/pypi/v/travers.svg)](https://pypi.org/project/travers/)

travers is a limited feature-set, low-memory, traversal optimized Directed Graph structure.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/joocer/travers",
    "name": "travers",
    "maintainer": "Joocer",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "joocer",
    "author_email": "justin.joyce@joocer.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/fa/b8819c9b053cc890dd9d3094f2b8c7036a941913f8c93e9d7bbaf04d0046/travers-0.1.11.tar.gz",
    "platform": null,
    "description": "<img src=\"https://raw.githubusercontent.com/joocer/travers/main/icon.png\" height=86px>\n\n### travers\n_Python Graph Library_\n\n[![PyPI Latest Release](https://img.shields.io/pypi/v/travers.svg)](https://pypi.org/project/travers/)\n\ntravers is a limited feature-set, low-memory, traversal optimized Directed Graph structure.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python Graph Library",
    "version": "0.1.11",
    "project_urls": {
        "Homepage": "https://github.com/joocer/travers"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb4199fe0ea791eb24f186793fe5af1db227c34213866363851a21a9cfaed127",
                "md5": "6ae6368e1719325147b5896c0ea2400a",
                "sha256": "92b0b5a06da46070936137c3348464ba95200be63e185cf6bf9fc44bae6af40f"
            },
            "downloads": -1,
            "filename": "travers-0.1.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6ae6368e1719325147b5896c0ea2400a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 17103,
            "upload_time": "2023-08-11T23:17:25",
            "upload_time_iso_8601": "2023-08-11T23:17:25.926479Z",
            "url": "https://files.pythonhosted.org/packages/bb/41/99fe0ea791eb24f186793fe5af1db227c34213866363851a21a9cfaed127/travers-0.1.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9dfab8819c9b053cc890dd9d3094f2b8c7036a941913f8c93e9d7bbaf04d0046",
                "md5": "190f5c07c6e6fafdcf949799c72f25ce",
                "sha256": "49b0a215b28f6e95331fd2bb7a7c07f0cf4a4d3e4eddfde6d8b7ce158c33e9d3"
            },
            "downloads": -1,
            "filename": "travers-0.1.11.tar.gz",
            "has_sig": false,
            "md5_digest": "190f5c07c6e6fafdcf949799c72f25ce",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 16359,
            "upload_time": "2023-08-11T23:17:27",
            "upload_time_iso_8601": "2023-08-11T23:17:27.362667Z",
            "url": "https://files.pythonhosted.org/packages/9d/fa/b8819c9b053cc890dd9d3094f2b8c7036a941913f8c93e9d7bbaf04d0046/travers-0.1.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-11 23:17:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "joocer",
    "github_project": "travers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "orjson",
            "specs": []
        }
    ],
    "lcname": "travers"
}
        
Elapsed time: 0.10015s