Metadata-Version: 2.1
Name: nyl
Version: 0.0.5
Summary: Default template for PDM package
Author-Email: Niklas Rosenstein <rosensteinniklas@gmail.com>
License: MIT
Requires-Python: >=3.10
Requires-Dist: bcrypt>=4.2.0
Requires-Dist: databind>=4.5.2
Requires-Dist: filelock>=3.15.4
Requires-Dist: jinja2>=3.1.4
Requires-Dist: kubernetes>=30.1.0
Requires-Dist: loguru>=0.7.2
Requires-Dist: nr-stream>=1.1.5
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: requests>=2.32.3
Requires-Dist: stablehash>=0.2.0
Requires-Dist: structured-templates<0.1.0,>=0.0.5
Requires-Dist: typer>=0.12.3
Requires-Dist: typing-extensions>=4.12.2
Description-Content-Type: text/markdown

# nyl

Nyl is a versatile tool for generating Kubernetes manifests from a simple YAML configuration, encouraging
consistent and reusable deployment configurations, project layouts and operational workflows.

## Local development

This project uses the [PDM](https://pdm-project.org/latest/) package manager for Python. Start with
`$ pipx install pdm` followed by `$ pdm install --frozen-lockfile`.
