CityofSantaMonica / mds-provider

Python tools for working with MDS Provider data
https://github.com/openmobilityfoundation/mobility-data-specification
MIT License
18 stars 20 forks source link

Refactor Container-level packages into the top level #9

Closed thekaveman closed 5 years ago

thekaveman commented 5 years ago

Since each of the Containers has a reference to the top-level mds package anyway, there's no reason their task-specific code (e.g. the data generation in fake) needs to live within the Container structure. The side-benefit (and real reason) is making that code more easily re-usable outside this specific Docker setup.

Container ENTRYPOINT scripts (usually main.py) remain within the container.

thekaveman commented 5 years ago

This was done in both #6 and #11.