🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

pyemtmad

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyemtmad

(Kind of) sane wrapper for the EMT API

0.1.0
Maintainers
1

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 <http://opendata.emtmadrid.es/Formulario.aspx>__ and instantiate a Wrapper:

.. code:: python

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts