Metadata-Version: 1.1
Name: django-kong-admin
Version: 0.3.6
Summary: A reusable Django App to manage a Kong service (http://getkong.org)
Home-page: https://github.com/vikingco/django-kong-admin
Author: Dirk Moors
Author-email: dirk.moors@vikingco.com
License: BSD
Description: =================
        django-kong-admin
        =================
        
        .. list-table::
            :stub-columns: 1
        
            * - docs
              - |docs|
            * - tests
              - | |circleci| |coveralls| |scrutinizer|
            * - package
              - |version| |downloads| |wheel|
            * - compatibility
              - |pyversions| |implementation|
        
        .. |docs| image:: https://readthedocs.org/projects/django-kong-admin/badge/?style=flat
            :target: https://readthedocs.org/projects/django-kong-admin
            :alt: Documentation Status
        
        .. |circleci| image:: https://img.shields.io/circleci/project/vikingco/django-kong-admin.svg?style=flat&label=CircleCI
            :alt: CircleCI Build Status
            :target: https://circleci.com/gh/vikingco/django-kong-admin
        
        .. |coveralls| image:: http://img.shields.io/coveralls/vikingco/django-kong-admin/master.svg?style=flat&label=Coveralls
            :alt: Coverage Status
            :target: https://coveralls.io/github/vikingco/django-kong-admin
        
        .. |version| image:: http://img.shields.io/pypi/v/django-kong-admin.svg?style=flat
            :alt: PyPI Package latest release
            :target: https://pypi.python.org/pypi/django-kong-admin
        
        .. |downloads| image:: http://img.shields.io/pypi/dm/django-kong-admin.svg?style=flat
            :alt: PyPI Package monthly downloads
            :target: https://pypi.python.org/pypi/django-kong-admin
        
        .. |scrutinizer| image:: https://img.shields.io/scrutinizer/g/vikingco/django-kong-admin/master.svg?style=flat
            :alt: Scrutinizer Status
            :target: https://scrutinizer-ci.com/g/vikingco/django-kong-admin/
        
        .. |pyversions| image:: https://img.shields.io/pypi/pyversions/django-kong-admin.svg?style=flat
            :alt: Supported python versions
            :target: https://pypi.python.org/pypi/django-kong-admin
        
        .. |implementation| image:: https://img.shields.io/pypi/implementation/django-kong-admin.svg?style=flat
            :alt: Supported imlementations
            :target: https://pypi.python.org/pypi/django-kong-admin
        
        .. |wheel| image:: https://img.shields.io/pypi/wheel/django-kong-admin.svg?style=flat
            :alt: PyPI Wheel
            :target: https://pypi.python.org/pypi/django-kong-admin
        
        A reusable Django App to manage a Kong service (https://getkong.org)
        
        
        
        
        Changelog
        =========
        
        0.3.6 (2015-09-29)
        ------------------
        
        * Fixed incorrect manifest
        
        0.3.5 (2015-09-29)
        ------------------
        
        * Implemented validator for APIReference name field
        
        0.3.4 (2015-09-24)
        ------------------
        
        * Fixed synchronization bug
        
        0.3.3 (2015-09-23)
        ------------------
        
        * Now supporting 'preserve_host' and 'strip_request_path' options
        
        0.3.2 (2015-09-23)
        ------------------
        
        * Bugfix
        
        0.3.1 (2015-09-22)
        ------------------
        
        * Bugfix
        
        0.3.0 (2015-09-22)
        ------------------
        
        * Update models to match python-kong 0.3.0 spec
        
        0.2.6 (2015-09-18)
        ------------------
        
        * Bugfix
        
        0.2.5 (2015-09-17)
        ------------------
        
        * Bugfix
        
        0.2.4 (2015-09-17)
        ------------------
        
        * Bugfix in Plugins
        
        0.2.3 (2015-09-17)
        ------------------
        
        * Bugfix
        
        0.2.2 (2015-09-14)
        ------------------
        
        * Bugfix
        
        0.2.1 (2015-09-14)
        ------------------
        
        * Bugfix
        
        0.2.0 (2015-09-09)
        ------------------
        
        * Updated library to be compatible with Kong 0.5.x (WARNING: Not backwards compatible!)
        
        0.1.1 (2015-08-28)
        ------------------
        
        * Bugfixes and cleanup
        
        0.1.0 (2015-08-26)
        ------------------
        
        * First release on PyPI.
        
Keywords: django-kong-admin
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Natural Language :: English
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
