summaryrefslogtreecommitdiff
path: root/bvggrabber/api/__init__.py
Commit message (Expand)AuthorAge
* Extend documentationMarkus Holtermann2013-06-15
* Add `__repr__()` for departuresMarkus Holtermann2013-06-14
* Some cleanup and documentationMarkus Holtermann2013-02-20
* Fix the bug that prevents making departures after a day-change to be treated ...Markus Holtermann2013-02-20
* made Response object json serializable reworked tests and removed to_json fro...Christian Struck2013-02-04
* Added a new object to return which is easier to handle an implements a merge ...Christian Struck2013-02-02
* Fixup travis#25Markus Holtermann2013-01-31
* added function dateformat and renamed function hourformat to timeformat and r...Christian Struck2013-01-31
* Move hourformat and fullformat to separate module. Add and adjust testsMarkus Holtermann2013-01-30
* Add total order for ``bvggrabber.api.Departure``. Fixes #1Markus Holtermann2013-01-30
* the ``bvggrabber.api.Departure`` does not need to have a byte representation ...Markus Holtermann2013-01-26
* Finally fix the remaining seconds behaviour of ``bvggrabber.api.Departure`` a...Markus Holtermann2013-01-26
* Take care of the secondsMarkus Holtermann2013-01-25
* Fix travis#13Markus 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 tim...Christian Struck2013-01-25
* Fix day-change bugs in bvggrabber.api.DepartureMarkus Holtermann2013-01-25
* CleanupMarkus Holtermann2013-01-24
* Add base QueryApi and Departure classes including simple testsMarkus Holtermann2013-01-24
* Add api moduleMarkus Holtermann2013-01-24