google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
679 stars 254 forks source link

Install Merge.py as a python module #515

Open shakedk opened 4 years ago

shakedk commented 4 years ago

I pip installed transitfeed, but I cannot access the merge.py module when importing transitfeed. Is there a way to install it so it can be imported like any other python module?