An open API service indexing awesome lists of open source software.

https://github.com/datadesk/python-lametro-api

A simple Python wrapper for the L.A. Metro’s API for bus stops, routes and vehicles.
https://github.com/datadesk/python-lametro-api

Last synced: 5 months ago
JSON representation

A simple Python wrapper for the L.A. Metro’s API for bus stops, routes and vehicles.

Awesome Lists containing this project

README

          

_____________       ______  ___    _____              

___ /___ | ___ |/ /______ /_____________
__ / __ /| | __ /|_/ /_ _ \ __/_ ___/ __ \
_ /___ ___ | _ / / / / __/ /_ _ / / /_/ /
/_____/_/ |_| /_/ /_/ \___/\__/ /_/ \____/

A simple Python wrapper for the L.A. Metro's API for bus stops, routes and vehicles.

[![Build Status](https://travis-ci.org/datadesk/python-lametro-api.png?branch=master)](https://travis-ci.org/datadesk/python-lametro-api)
[![PyPI version](https://badge.fury.io/py/python-lametro-api.png)](http://badge.fury.io/py/python-lametro-api)
[![Coverage Status](https://coveralls.io/repos/datadesk/python-lametro-api/badge.png?branch=master)](https://coveralls.io/r/datadesk/python-lametro-api?branch=master)

* Documentation: [http://python-lametro-api.rtfd.org](http://python-lametro-api.rtfd.org)
* Issues: [https://github.com/datadesk/python-lametro-api/issues](https://github.com/datadesk/python-lametro-api/issues)
* Packaging: [https://pypi.python.org/pypi/python-lametro-api](https://pypi.python.org/pypi/python-lametro-api)
* Testing: [https://travis-ci.org/datadesk/python-lametro-api](https://travis-ci.org/datadesk/python-lametro-api)
* Coverage: [https://coveralls.io/r/datadesk/python-lametro-api](https://coveralls.io/r/datadesk/python-lametro-api)

Getting started
---------------

```bash
$ pip install python-lametro-api
```