Metadata-Version: 1.1
Name: overpy
Version: 0.1
Summary: Python Wrapper to access the OpenStreepMap Overpass API
Home-page: https://github.com/DinoTools/python-overpy
Author: PhiBo (DinoTools)
Author-email: UNKNOWN
License: MIT
Description: Python Overpass Wrapper
        =======================
        
        A Python Wrapper to access the Overpass API.
        
        Have a look at the `documentation`_ to find additional information.
        
        .. image:: https://pypip.in/version/overpy/badge.svg
            :target: https://pypi.python.org/pypi/overpy/
            :alt: Latest Version
        
        .. image:: https://pypip.in/license/overpy/badge.svg
            :target: https://pypi.python.org/overpy/ssdeep/
            :alt: License
        
        .. image:: https://travis-ci.org/DinoTools/python-overpy.svg?branch=master
            :target: https://travis-ci.org/DinoTools/python-overpy
        
        Install
        -------
        
        **Requirements:**
        
        * Python 2.7 or Python >= 3.2
        
        
        **Install:**
        
        .. code-block:: console
        
            $ pip install overpy
        
        
        License
        -------
        
        Published under the MIT (see LICENSE for more information)
        
        .. _`documentation`: http://python-overpy.readthedocs.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
