Metadata-Version: 2.1
Name: frigate
Version: 0.2.0
Summary: A tool for autogenerating helm documentation.
Home-page: UNKNOWN
Author: Jacob Tomlinson
Author-email: jtomlinson@nvidia.com
License: Apache License 2.0
Platform: any
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: docutils
Requires-Dist: jinja2
Requires-Dist: ruamel.yaml

# Frigate

Frigate is a tool for automatically generating documentation for your [Helm charts](https://helm.sh/).

<!-- TODO: Add badges for CI, PyPI, etc -->

Features:

- Render documentation from your `Chart.yaml` and `values.yaml` files.
- Supports outputting as markdown, reStructuredText and HTML.
- Sphinx extension for including in Python documentation.

## Installation

```
$ pip install frigate
```

## Usage

```
$ frigate gen path/to/chart

Chart
==========

Chart description.

...
```

<!-- TODO: Link to docs once set up on RTD -->


