google / transitfeed

A Python library for reading, validating, and writing transit schedule information in the GTFS format.
https://github.com/google/transitfeed/wiki
Apache License 2.0
680 stars 253 forks source link

Jython support #389

Closed kurtraschke closed 9 years ago

kurtraschke commented 9 years ago

Use zxJDBC and the SQLite JDBC driver (which must be on the CLASSPATH) if available in order to support Jython, which lacks native SQLite. Fixes google/transitfeed#245.

This also requires Jython >= 2.7b4, which adds the webbrowser module.