Metadata-Version: 2.1
Name: combine-gtfs-feeds
Version: 0.1.8
Summary: Package to combine GTFS feeds.
Home-page: https://github.com/psrc/combine_gtfs_feeds
Author: psrc staff
Author-email: scoe@psrc.org
License: MIT
Keywords: GTFS
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >3.6.1
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (==1.24.1)
Requires-Dist: pandas (==1.5.3)
Requires-Dist: pandera (==0.13.4)
Requires-Dist: pydantic (==1.9.0)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: setuptools (==65.6.3)

combine_gtfs_feeds is a command line tool     to combine multiple gtfs feeds into a single feed/dataset.     The main purpose of combine_gtfs_tools is to be able work     from one GTFS feed when performing transit service analysis     for a particular geographic location.

