Metadata-Version: 1.0
Name: pyemtmad
Version: 0.1.0
Summary: (Kind of) sane wrapper for the EMT API
Home-page: https://github.com/rmed/pyemtmad
Author: Rafael Medina García
Author-email: rafamedgar@gmail.com
License: GPLv2+
Description: 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
        
Keywords: madrid transport travel bus geo open data api
Platform: UNKNOWN
