Welcome to mnmetro

What is mnmetro?

mnmetro is a Python3 wrapper built for the Minnesota Metro Tranist API.

Installation

You can install mnmetro using pip

$ pip install mnmetro

Development

To be add when setup. Otherwise PR's are always welcome.

Setup

All you have to do to start using mnmetro is import it. Then checkout the objects you can initialize!

import mnmetro

Functions

GetProviders() GetRoutes() GetDirections() GetStops() GetDepartures() GetTimepointDepartures() GetVehicleLocations()
all_providers() all_routes() full_stops_for() departure_for() times_for() all_vehicles()
provider_for() route_ids() stops_for() location_for()
route_for()

Release Notes