{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "Rewrite of transitfeed\n\n>>> import gtfs\n>>> sched = gtfs.load( \"bart.zip\" )\n\n( it takes a minute or two to load )\n\n>>> sched.stops\n[, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ]\n>>> sched.routes\n[, , , , , , , , , , ]\n>>> sched.service_periods\n[, , , , ]\n>>> # pretty much all relationships are mapped \n>>> sched.stops[0].stop_times[0].trip.route.agency\n\n>>> sched2 = gtfs.load( \"bart.zip\", \"bart.db\" ) # uses a disk-based db instead of a memory db\n\n( this takes just as long as the first time )\n\n>>> sched2 # it's very similar to the first, except ...\n\n>>> exit()\n$ python\n>>> from gtfs import Schedule\n>>> sched = Schedule( \"bart.db\" ) # this takes no time at all\n>>> sched.stops\n[, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ]\n>>> sched.stops[0].stop_times[0].trip.route.agency\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "gtfs", "package_url": "https://pypi.org/project/gtfs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gtfs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/gtfs/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1.2" }, "last_serial": 1942612, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c98d238deb9a2b5e698ac646f55f51f6", "sha256": "00dcb851442ee61837c6f2250dde48167debb5472a56cec3a49de6df11eb0ae5" }, "downloads": -1, "filename": "gtfs-0.1.tar.gz", "has_sig": true, "md5_digest": "c98d238deb9a2b5e698ac646f55f51f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6184, "upload_time": "2010-08-23T04:33:30", "url": "https://files.pythonhosted.org/packages/2c/d1/5173093a15c7540f88044d2f1250ba109b56283e2c04d9044152765aa79b/gtfs-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "78071311bb5c3c5ea35a998adbd8950d", "sha256": "f1018e89c72d2dac057527ba19e14d072f06f2344216f54bfdc1642017d70833" }, "downloads": -1, "filename": "gtfs-0.1.1.tar.gz", "has_sig": false, "md5_digest": "78071311bb5c3c5ea35a998adbd8950d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6261, "upload_time": "2010-08-23T04:55:36", "url": "https://files.pythonhosted.org/packages/9b/0e/f225f09209ab63acc3349a4bfedec0becca2f93ad79fdafc1390bd6c0fdc/gtfs-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "d6c2a0f22feb34352565a2131a10c0c8", "sha256": "355b79139580c687775a8ee18a544c784979996592389ca6cf7a05bd53b60a00" }, "downloads": -1, "filename": "gtfs-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d6c2a0f22feb34352565a2131a10c0c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6974, "upload_time": "2016-02-06T01:21:23", "url": "https://files.pythonhosted.org/packages/a0/c7/499be14ce7948f1f11819c8ee049b2a0bb468f05ed40ccf23cf675121925/gtfs-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6c2a0f22feb34352565a2131a10c0c8", "sha256": "355b79139580c687775a8ee18a544c784979996592389ca6cf7a05bd53b60a00" }, "downloads": -1, "filename": "gtfs-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d6c2a0f22feb34352565a2131a10c0c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6974, "upload_time": "2016-02-06T01:21:23", "url": "https://files.pythonhosted.org/packages/a0/c7/499be14ce7948f1f11819c8ee049b2a0bb468f05ed40ccf23cf675121925/gtfs-0.1.2.tar.gz" } ] }