dbrgn / fahrplan

A SBB/CFF/FFS commandline based timetable client. Project started at make.opendata.ch.
GNU General Public License v3.0
132 stars 20 forks source link

Make project a package #3

Closed KristianOellegaard closed 12 years ago

KristianOellegaard commented 12 years ago

Make project a package, that could be uploaded to pypi and easily installed by users. Preferably uploaded to pypi as well :-)

ojii commented 12 years ago

argh you beat me to this (waited for #1 to be resolved)! btw no need to make it a package, it can stay fahrplan.py and still work with the entry points.

dbrgn commented 12 years ago

What do you think would be better, to leave the file separate as it is, or to use a package? I think we should keep it simple at the moment.

dbrgn commented 12 years ago

Oh, I just discovered that I had already created a setup file on my local machine, but didn't commit it yet. Therefore I'll ignore this issue for now and commit/push the current setup file. Sorry for the hassle, thanks anyways.

The issue with separating the file into a package still remains open.

dbrgn commented 12 years ago

You convinced me :) Files are now in separate package, I used some parts of your proposed setup.py file. Thanks!

ojii commented 12 years ago

ah also thank you for adding a license, I can now legally use this truly amazing script!

dbrgn commented 12 years ago

@ojii You're welcome, I'm always happy about feedback :) I hope I'll find time soon to improve the argument parsing and output options (probably during summer).

KristianOellegaard commented 12 years ago

:D