Skip to content

rmed/pyemtmad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyemtmad

pyemtmad is a wrapper for the EMT API available at http://opendata.emtmadrid.es/Servicios-web.

Quickstart

Install with:

pip install pyemtmad

Obtain credentials from the EMT website and instantiate a Wrapper:

from pyemtmad import Wrapper

wrapper = Wrapper('MY_ID', 'MY_PASS')

# wrapper.bus...
# wrapper.geo...
# wrapper.parking...

Documentation

Check the documentation online at http://pyemtmad.readthedocs.io or build it from source using Sphinx from the doc/ directory:

make html

About

(Kind of) sane wrapper for the EMT Madrid API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages