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.
- Host: GitHub
- URL: https://github.com/datadesk/python-lametro-api
- Owner: datadesk
- Archived: true
- Created: 2011-05-09T05:12:36.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2014-03-16T21:14:37.000Z (about 12 years ago)
- Last Synced: 2025-10-28T18:37:46.092Z (8 months ago)
- Language: JavaScript
- Homepage: http://python-lametro-api.rtfd.org/
- Size: 6.78 MB
- Stars: 5
- Watchers: 30
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
_____________ ______ ___ _____
___ /___ | ___ |/ /______ /_____________
__ / __ /| | __ /|_/ /_ _ \ __/_ ___/ __ \
_ /___ ___ | _ / / / / __/ /_ _ / / /_/ /
/_____/_/ |_| /_/ /_/ \___/\__/ /_/ \____/
A simple Python wrapper for the L.A. Metro's API for bus stops, routes and vehicles.
[](https://travis-ci.org/datadesk/python-lametro-api)
[](http://badge.fury.io/py/python-lametro-api)
[](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
```