Metadata-Version: 2.1
Name: rjpl
Version: 0.3.6
Summary: Interface with Rejseplanen API
Home-page: https://github.com/tomatpasser/python-rejseplanen
Author: Thomas Passer Jensen
Author-email: tomatpasser@gmail.com
License: MIT
Download-URL: https://github.com/tomatpasser/python-rejseplanen/archive/v0.3.6.tar.gz
Keywords: transport,rejseplanen,timetable,journey,public transport
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: requests (>=2.9.1)

## Installation

```pip install rjpl```

## Functions

- location
- trip
- departureBoard
- multiDepartureBoard
- stopsNearby

## Module usage

```
import rjpl

print(rjpl.departureBoard(2158))
```

