afimb / gtfslib-python

An open source library in python for reading GTFS files and computing various stats and indicators about Public Transport networks
GNU General Public License v3.0
44 stars 6 forks source link

Add a tag #65

Closed mhugo closed 7 years ago

mhugo commented 7 years ago

Hi, Could gtfslib be tagged with a version ? So that it can be packaged and made available on pypi. https://gitlab.com/Oslandia/tempus_loader is ready to use gtfslib for its GTFS import part, but it lacks a correct dependency declaration for setup.py

laurentg commented 7 years ago

Tag v1.0.0 created. First official version.

laurentg commented 7 years ago

@mhugo Is that sufficient for a release on PyPI? I'm not really familiar with the process.

mhugo commented 7 years ago

The version of the package should be changed appropriately here

I'm not completely familiar with pypi neither. I think you can either manually send a zip or use setup.py and twine to upload it

laurentg commented 7 years ago

Right, thanks. Should be OK now.

mhugo commented 7 years ago

Thanks ! FYI I've uploaded it on pypi here : https://pypi.python.org/pypi?:action=display&name=gtfslib&version=1.0.0

laurentg commented 7 years ago

@mhugo Great, thanks!