Metadata-Version: 2.4
Name: riffgen
Version: 0.1.1
Summary: Code and documentation generator for RIFF-based formats.
Project-URL: Bug Reports, https://gitlab.com/mattia.basaglia/riffgen/-/boards#/
Project-URL: Source, https://gitlab.com/mattia.basaglia/riffgen
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: PyYAML==6.0.3
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

Riffgen
=======

Code and documentation generator for RIFF-based formats.


### Links

* Source: https://gitlab.com/mattia.basaglia/riffgen
* Bugs: https://gitlab.com/mattia.basaglia/riffgen/-/boards#/
* PyPI: https://pypi.org/project/riffgen/


### License

MIT


### Building Packages

```bash
pip install build twine

rm -rf dist
python3 -m build --sdist --wheel
twine upload dist/*
```


### Running tests

```bash
pip install coverage
./test.sh
```
