Models GTFS data in a database.
Project description
[![Travis](https://img.shields.io/travis/jarondl/pygtfs/master.svg?style=flat-square)](https://travis-ci.org/jarondl/pygtfs) [![PyPI](https://img.shields.io/pypi/v/pygtfs.svg)](https://pypi-hypernode.com/pypi/pygtfs)
Overview
pygtfs is a library that models information stored in Google’s [General Transit Feed Specification (GTFS)](https://developers.google.com/transit/) format. GTFS is a format designed to specify information about a transit system, such as a city’s subways or a private company’s bus services. pygtfs stores information in an SQLite database using SQLAlchemy to facilitate the storage of Python objects in a relational database.
pygtfs is a fork of @eoghanmurray’s fork of a @andrewblim’s gtfs-sql which is a fork of @bmander’s gtfs. See the git logs for more fun history.
License: MIT, included in license.txt.
Dependencies
[SQLAlchemy](http://www.sqlalchemy.org/) 0.7.8. Used for all mapping of GTFS objects to the relational DB. You’ll need to be familiar with it to read the code; the [documentation](http://docs.sqlalchemy.org/) is pretty solid.
[pytz](http://pytz.sourceforge.net/) 2012d. A few GTFS fields are expected to be in a [tz time zone format](http://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
[six](http://pythonhosted.org/six/). Used in order to support python2 and python3 in a single code base.
[docopt](http://docopt.org/). Pythonic command line arguments parser, that will make you smile
Installation
Get [setuptools](http://pypi.python.org/pypi/setuptools) if you don’t have it, clone the repo, and use python setup.py install.
Documentation
Hosted on https://pygtfs.readthedocs.org/
TODO
Improve testing; add some unit testing framework and test with a variety of GTFS data feeds.
Add more docs
Why fork?
natively support several gtfs feeds per database
less SLOC, more DRY
add python3 support
renamed to a more generic name
will continue to maintain
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pygtfs-0.1.9.tar.gz
.
File metadata
- Download URL: pygtfs-0.1.9.tar.gz
- Upload date:
- Size: 27.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 279beee7538e31a6d677c87ad0fa6fbc18829f04258449c1cb0357c72f613ae0 |
|
MD5 | 8672f846d33523bb95f777443a63d56b |
|
BLAKE2b-256 | 5c868bc9a1b88d646a7b0e588293a9959d53ea60662c2651f47ed6c155164721 |
File details
Details for the file pygtfs-0.1.9-py2.py3-none-any.whl
.
File metadata
- Download URL: pygtfs-0.1.9-py2.py3-none-any.whl
- Upload date:
- Size: 15.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b53b0783f1367f6df3be959439ed8bd2d399108eb5d2bee10106500bac98416 |
|
MD5 | 6134de0cf25d1925bf9e32f3b24c2c74 |
|
BLAKE2b-256 | 17249280f27d2d0f9e6cfbdf7e6bf9d24e697258b5b9cf9320c80c92b5a47ef8 |