Metadata-Version: 1.0
Name: multigtfs
Version: 0.2.4
Summary: General Transit Feed Specification (GTFS) as Django app
Home-page: https://github.com/tulsawebdevs/django-multi-gtfs
Author: John Whitlock
Author-email: John-Whitlock@ieee.org
License: Apache License 2.0
Description: General Transit Feed Specification (GTFS) as a Django app
        ---------------------------------------------------------
        
        multigtfs supports importing and exporting of GTFS feeds.  All features of the
        June 20, 2012 reference are supported. See
        https://developers.google.com/transit/gtfs/reference for more information.
        
        multigtfs is designed to allow multiple feeds to be stored in the database
        at once.
        
        
Keywords: django gtfs
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
