Metadata-Version: 2.1
Name: vbbpy
Version: 1.1.8
Summary: A python wrapper for the VBB REST-API by derhuerst
Download-URL: https://github.com/Colum31/vbb-pythonWrapper
Author: colum31
License: MIT
Requires-Python: >3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: datetime
Requires-Dist: geopy

# vbb-pythonWrapper (vbbpy)
### vbbpy is a python wrapper for the vbb REST API written by [derHuerst](https://github.com/derhuerst/vbb-rest)

## Installation

```
pip install vbbpy
```

## Features

vbbpy is able to:

- find routes between stations and addresses
- get next departures for a station
- get further information about stations and lines

## Usage 

The examples folder contains some scripts that show the capabilities and usage of the library.
The scripts are installed and can be called in the console:

```
$ vbbpy-stationId "Zoologischer Garten"
```

There is also documentation with a quick start guide and API reference.
