Metadata-Version: 2.1
Name: kgp-configrendertoml
Version: 0.7.2
Summary: KubraGen Plugin: TOML config renderer
Home-page: https://github.com/RangelReale/kgp_configrendertoml
Author: Rangel Reale
Author-email: rangelspam@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: kubragen (>=0.7.17)
Requires-Dist: toml (>=0.10.2)

# KubraGen Plugin: TOML config renderer

[![PyPI version](https://img.shields.io/pypi/v/kgp_configrendertoml.svg)](https://pypi.python.org/pypi/kgp_configrendertoml/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/kgp_configrendertoml.svg)](https://pypi.python.org/pypi/kgp_configrendertoml/)

kgp_configrendertoml is a config file renderer for [KubraGen](https://github.com/RangelReale/kubragen) 
that outputs configuration to [TOML](https://github.com/toml-lang/toml) format.

[KubraGen](https://github.com/RangelReale/kubragen) is a Kubernetes YAML generator library that makes it possible to generate
configurations using the full power of the Python programming language.

* Website: https://github.com/RangelReale/kgp_configrendertoml
* Repository: https://github.com/RangelReale/kgp_configrendertoml.git
* Documentation: https://kgp_configrendertoml.readthedocs.org/
* PyPI: https://pypi.python.org/pypi/kgp_configrendertoml

## Author

Rangel Reale (rangelspam@gmail.com)


