A SBB/CFF/FFS commandline based timetable client.
Project description
Goal: Simple access to the sbb timetable service from the commandline with human readable argument parsing.
Relies on the public transport API by opendata.ch: http://transport.opendata.ch/
Installing
To install current version using pip, issue:
$ sudo pip install fahrplan
Usage
fahrplan --help:
Usage: fahrplan [options] arguments Options: -v, --version Show version number -i, --info Verbose output -d, --debug Debug output -h, --help Show this help Arguments: You can use natural language arguments using the following keywords in your desired language: en -- from, to, via, departure, arrival de -- von, nach, via, ab, an fr -- de, à, via, départ, arrivée Examples: fahrplan from thun to burgdorf fahrplan via bern nach basel von zürich, helvetiaplatz ab 15:35
Testing
Prior to testing, you should install the required libraries (preferrably in a virtualenv):
$ virtualenv --no-site-packages VIRTUAL $ . VIRTUAL/bin/activate $ pip install -r requirements.txt $ pip install -r requirements-dev.txt
To run the tests, run the following commands:
$ cd fahrplan $ python -m tests.test
If you have fabric installed, you can also use the test command instead:
$ fab test
Sourcecode
The sourcecode is available on Github: https://github.com/gwrtheyrn/fahrplan.py
License
The code is licensed as GPLv3. See LICENSE.md for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file fahrplan-0.1b5.tar.gz
.
File metadata
- Download URL: fahrplan-0.1b5.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 274e0c8113ebc4c14a660b175a814b921da52574bb8835eb8d61ca83ef6778dc |
|
MD5 | 3cc320f71f550d49e02aaf6b849f6749 |
|
BLAKE2b-256 | fd9b3960e117d6bdf9f3512591134139a25edc3aeb52ea5b5d421ae65b68c6c9 |