Metadata-Version: 2.1
Name: moscow-yandex-transport
Version: 0.1.0
Summary: YANDEX transport API client library
Home-page: https://github.com/rishatik92/moscow_yandex_transport
Author: Askarov Rishat Ramilovich
Author-email: rishatik92@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/rishatik92/moscow_yandex_transport
Project-URL: Bug Tracker, https://github.com/rishatik92/moscow_yandex_transport/issues
Project-URL: Say Thanks!, https://saythanks.io/to/rishatik92
Description: ``moscow_yandex_transport`` is a client library for the YANDEX TRANPORT API
        This client can request data for bus stops and present it on python dictionary
        
        
        Installation
        ============
        Just use `pip <https://pip.pypa.io>`_ (You have pip, right?) to install
        ``moscow_yandex_transport`` and its dependencies::
        
            pip install moscow_yandex_transport
        
        
        Example
        =======
        
        ::
        
            >>> from moscow_yandex_transport import YandexMapsRequester
            >>> client = YandexMapsRequester()
            >>> print(client.get_stop_info(9639579))
        
        
Keywords: pypi,yandex transport,packages,pip
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Text Processing :: Markup :: HTML
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Description-Content-Type: text/x-rst
