Metadata-Version: 1.1
Name: osmoapi
Version: 0.1
Summary: OpenStreetMap OAuth API
Home-page: https://github.com/cleder/osmoapi
Author: Christian Ledermann
Author-email: christian.ledermann@gmail.com
License: LGPL
Description: Introduction
        =============
        
        OsmOApi is short for OpenStreetMap_ OAuth_ API.
        
        The authorization is not in the scope of this package, you can use python-social-auth_ for this
        
        It takes a geo_interface_ compatible dictionary to create OSM Features.
        
        Usage
        =====
        
        see: https://github.com/cleder/os-opendata-edubase/blob/master/osschooldata/schools/views.py
        
        
        .. image:: https://travis-ci.org/cleder/osmoapi.svg?branch=master
            :target: https://travis-ci.org/cleder/osmoapi
            :alt: Tests
        
        .. image:: https://coveralls.io/repos/github/cleder/osmoapi/badge.svg?branch=master
            :target: https://coveralls.io/github/cleder/osmoapi?branch=master
            :alt: coverage
        
        .. image:: https://readthedocs.org/projects/openstreetmap-oauth-api/badge/?version=latest
            :target: http://openstreetmap-oauth-api.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. _python-social-auth: https://pypi.python.org/pypi/python-social-auth
        .. _geo_interface: https://gist.github.com/2217756
        .. _OpenStreetMap: https://www.openstreetmap.org/
        .. _OAuth: http://oauth.net/
        
Keywords: osm OpenStreetMap api oauth
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
