Metadata-Version: 2.1
Name: hayde
Version: 0.1.0
Summary: Hayde
Home-page: https://gitlab.com/f9n/hayde
License: GPL-3.0
Author: f9n
Author-email: f9n@protonmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: Cerberus (>=1.3.2,<2.0.0)
Requires-Dist: Jinja2 (>=2.11.2,<3.0.0)
Requires-Dist: PyYAML (>=5.3.1,<6.0.0)
Requires-Dist: kubernetes (>=12.0.1,<13.0.0)
Project-URL: Repository, https://gitlab.com/f9n/hayde
Description-Content-Type: text/markdown

# hayde [![PyPi version](https://img.shields.io/pypi/v/hayde.svg)](https://pypi.python.org/pypi/hayde/) [![PyPI pyversions](https://img.shields.io/pypi/pyversions/hayde.svg)](https://pypi.python.org/pypi/hayde/) [![](https://img.shields.io/gitlab/license/f9n/hayde.svg)](https://gitlab.com/f9n/hayde/blob/master/LICENSE)

Hayde

# Installation

```bash
$ python3 -m pip install --user --upgrade hayde
```

# Usage

```bash
$ hayde -h
usage: Hayde [-h] --config-file CONFIG_FILE [--version]

Hayde

optional arguments:
  -h, --help            show this help message and exit
  --config-file CONFIG_FILE
  --version             show program's version number and exit
```

