Metadata-Version: 1.1
Name: fahrplan
Version: 0.1b6
Summary: A SBB/CFF/FFS commandline based timetable client.
Home-page: https://github.com/dbrgn/fahrplan.py
Author: Danilo Bargen
Author-email: gezuru@gmail.com
License: GPLv3
Description: fahrplan
        ========
        
        .. image:: https://secure.travis-ci.org/dbrgn/fahrplan.py.png?branch=master
            :alt: Build status
            :target: http://travis-ci.org/dbrgn/fahrplan.py
        
        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
        
             You can also use natural time specifications in your language, like "now",
             "immediately", "noon" or "midnight".
        
            Examples:
             fahrplan from thun to burgdorf
             fahrplan via neuchâtel à lausanne de zurich, helvetiaplatz départ 15:35
             fahrplan von bern nach basel an um mitternacht
        
        .. image:: http://make.opendata.ch/lib/exe/fetch.php?media=project:20120331_160821.png
            :alt: Screenshot
        
        
        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/dbrgn/fahrplan.py
        
        
        License
        -------
        
        The code is licensed as GPLv3. See `LICENSE.md` for more details.
        
Keywords: fahrplan timetable sbb cff ffs public transport
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Natural Language :: German
Classifier: Natural Language :: French
Classifier: Natural Language :: Italian
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet
Classifier: Topic :: Terminals
