Metadata-Version: 2.0
Name: python-kong-management
Version: 0.2.5
Summary: Python api wrapper for Kong API Gateway
Home-page: https://github.com/mwisner/python-kong-management
Author: Matt Wisner
Author-email: mwisner@fourthlab.com
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: python-kong-management
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests

======================
Python Kong Management
======================


.. image:: https://img.shields.io/pypi/v/python_kong_management.svg
        :target: https://pypi.python.org/pypi/python_kong_management

.. image:: https://travis-ci.org/mwisner/python-kong-management.svg?branch=master
    :target: https://travis-ci.org/mwisner/python-kong-management

.. image:: https://readthedocs.org/projects/python-kong-management/badge/?version=latest
        :target: https://python-kong-management.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/mwisner/python-kong-management/shield.svg
     :target: https://pyup.io/repos/github/mwisner/python-kong-management/
     :alt: Updates


Python api wrapper for Kong API Gatway


* Free software: MIT license
* Documentation: https://python-kong-management.readthedocs.io.


Features
--------

* TODO

Testing
---------
```bash
cp .env.example .env
python3 -m venv venv
source venv
eval $(cat .env | sed 's/^/export /')
setup.py pytest
```


=======
History
=======

0.1.0 (2017-10-25)
------------------

* First release on PyPI.


