Metadata-Version: 2.1
Name: brassy
Version: 0.0.1.post6
Summary: Builds release notes from yaml files for sane software development
Author: Gwyn Uttmark
Author-email: biosafetylevel5@gmail.com
Requires-Python: >=3.8
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: doc
Requires-Dist: pygit2
Requires-Dist: rich
Requires-Dist: rich-argparse
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: sphinxcontrib-napoleon ; extra == "doc"
Requires-Dist: sphinxcontrib-runcmd ; extra == "doc"
Project-URL: Homepage, https://github.com/biosafetylvl5/brassy
Project-URL: Issues, https://github.com/biosafetylvl5/brassy/issues
Description-Content-Type: text/markdown

# BRASSY: Build Release Assembler for Sane Software with YAML

There's only one [file](brassy/brassy.py).

The docs live here: https://biosafetylvl5.github.io/brassy/

## Install

``` bash
pip3 install brassy
```

or

``` bash
pip install brassy
```

