summaryrefslogtreecommitdiff
path: root/bvggrabber
Commit message (Collapse)AuthorAge
* Fixed a bug, where the Vehicle conversion did not work properlyChristian Struck2013-01-28
|
* PEP-8Markus Holtermann2013-01-26
|
* the ``bvggrabber.api.Departure`` does not need to have a byte representation ↵Markus Holtermann2013-01-26
| | | | of the start
* Finally fix the remaining seconds behaviour of ``bvggrabber.api.Departure`` ↵Markus Holtermann2013-01-26
| | | | and add appropriate test cases
* Fix null pointer exceptionMarkus Holtermann2013-01-26
|
* One should use ``import datetime`` instead of ``from datetime import datetime``Markus Holtermann2013-01-25
|
* Take care of the secondsMarkus Holtermann2013-01-25
|
* Fix travis#13Markus Holtermann2013-01-25
|
* Fix encoding issuesMarkus Holtermann2013-01-25
|
* Add to_json method for departuresMarkus Holtermann2013-01-25
|
* added fuzzy time parsing, because there can be some random strings in the ↵Christian Struck2013-01-25
| | | | timestring
* added more features for the scheduledparser and fixed some minor errorsChristian Struck2013-01-25
|
* Added support for scheduled departure times which allows to show U+S ↵Christian Struck2013-01-25
| | | | departure times.
* Add missing parameterMarkus Holtermann2013-01-25
|
* Fix day-change bugs in bvggrabber.api.DepartureMarkus Holtermann2013-01-25
|
* CleanupMarkus Holtermann2013-01-24
|
* Add first attempt of ActualDepartureQueryApiMarkus Holtermann2013-01-24
|
* Add base QueryApi and Departure classes including simple testsMarkus Holtermann2013-01-24
|
* Add api moduleMarkus Holtermann2013-01-24
|
* Set correct encoding headerMarkus Holtermann2013-01-24
|
* changed variable names to more corresponding ones. Code will be from now on ↵Christian Struck2013-01-24
| | | | completely english. Fixed the 1439min problem. And now showing the Bus will arrive now, when it arrives in the next 2min.
* Added the latest nongit app-prototype version to gitChristian Struck2013-01-23
|
* init main packageMarkus Holtermann2013-01-23