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

put on pypy #26

Open hunterowens opened 5 years ago

hunterowens commented 5 years ago

once we ship #20 #21 we should put this library on pypy to make it pip installable

thekaveman commented 5 years ago

pip can install directly from git URLs, which is how mds-provider-services is using this right now (inside a requirements file no less). You can even pin to different branches/tags.

But yeah, publishing to pypi should be the next step as the git URL syntax is weird.