Closed Chlodochar closed 8 years ago
with setup.py it's possible for other projects to refer to this one. For example it's possible to have an requirements.txt with:
-e git://github.com/tejado/pgoapi.git@9c11277#egg=pgoapi
after that it can be used:
from pgoapi import PGoApi
hopefully that'll bring some sanity to copying .proto and _pb2.py files to all the pgo repos.
Also, it'll make a start with versioning. this sets the version to 1.0, so it might be an idea to tag it 1.0 as well.
Great, thanks!
with setup.py it's possible for other projects to refer to this one. For example it's possible to have an requirements.txt with:
after that it can be used:
hopefully that'll bring some sanity to copying .proto and _pb2.py files to all the pgo repos.
Also, it'll make a start with versioning. this sets the version to 1.0, so it might be an idea to tag it 1.0 as well.