{ "info": { "author": "Alex Raichev", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "Copyright (c) 2016 Alexander Raichev\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\nDescription: GTFSRTK\n ********\n .. image:: https://travis-ci.org/mrcagney/gtfrstk.svg?branch=master\n :target: https://travis-ci.org/mrcagney/gtfsrtk\n \n GTFSRTK is a tiny Python 3.5+ toolkit to process `General Transit Feed Specification Realtime (GTFSR) data `_.\n It does some simple things like read and write Protocol Buffer or JSON feed files.\n It also does some complex things like extract and combine delays into Pandas DataFrames.\n \n \n Installation\n ============\n Do ``pipenv install gtfsrtk``.\n \n \n Examples\n ========\n See the Jupyter notebook at ``ipynb/examples.ipynb``.\n \n \n Documentation\n ==============\n Documentation is in docs/ and also on RawGit `here `_.\n \n \n Notes\n ======\n - Development status is Alpha\n - This project uses `semantic versioning `_\n - Thanks to `MRCagney `_ for funding this project\n \n \n Authors\n ========\n - Alex Raichev (2016-06)\n \n \n Changelog\n ==========\n \n 6.1.0, 2018-07-11\n ------------------\n - Added ``delay_cols`` keyword argument to ``interpolate_delays``\n \n \n 6.0.2, 2018-04-18\n ------------------\n - Handled edge case in ``build_augmented_stop_times`` for real this time!\n \n \n 6.0.1, 2018-04-18\n ------------------\n - Handled edge case in ``build_augmented_stop_times``\n \n \n 6.0.0, 2018-04-18\n ------------------\n - Renamed function ``dictify`` to ``feed_to_dict`` and added the inverse function ``dict_to_feed``\n \n \n 5.0.1, 2018-04-17\n ------------------\n - Fixed setup.py\n \n \n 5.0.0, 2018-04-17\n ------------------\n - Finally handled Protocol Buffer feed files, thanks to version 0.0.5 of `the Python gtfs-realtime-bindings `_\n - Switched to using Google FeedMessage objects natively\n - Simplified code\n \n \n 4.0.0, 2016-07-13\n ------------------\n - Changed the signature of ``main.collect_feeds``\n \n \n 3.0.1, 2016-07-12\n ------------------\n - Bugfixed ``ipynb/examples.ipynb``\n \n \n 3.0.0, 2016-07-12\n ------------------\n - Changed to a small data set for tests\n - Upgraded to gtfstk==5.0.0\n - Removed ``time_it`` decorators from functions\n - Changed signature of ``main.build_augmented_stop_times`` to be more versatile\n \n \n 2.0.0, 2016-07-08\n ------------------\n - Refactored heaps\n - Added automated tests\n - Added Sphinx docs\n - Uploaded to pip\n \n \n 1.0.0, 2016-06-12\n ------------------\n - First release\nPlatform: UNKNOWN\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mrcagney/gtfsrtk", "keywords": "", "license": "The MIT License (MIT)", "maintainer": "", "maintainer_email": "", "name": "gtfsrtk", "package_url": "https://pypi.org/project/gtfsrtk/", "platform": "", "project_url": "https://pypi.org/project/gtfsrtk/", "project_urls": { "Homepage": "https://github.com/mrcagney/gtfsrtk" }, "release_url": "https://pypi.org/project/gtfsrtk/6.1.0/", "requires_dist": [ "gtfs-realtime-bindings (>=0.0.5)", "gtfstk (>=5.0.0)", "pandas (>=0.18.1)" ], "requires_python": "", "summary": "A Python 3.5+ tool kit for processing General Transit Feed Specification Realtime (GTFSR) data", "version": "6.1.0" }, "last_serial": 4048972, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "633fd4283e565079dd52f53d5b83ba29", "sha256": "fae21b6035998ae319168be9b8a37a7c9490bf1d39aeacf2784b142c74888ce5" }, "downloads": -1, "filename": "gtfsrtk-2.0.0.tar.gz", "has_sig": false, "md5_digest": "633fd4283e565079dd52f53d5b83ba29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 237469, "upload_time": "2016-07-08T01:17:14", "url": "https://files.pythonhosted.org/packages/12/28/964649378a6f666e35223df96dca15b639939cce30898040d74109be57fd/gtfsrtk-2.0.0.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "0b989f4f1ce37f5ccd0ec22ee0f4c39f", "sha256": "3ff6eb6b2b2e06fccf83cd9f5d80761371561e6525e820cc4488e4392d9afa9f" }, "downloads": -1, "filename": "gtfsrtk-3.0.0.tar.gz", "has_sig": false, "md5_digest": "0b989f4f1ce37f5ccd0ec22ee0f4c39f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 236523, "upload_time": "2016-07-12T01:04:16", "url": "https://files.pythonhosted.org/packages/34/e7/27b80dde763c83981bbe5bd41f559e1c23372746c113f397653baeae977a/gtfsrtk-3.0.0.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "abebd6fcc7180d0e740a13e7d61eb494", "sha256": "480a3831793901bffe0305bb3f270083b40f90579439e8796bfe02d4ec6e2572" }, "downloads": -1, "filename": "gtfsrtk-3.0.1.tar.gz", "has_sig": false, "md5_digest": "abebd6fcc7180d0e740a13e7d61eb494", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 211420, "upload_time": "2016-07-12T01:14:13", "url": "https://files.pythonhosted.org/packages/1d/f9/d722b232a0615bd45ff7523f09e4f4ccf9345a5a54a27549b432b7ba7fbb/gtfsrtk-3.0.1.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "2e8bd53b48ca6ae57f8b2fc1962c36b3", "sha256": "60be78eb93d4b36e5b5117f0c0022959e5bf80ea71db78f86b1867a2f26b4d55" }, "downloads": -1, "filename": "gtfsrtk-4.0.0.tar.gz", "has_sig": false, "md5_digest": "2e8bd53b48ca6ae57f8b2fc1962c36b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 211460, "upload_time": "2016-07-13T02:51:07", "url": "https://files.pythonhosted.org/packages/76/c6/7fd89d2f9a29817c9ba25c40042ce821d01e7b3be4a67dbcb114eb11b867/gtfsrtk-4.0.0.tar.gz" } ], "5.0.0": [ { "comment_text": "", "digests": { "md5": "437a58a1ce81ace11f2d055e847f46a8", "sha256": "4df321a88861ab13693fd5034c834c63e891493c03a4263bb827a0838f6f71a8" }, "downloads": -1, "filename": "gtfsrtk-5.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "437a58a1ce81ace11f2d055e847f46a8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 8931, "upload_time": "2018-04-17T04:37:56", "url": "https://files.pythonhosted.org/packages/36/af/b975423db4febb2023dbf5add014947fd7c5eb0ceb60086835bbfd08be25/gtfsrtk-5.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a10d818589b1659480530371924ac471", "sha256": "5c1150ad2c77688313a35c6c1c1582b5f57a553c04f4537980502c6e6586760d" }, "downloads": -1, "filename": "gtfsrtk-5.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a10d818589b1659480530371924ac471", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6454, "upload_time": "2018-04-17T01:21:07", "url": "https://files.pythonhosted.org/packages/88/2c/de829f19034d138738be96fafb2b4d93f35b88ed80d3e1a7228c62ed48c7/gtfsrtk-5.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44e07d6f427d9f10f39c0be1af940f1d", "sha256": "59f743133c14c422b8ba3ba8933ed95e9271c5e3d22630fc3fab96f7fcc89361" }, "downloads": -1, "filename": "gtfsrtk-5.0.0.tar.gz", "has_sig": false, "md5_digest": "44e07d6f427d9f10f39c0be1af940f1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6049, "upload_time": "2018-04-17T01:21:11", "url": "https://files.pythonhosted.org/packages/86/c5/1bebc1ce6d4d29174b8fe02e98f12734e50ba14348d5a432c66ee2853443/gtfsrtk-5.0.0.tar.gz" } ], "5.0.1": [ { "comment_text": "", "digests": { "md5": "ee4a5afc960ca5552d1d093ff13b0ea9", "sha256": "a647a7dfe854e1a413e4b3d32a932e5a86fcce1c86ef10465df678a47f81f294" }, "downloads": -1, "filename": "gtfsrtk-5.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ee4a5afc960ca5552d1d093ff13b0ea9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6529, "upload_time": "2018-04-17T04:53:05", "url": "https://files.pythonhosted.org/packages/62/4e/eab33e26a515d819f44407c6c0bb37b547a98e9ccecd30103f4ced10472b/gtfsrtk-5.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4d658cf4af7ba3f232657e6e2d6635d7", "sha256": "a1f4c2e12ce83002f6d6415837318f952021d1c4ba2d76be62ca220468432d2f" }, "downloads": -1, "filename": "gtfsrtk-5.0.1.tar.gz", "has_sig": false, "md5_digest": "4d658cf4af7ba3f232657e6e2d6635d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6167, "upload_time": "2018-04-17T04:50:00", "url": "https://files.pythonhosted.org/packages/78/5a/e1f7fc7ca0f6c4beada5fdceb509347b051e5cb32d34ed200ba5b489ea7f/gtfsrtk-5.0.1.tar.gz" } ], "6.0.0": [ { "comment_text": "", "digests": { "md5": "e9cfa3c10677659a65ba56342b3f4bc5", "sha256": "d617d67d35a006e2f10a0bc73f085eec234de2d0a54efb72a155c14439e33e16" }, "downloads": -1, "filename": "gtfsrtk-6.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e9cfa3c10677659a65ba56342b3f4bc5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6594, "upload_time": "2018-04-17T22:57:06", "url": "https://files.pythonhosted.org/packages/65/07/25b4af7bc99824edddde6e8338d9833dab2429e9c17bcf71251b35ed4fc6/gtfsrtk-6.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ae32aa1b0a7a8db55fc935f36887cbb", "sha256": "f86e2ca7d93d0afe770743e15de7a075a51dc08b80336934978adbc191ef3ace" }, "downloads": -1, "filename": "gtfsrtk-6.0.0.tar.gz", "has_sig": false, "md5_digest": "4ae32aa1b0a7a8db55fc935f36887cbb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6241, "upload_time": "2018-04-17T22:57:10", "url": "https://files.pythonhosted.org/packages/71/82/0616089e575c1f0a778cf6fa87e750d536f38b0a230735a2c357a8449f10/gtfsrtk-6.0.0.tar.gz" } ], "6.0.1": [ { "comment_text": "", "digests": { "md5": "be5f5c88f0fb6da49f65b33f4af4d82a", "sha256": "2af387bbf5aeb3f4041f3dfc1f3371d15a85b70afb79de786607df44bae82276" }, "downloads": -1, "filename": "gtfsrtk-6.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "be5f5c88f0fb6da49f65b33f4af4d82a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6634, "upload_time": "2018-04-17T23:30:23", "url": "https://files.pythonhosted.org/packages/f4/fb/059e9c4a479dc136fc173fde8e18623f88404b24f5420ac5e5d652186764/gtfsrtk-6.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1670dd60f275147b3356d83becea004b", "sha256": "35d3fca8f40ee71c9a588e13e655ed9ef0d1404fd9392d8a7fe7a0d316179f9d" }, "downloads": -1, "filename": "gtfsrtk-6.0.1.tar.gz", "has_sig": false, "md5_digest": "1670dd60f275147b3356d83becea004b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6294, "upload_time": "2018-04-17T23:30:28", "url": "https://files.pythonhosted.org/packages/0a/4b/e38d5ac329c6fe943efc529a80914fa1d42fa5322da4b90d53f5828a7048/gtfsrtk-6.0.1.tar.gz" } ], "6.0.2": [ { "comment_text": "", "digests": { "md5": "d65f25ffcf5e58155c5ce1f8bc2325f0", "sha256": "f158f62d1ed1ed9a6ccafceac4ec4e99198e80d36e7722a1e66b517978671785" }, "downloads": -1, "filename": "gtfsrtk-6.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d65f25ffcf5e58155c5ce1f8bc2325f0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6744, "upload_time": "2018-04-18T00:00:33", "url": "https://files.pythonhosted.org/packages/ef/5f/4876986474ff678156f80d77bd38f98bbc37bf2ada5be857e5992aa6cf1e/gtfsrtk-6.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1a6124d391843566602328171b7f1cf7", "sha256": "e634e1f289e08f06a762ed2920e55bd11cd88689fcdf4506f8270a8571c8ef88" }, "downloads": -1, "filename": "gtfsrtk-6.0.2.tar.gz", "has_sig": false, "md5_digest": "1a6124d391843566602328171b7f1cf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6399, "upload_time": "2018-04-18T00:00:38", "url": "https://files.pythonhosted.org/packages/48/f3/9fff9e4d958bd89c96501c5d7cc609c0aebf9a3243db818d04d4434db57b/gtfsrtk-6.0.2.tar.gz" } ], "6.1.0": [ { "comment_text": "", "digests": { "md5": "070407c3e132865d4939e01875b1754c", "sha256": "a4c32cd750116340cc4775ed2475a69a71ae7b0a5c25b639666222d5d446e988" }, "downloads": -1, "filename": "gtfsrtk-6.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "070407c3e132865d4939e01875b1754c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6901, "upload_time": "2018-07-10T22:46:32", "url": "https://files.pythonhosted.org/packages/e6/61/ad0468e29fd49e37b2671cbc4a8538b2c3ba84e224cbc049b344882ec8e9/gtfsrtk-6.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "143c0e2f601bdc164d6c39fba778ddfe", "sha256": "69d313889b0c3ae184f30538c5b429cd8283605d40d1dbae1a706b48a97430e7" }, "downloads": -1, "filename": "gtfsrtk-6.1.0.tar.gz", "has_sig": false, "md5_digest": "143c0e2f601bdc164d6c39fba778ddfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6557, "upload_time": "2018-07-10T22:46:33", "url": "https://files.pythonhosted.org/packages/77/0f/05c6f830d4fcfcf99b64092dfa98b3d9fe660b908bd2b810b6a6bfdeab16/gtfsrtk-6.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "070407c3e132865d4939e01875b1754c", "sha256": "a4c32cd750116340cc4775ed2475a69a71ae7b0a5c25b639666222d5d446e988" }, "downloads": -1, "filename": "gtfsrtk-6.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "070407c3e132865d4939e01875b1754c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6901, "upload_time": "2018-07-10T22:46:32", "url": "https://files.pythonhosted.org/packages/e6/61/ad0468e29fd49e37b2671cbc4a8538b2c3ba84e224cbc049b344882ec8e9/gtfsrtk-6.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "143c0e2f601bdc164d6c39fba778ddfe", "sha256": "69d313889b0c3ae184f30538c5b429cd8283605d40d1dbae1a706b48a97430e7" }, "downloads": -1, "filename": "gtfsrtk-6.1.0.tar.gz", "has_sig": false, "md5_digest": "143c0e2f601bdc164d6c39fba778ddfe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6557, "upload_time": "2018-07-10T22:46:33", "url": "https://files.pythonhosted.org/packages/77/0f/05c6f830d4fcfcf99b64092dfa98b3d9fe660b908bd2b810b6a6bfdeab16/gtfsrtk-6.1.0.tar.gz" } ] }