Metadata-Version: 1.1
Name: python-kong
Version: 0.1.4
Summary: A Python client for the Kong API (http://getkong.org/)
Home-page: https://github.com/vikingco/python-kong
Author: Dirk Moors
Author-email: dirk.moors@vikingco.com
License: BSD
Description: ===========
        python-kong
        ===========
        
        .. list-table::
            :stub-columns: 1
        
            * - docs
              - |docs|
            * - tests
              - | |travis| |appveyor|
                | |coveralls| |landscape| |scrutinizer|
            * - package
              - |version| |downloads|
        
        .. |docs| image:: https://readthedocs.org/projects/python-kong/badge/?style=flat
            :target: https://readthedocs.org/projects/python-kong
            :alt: Documentation Status
        
        .. |travis| image:: http://img.shields.io/travis/vikingco/python-kong/master.svg?style=flat&label=Travis
            :alt: Travis-CI Build Status
            :target: https://travis-ci.org/vikingco/python-kong
        
        .. |appveyor| image:: https://img.shields.io/appveyor/ci/vikingco/python-kong/master.svg?style=flat&label=AppVeyor
            :alt: AppVeyor Build Status
            :target: https://ci.appveyor.com/project/vikingco/python-kong
        
        .. |coveralls| image:: http://img.shields.io/coveralls/vikingco/python-kong/master.svg?style=flat&label=Coveralls
            :alt: Coverage Status
            :target: https://coveralls.io/r/vikingco/python-kong
        
        
        
        .. |landscape| image:: https://landscape.io/github/vikingco/python-kong/master/landscape.svg?style=flat
            :target: https://landscape.io/github/vikingco/python-kong/master
            :alt: Code Quality Status
        
        .. |version| image:: http://img.shields.io/pypi/v/python-kong.svg?style=flat
            :alt: PyPI Package latest release
            :target: https://pypi.python.org/pypi/python-kong
        
        .. |downloads| image:: http://img.shields.io/pypi/dm/python-kong.svg?style=flat
            :alt: PyPI Package monthly downloads
            :target: https://pypi.python.org/pypi/python-kong
        
        .. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/vikingco/python-kong/master.svg?style=flat
            :alt: Scrutinizer Status
            :target: https://scrutinizer-ci.com/g/vikingco/python-kong/
        
        A Python client for the Kong API (http://getkong.org/)
        
        * Free software: BSD license
        
        Installation
        ============
        
        ::
        
            pip install python-kong
        
        Documentation
        =============
        
        https://python-kong.readthedocs.org/
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        
        Changelog
        =========
        
        0.1.4 (2015-07-28)
        ------------------
        
        * Bugfix related to checking for API conflicts
        
        0.1.3 (2015-07-28)
        ------------------
        
        * Added more tests and 'CollectionMixin' that exposes an 'iterate' api
        
        0.1.2 (2015-07-27)
        ------------------
        
        * Implemented 'plugin configuration' update API
        
        0.1.1 (2015-07-24)
        ------------------
        
        * Package structure updated
        
        0.1.0 (2015-07-23)
        ------------------
        
        * First release on PyPI.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
