Metadata-Version: 2.1
Name: kong-config-builder
Version: 0.0.2
Summary: Kong declarative configuration builder
Home-page: https://github.com/olxbr/kong-config-builder/
Author: Olx
License: MIT
Download-URL: https://github.com/olxbr/kong-config-builder/archive/master.zip
Description: # Kong Config Builder
        [![Build Status](https://travis-ci.com/olxbr/kong-config-builder.svg?branch=master)](https://travis-ci.com/olxbr/kong-config-builder)
        [![Coverage Status](https://coveralls.io/repos/github/olxbr/kong-config-builder/badge.svg?branch=master)](https://coveralls.io/github/olxbr/kong-config-builder?branch=master)
        
        Kong declarative configuration builder.
        
        This project translates Python files to [Kong Declarative configuration Yaml files](https://docs.konghq.com/2.0.x/db-less-and-declarative-config/). Most of times you don't need a database, just more organization.
        
        ## Install
        
        Using Python 3.7+
        
        ```sh
        pip install kong_config_builder
        ```
        
        ## Usage
        
        Take a look at [Example File](https://github.com/olxbr/kong-config-builder/blob/master/create_test_config.py).
        
        ## Contribute
        
        For development and contributing, please follow [Contributing Guide](https://github.com/olxbr/kong-config-builder/blob/master/CONTRIBUTING.md) and **ALWAYS** respect the [Code of Conduct](https://github.com/olxbr/kong-config-builder/blob/master/CODE_OF_CONDUCT.md)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Description-Content-Type: text/markdown
