ANN: CaltrainPy 0.2

Heikki Toivonen heikki at osafoundation.org
Wed Jan 16 04:04:09 EST 2008


CaltrainPy is a Caltrain (http://caltrain.com/) 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/caltrainpy-02/

-- 
  Heikki Toivonen



More information about the Python-list mailing list