gtfstools


Namegtfstools JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryPython GTFS Tools
upload_time2023-06-06 14:49:12
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python GTFS Tools

![PyPI](https://img.shields.io/pypi/v/gtfstools?label=pypi%20package)
![Python Version](https://img.shields.io/pypi/pyversions/gtfstools)
![License](https://img.shields.io/github/license/tweska/gtfstools)

GTFS Tools is a Python 3.8+ library to load [GTFS](https://gtfs.org/schedule/)
data into memory. This library is fully build on the standard library and no
external dependencies are required. Note that development is still in Alpha
phase and changes may not be backwards compatible!

## Install
```shell
pip install gtfstools
```

## License
Copyright © 2023 Kevin Nobel

This project is available under the [MIT License](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gtfstools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Kevin Nobel <python@2sk.nl>",
    "download_url": "https://files.pythonhosted.org/packages/64/3f/eeb3c33de939fb5e1dd0d829ecadbd793949ae60935a65dc29acbf59b482/gtfstools-0.1.1.tar.gz",
    "platform": null,
    "description": "# Python GTFS Tools\n\n![PyPI](https://img.shields.io/pypi/v/gtfstools?label=pypi%20package)\n![Python Version](https://img.shields.io/pypi/pyversions/gtfstools)\n![License](https://img.shields.io/github/license/tweska/gtfstools)\n\nGTFS Tools is a Python 3.8+ library to load [GTFS](https://gtfs.org/schedule/)\ndata into memory. This library is fully build on the standard library and no\nexternal dependencies are required. Note that development is still in Alpha\nphase and changes may not be backwards compatible!\n\n## Install\n```shell\npip install gtfstools\n```\n\n## License\nCopyright &copy; 2023 Kevin Nobel\n\nThis project is available under the [MIT License](LICENSE).\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python GTFS Tools",
    "version": "0.1.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/tweska/gtfstools/issues",
        "Homepage": "https://github.com/tweska/gtfstools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4491b29d74a5aa25cc3ba6eb8b6071b373f7d950b76ce7779f27fceb6d99c98b",
                "md5": "89040c01ecdc17896a93aeeada57e3f2",
                "sha256": "1761e39e1bae9b1f2a45d0064c190d83cb59c6e795295f124c822ac019ee6c70"
            },
            "downloads": -1,
            "filename": "gtfstools-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89040c01ecdc17896a93aeeada57e3f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8210,
            "upload_time": "2023-06-06T14:49:08",
            "upload_time_iso_8601": "2023-06-06T14:49:08.823509Z",
            "url": "https://files.pythonhosted.org/packages/44/91/b29d74a5aa25cc3ba6eb8b6071b373f7d950b76ce7779f27fceb6d99c98b/gtfstools-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "643feeb3c33de939fb5e1dd0d829ecadbd793949ae60935a65dc29acbf59b482",
                "md5": "a399146180d2c0d747932b97e4f5a2b9",
                "sha256": "b13ebabc3eba8f4a64869b38027023b0ef4923064d1042376a1278fafe9e1eb0"
            },
            "downloads": -1,
            "filename": "gtfstools-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a399146180d2c0d747932b97e4f5a2b9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5920,
            "upload_time": "2023-06-06T14:49:12",
            "upload_time_iso_8601": "2023-06-06T14:49:12.659518Z",
            "url": "https://files.pythonhosted.org/packages/64/3f/eeb3c33de939fb5e1dd0d829ecadbd793949ae60935a65dc29acbf59b482/gtfstools-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-06 14:49:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tweska",
    "github_project": "gtfstools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gtfstools"
}
        
Elapsed time: 0.07210s