Metadata-Version: 2.1
Name: brassy
Version: 0.4.1
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
Provides-Extra: lint
Provides-Extra: test
Requires-Dist: black ; extra == "doc"
Requires-Dist: dateparser
Requires-Dist: eval-type-backport
Requires-Dist: pinkrst ; extra == "doc"
Requires-Dist: platformdirs
Requires-Dist: pydantic
Requires-Dist: pygit2
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pyyaml
Requires-Dist: rich
Requires-Dist: rich-argparse
Requires-Dist: ruff ; extra == "lint"
Requires-Dist: sphinx ; extra == "doc"
Requires-Dist: sphinx-argparse ; 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

![GitHub Release](https://img.shields.io/github/v/release/biosafetylvl5/brassy)
![PyPI - Version](https://img.shields.io/pypi/v/brassy)
![Pepy Total Downloads](https://img.shields.io/pepy/dt/brassy?style=flat)
![PyPI - Downloads](https://img.shields.io/pypi/dm/brassy)


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

## Install

``` bash
pip3 install brassy
```

or

``` bash
pip install brassy
```

