{
"info": {
"author": "Carson Lam",
"author_email": "carson.lam@alumni.ubc.ca",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Internet :: WWW/HTTP"
],
"description": "Tilapya: TransLink API, in Python\n=================================\n\n.. image:: https://img.shields.io/pypi/v/tilapya.svg?maxAge=2592000\n :target: https://pypi.org/project/tilapya\n.. image:: https://img.shields.io/pypi/l/tilapya.svg\n :target: https://pypi.python.org/pypi/tilapya\n.. image:: https://img.shields.io/pypi/pyversions/tilapya.svg\n :target: https://pypi.python.org/pypi/tilapya\n.. image:: https://img.shields.io/travis/carsonyl/tilapya.svg?maxAge=2592000\n :target: https://travis-ci.org/carsonyl/tilapya\n.. image:: https://readthedocs.org/projects/tilapya/badge/?version=latest\n :target: https://tilapya.readthedocs.io/en/latest/?badge=latest\n\n**Tilapya** is a Python wrapper around the `TransLink Open API `_,\nwhich provides real-time transit information for the Metro Vancouver region.\n\nTilapya has three interfaces which correspond directly to components of the TransLink Open API:\n\n* **RTTI**: Real-Time Transit Information\n* **GTFSRT**: GTFS-realtime feeds\n\nTilapya is more than a thin wrapper around the underlying REST APIs.\nWhere possible, it smooths over some inconvenient return values,\nand guarantees a consistent schema in returned errors and responses.\n\n\nInstallation\n------------\n\nInstall Tilapya using `pip `_::\n\n $ pip install tilapya\n\nThe source is also `available on GitHub `_.\n\n\n\nGetting started\n---------------\n\nUse of the TransLink Open API, and thus Tilapya, requires an API key.\nIf you don't already have an API key, you can get one by registering for an account at\nhttps://developer.translink.ca/Account/Register.\n\nTilapya's documentation is at https://tilapya.readthedocs.io.\nTilapya's API docs contain examples for common operations.\n\n\nLicense\n-------\n\nCopyright 2018 Carson Lam\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\nHistory\n=======\n\n1.0.0 (2019-06-23)\n------------------\n\n- Drop support for Python 2.7 and 3.4.\n- Remove RTDS API. It was removed upstream.\n- Switch GTFS-RT to v2 endpoints. v1 was removed upstream.\n- Add service alerts endpoint to GTFS-RT. It was added to v2 upstream.\n\n\n0.2.0 (2019-02-03)\n------------------\n\n* Require Marshmallow >= 3.0.0rc1, to fix dependency resolution problem.\n* Require Requests >= 2.20.0.\n* Replace API for GTFS-RT.\n\n\n0.1.0 (2018-02-19)\n------------------\n\n* Initial version.\n\n\n",
"description_content_type": "",
"docs_url": null,
"download_url": "",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/carsonyl/tilapya",
"keywords": "tilapya vancouver transit translink",
"license": "Apache Software License 2.0",
"maintainer": "",
"maintainer_email": "",
"name": "tilapya",
"package_url": "https://pypi.org/project/tilapya/",
"platform": "",
"project_url": "https://pypi.org/project/tilapya/",
"project_urls": {
"Homepage": "https://github.com/carsonyl/tilapya"
},
"release_url": "https://pypi.org/project/tilapya/1.0.0/",
"requires_dist": [
"requests (<3.0.0,>=2.20.0)",
"marshmallow (<4.0.0,>=3.0.0rc7)",
"pytz"
],
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"summary": "TransLink Open API, in Python.",
"version": "1.0.0"
},
"last_serial": 5438621,
"releases": {
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "e0e5c82f6b54609c735f4d4991663f1c",
"sha256": "43e277fd12b614294029a99b3061845a76a8032bbcb061b84c44b5e44220efc8"
},
"downloads": -1,
"filename": "tilapya-0.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "e0e5c82f6b54609c735f4d4991663f1c",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7, ~=3.4",
"size": 15024,
"upload_time": "2018-02-20T06:59:09",
"url": "https://files.pythonhosted.org/packages/e6/19/e974411a53a297e9e16fa473ba9a85309f62a0c3adda964160fd4d1d9971/tilapya-0.1.0-py2.py3-none-any.whl"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "773dac1d345e73e3627c2f5da2983ed4",
"sha256": "7b0eda248acee659681b4b2bef57641abf5d4e8987e817eb202516b4e19942ea"
},
"downloads": -1,
"filename": "tilapya-0.2.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "773dac1d345e73e3627c2f5da2983ed4",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"size": 17734,
"upload_time": "2019-02-04T06:14:25",
"url": "https://files.pythonhosted.org/packages/66/7a/6a9bd3969838b52bce6e5f4443c1ec1093357569e742686d8c43b01ba21b/tilapya-0.2.0-py2.py3-none-any.whl"
}
],
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "53e3cdc915754ad379395ddaf4963e7d",
"sha256": "2a1d6206cb75d10e451acda7517a37fd2e0448d612037128c3cd46a71d81618d"
},
"downloads": -1,
"filename": "tilapya-1.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "53e3cdc915754ad379395ddaf4963e7d",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"size": 17798,
"upload_time": "2019-06-24T01:18:23",
"url": "https://files.pythonhosted.org/packages/ce/a9/d4534b1c9b9ae9fcdf7d6a8f413c652f1cfc8c74adfff4dc753eaf3a6a8d/tilapya-1.0.0-py2.py3-none-any.whl"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "53e3cdc915754ad379395ddaf4963e7d",
"sha256": "2a1d6206cb75d10e451acda7517a37fd2e0448d612037128c3cd46a71d81618d"
},
"downloads": -1,
"filename": "tilapya-1.0.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "53e3cdc915754ad379395ddaf4963e7d",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*",
"size": 17798,
"upload_time": "2019-06-24T01:18:23",
"url": "https://files.pythonhosted.org/packages/ce/a9/d4534b1c9b9ae9fcdf7d6a8f413c652f1cfc8c74adfff4dc753eaf3a6a8d/tilapya-1.0.0-py2.py3-none-any.whl"
}
]
}