summaryrefslogtreecommitdiff
path: root/bvggrabber
Commit message (Collapse)AuthorAge
* Filter out covid informationGabriel Pérez-Cerezo2021-10-21
| | | | BVG inserts covid info as a schedule entry, which caused the script to crash.
* Same error also occurred in scheduleddeparture.pyGabriel Pérez-Cerezo2018-12-11
| | | | Bumped version number to 0.1.4
* Fixed program after bvg changed their websiteGabriel Pérez-Cerezo2018-11-28
|
* Fix Issue #11 from githubGabriel Pérez-Cerezo2018-10-11
|
* updated to beautifulsoup 4.4.1Christoph Gerneth2015-10-17
|
* Fixed #8 -- Added support for limit to ActualDepartureQueryApiMarkus Holtermann2014-10-10
|
* Bump version: 0.1.0 → 0.1.1Markus Holtermann2014-10-08
|
* Bump version: 0.0.0 → 0.1.0Markus Holtermann2014-09-19
|
* Change version into a stringMarkus Holtermann2014-09-19
|
* fixed bvg url/post-params for actual departuresAndrew Karpow2014-09-18
|
* Prepare for 0.1b3Markus Holtermann2013-06-15
|
* Extend documentationMarkus Holtermann2013-06-15
|
* It's not an error if a station exists but not departures are found.Markus Holtermann2013-06-15
|
* Fix some release issuesMarkus Holtermann2013-06-14
|
* Push to 0.1b1Markus Holtermann2013-06-14
|
* Add `__repr__()` for departuresMarkus Holtermann2013-06-14
|
* Some docstring fixes along with a docs directoryMarkus Holtermann2013-02-20
|
* Watch your imports and take care of kwargsMarkus Holtermann2013-02-20
|
* 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
| | | | as departures of the current day.
* fixed a bug, where the application crashed.Christian Struck2013-02-06
|
* made Response object json serializable reworked tests and removed to_json ↵Christian Struck2013-02-04
| | | | from departure object
* Added a new object to return which is easier to handle an implements a merge ↵Christian Struck2013-02-02
| | | | function if it is wished to mix actualdeparture with scheduleddeparture departures.
* Fixup travis#25Markus Holtermann2013-01-31
| | | | Signed-off-by: Christian Struck <christian@struck.se>
* added function dateformat and renamed function hourformat to timeformat and ↵Christian Struck2013-01-31
| | | | removed wrong enc in actualdeparture
* PEP-008Markus Holtermann2013-01-30
|
* 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
|
* deleted the old parsing executable from which the project started.Christian Struck2013-01-29
|
* fixed a bug where not all buses are parsed.Christian Struck2013-01-29
|
* 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
|