Metadata-Version: 1.1
Name: koordinates
Version: 0.3.0
Summary: A Python client library for a number of Koordinates web APIs
Home-page: https://github.com/koordinates/python-client
Author: Koordinates Limited
Author-email: support@koordinates.com
License: BSD
Download-URL: https://github.com/koordinates/python-client/tarball/0.1
Description: ==============================
        Koordinates Python API Client
        ==============================
        
        A BSD-licensed Python client library for a number of `Koordinates <https://koordinates.com>`_ web APIs.
        
        The library provides easy access to Koordinates web services, particularly the `Publisher Admin APIs <https://help.koordinates.com/api/publisher-admin-api/>`_.
        
        .. image:: https://circleci.com/gh/koordinates/python-client/tree/master.svg?style=svg
            :target: https://circleci.com/gh/koordinates/python-client/tree/master
        
        Installation
        ============
        
        To install the latest stable release of the library, simply::
        
            $ pip install koordinates
        
        The library is compatible with Python 2.7 & Python 3.3+.
        
        
        Documentation
        =============
        
        * `Documentation for the Python library <http://koordinates-python.readthedocs.org>`_.
        * `Documentation on the APIs and available actions <https://help.koordinates.com/api/publisher-admin-api/>`_.
        
        
        Support & Contributions
        =======================
        
        Please report bugs as `Github issues <https://github.com/koordinates/python-client/issues>`_. For general technical support for the APIs and libraries, please contact us via `support.koordinates.com <https://support.koordinates.com>`_.
        
        We welcome contributions as pull requests - please open a new issue to start a discussion around a feature idea or bug. See the `Contributing notes <http://koordinates-python.readthedocs.org/en/latest/user/contributing.html>`_ for more details.
        
Keywords: koordinates api
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
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: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: GIS
