Metadata-Version: 2.1
Name: kubragen2
Version: 0.8.3
Summary: KubraGen2: programmatic Kubernetes YAML generator
Home-page: https://github.com/RangelReale/kubragen2
Author: Rangel Reale
Author-email: rangelreale@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: PyYAML (>=5.3.1)
Requires-Dist: requests (>=2.24.0)
Requires-Dist: jsonpatchext (>=1.37)
Requires-Dist: deepmerge (>=0.1)

# KubraGen2: programmatic Kubernetes YAML generator

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

KubraGen2 is a Kubernetes YAML generator library that makes it possible to generate
configurations using the full power of the Python programming language.

Combined with [Helmion](https://github.com/RangelReale/helmion), it is possible to use [Helm](https://helm.sh/)
as a Kubernetes Yaml source, customize them, and generate a script for applying it directly without using
the Helm release process. 

## Overview

See source code for examples

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

## Author

Rangel Reale (rangelreale@gmail.com)


