[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

ANN: CaltrainPy 0.2

Heikki Toivonen

1/16/2008 9:04:00 AM

CaltrainPy is a Caltrain (http://cal...) schedule program and
library written in Python. It uses Tkinter for GUI.

What is new in version 0.2?

- AM/PM indicators
- train types
- can be used as a module to parse Caltrain schedule
- MIT License
- setup.py

Parsing of Caltrain schedule requires BeautifulSoup. The results can be
returned as Python, HTML or JSON (python-json required).

It is available on Cheeseshop, but unfortunately it does not seem to
work correctly if installed with easy_install. Downloading and
installing with:

python setup.py install

works ok.

Blog post with screenshot here:
http://www.heikkitoivonen.net/blog/2008/01/16/calt...

--
Heikki Toivonen