siri-transit-api-client


Namesiri-transit-api-client JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryAPI client to query transit data using SIRI (Service Interface for Real Time Information) framework. Verifierd to work on San Francisco Bay Area 511.org API
upload_time2025-07-27 13:35:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseGNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 API client for transit data using SIRI framework. Copyright (C) 2022 Robert G Hennessy This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. Also add information on how to contact you by electronic and paper mail. You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http://www.gnu.org/licenses/>. The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.
keywords 511.org transit open 511 apis standard interface for real-time information siri
VCS
bugtrack_url
requirements certifi charset-normalizer idna pyyaml requests responses urllib3
Travis-CI
coveralls test coverage No coveralls.
            =======================
SIRI Transit API Client
=======================


.. image:: https://img.shields.io/pypi/v/siri_transit_api_client.svg
        :target: https://pypi.python.org/pypi/siri_transit_api_client

.. image:: https://readthedocs.org/projects/siri-transit-api-client/badge/?version=latest
        :target: https://siri-transit-api-client.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status



Description
-----------
API client for transit data using SIRI (Standard Interface for Real-time Information) framework. The specific
implementation is located at https://511.org/open-data/transit.

* Free software: GNU General Public License v3
* Documentation: https://siri-transit-api-client.readthedocs.io.

API Key
-------
API key is required to connect with the server. San Francisco Bay Area 511.org API key can be requested
at https://511.org/open-data/token

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "siri-transit-api-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "511.org, Transit, Open 511 APIs, Standard Interface for Real-time Information, SIRI",
    "author": null,
    "author_email": "Robert Hennessy <robertghennessy@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6c/c9/dfb92d86d1cbbf93929e357edb6cda183b1a606a1508cd450a70697474fa/siri_transit_api_client-0.2.1.tar.gz",
    "platform": null,
    "description": "=======================\nSIRI Transit API Client\n=======================\n\n\n.. image:: https://img.shields.io/pypi/v/siri_transit_api_client.svg\n        :target: https://pypi.python.org/pypi/siri_transit_api_client\n\n.. image:: https://readthedocs.org/projects/siri-transit-api-client/badge/?version=latest\n        :target: https://siri-transit-api-client.readthedocs.io/en/latest/?version=latest\n        :alt: Documentation Status\n\n\n\nDescription\n-----------\nAPI client for transit data using SIRI (Standard Interface for Real-time Information) framework. The specific\nimplementation is located at https://511.org/open-data/transit.\n\n* Free software: GNU General Public License v3\n* Documentation: https://siri-transit-api-client.readthedocs.io.\n\nAPI Key\n-------\nAPI key is required to connect with the server. San Francisco Bay Area 511.org API key can be requested\nat https://511.org/open-data/token\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n",
    "bugtrack_url": null,
    "license": "GNU GENERAL PUBLIC LICENSE\n                              Version 3, 29 June 2007\n        \n            API client for transit data using SIRI framework.\n            Copyright (C) 2022  Robert G Hennessy\n        \n            This program is free software: you can redistribute it and/or modify\n            it under the terms of the GNU General Public License as published by\n            the Free Software Foundation, either version 3 of the License, or\n            (at your option) any later version.\n        \n            This program is distributed in the hope that it will be useful,\n            but WITHOUT ANY WARRANTY; without even the implied warranty of\n            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n            GNU General Public License for more details.\n        \n            You should have received a copy of the GNU General Public License\n            along with this program.  If not, see <http://www.gnu.org/licenses/>.\n        \n        Also add information on how to contact you by electronic and paper mail.\n        \n          You should also get your employer (if you work as a programmer) or school,\n        if any, to sign a \"copyright disclaimer\" for the program, if necessary.\n        For more information on this, and how to apply and follow the GNU GPL, see\n        <http://www.gnu.org/licenses/>.\n        \n          The GNU General Public License does not permit incorporating your program\n        into proprietary programs.  If your program is a subroutine library, you\n        may consider it more useful to permit linking proprietary applications with\n        the library.  If this is what you want to do, use the GNU Lesser General\n        Public License instead of this License.  But first, please read\n        <http://www.gnu.org/philosophy/why-not-lgpl.html>.\n        \n        ",
    "summary": "API client to query transit data using SIRI (Service Interface for Real Time Information) framework. Verifierd to work on San Francisco Bay Area 511.org API",
    "version": "0.2.1",
    "project_urls": {
        "documentation": "https://github.com/robertghennessy/siri_transit_api_client",
        "homepage": "https://github.com/robertghennessy/siri_transit_api_client",
        "repository": "https://github.com/robertghennessy/siri_transit_api_client"
    },
    "split_keywords": [
        "511.org",
        " transit",
        " open 511 apis",
        " standard interface for real-time information",
        " siri"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79b893ac9ed46bb72289f31ff282a0395c0dd4b3eac1c02d7cb7f84bf52087d8",
                "md5": "c4c3c0da2cec419a8f5a164f47047cf6",
                "sha256": "fffe2a488c1ebcb1d9393a623e242837e4aaa679ff4645b93493003ec31939d0"
            },
            "downloads": -1,
            "filename": "siri_transit_api_client-0.2.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c4c3c0da2cec419a8f5a164f47047cf6",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.11",
            "size": 9854,
            "upload_time": "2025-07-27T13:35:44",
            "upload_time_iso_8601": "2025-07-27T13:35:44.786323Z",
            "url": "https://files.pythonhosted.org/packages/79/b8/93ac9ed46bb72289f31ff282a0395c0dd4b3eac1c02d7cb7f84bf52087d8/siri_transit_api_client-0.2.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6cc9dfb92d86d1cbbf93929e357edb6cda183b1a606a1508cd450a70697474fa",
                "md5": "21de02c6a2560a131cbacb90677fff17",
                "sha256": "36ac7088765815ba68a243b9ad882b422ccd1e4c828eb62514c17e3285a9535e"
            },
            "downloads": -1,
            "filename": "siri_transit_api_client-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "21de02c6a2560a131cbacb90677fff17",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 24123,
            "upload_time": "2025-07-27T13:35:45",
            "upload_time_iso_8601": "2025-07-27T13:35:45.855484Z",
            "url": "https://files.pythonhosted.org/packages/6c/c9/dfb92d86d1cbbf93929e357edb6cda183b1a606a1508cd450a70697474fa/siri_transit_api_client-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-27 13:35:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "robertghennessy",
    "github_project": "siri_transit_api_client",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2025.7.14"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.4.2"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.10"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    "==",
                    "6.0.2"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.32.4"
                ]
            ]
        },
        {
            "name": "responses",
            "specs": [
                [
                    "==",
                    "0.25.7"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.5.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "siri-transit-api-client"
}
        
Elapsed time: 0.42193s