Metadata-Version: 2.1
Name: klarenz
Version: 1.2.0
Summary: Programmatically generate Lilypond scores, with ease and elegance of pure Python
Home-page: https://github.com/teymuri/klarenz.git
Author: Amir Teymuri
Author-email: Amir Teymuri <amiratwork22@gmail.com>
Project-URL: Homepage, https://github.com/teymuri/klarenz.git
Project-URL: Bug Tracker, https://github.com/teymuri/klarenz/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE


[__Klarenz__](https://en.wikipedia.org/wiki/Clarence_Barlow) is a highly minimalist (the entire API consists of a single class `Part` and a main processor function `proc`!) and Pythonic package for compiling Lilypond sheet music.

For more information and examples please check the [Documentation](https://teymuri.github.io/klarenz-docs/).

# Current release: v1.2.0

# Packaging
Ensure to update the `src/klarenz/version.py` file and run `python prebuild.py` (and push the changes!) before
initiating the build-upload process for each release with:

```
python -m build && twine upload dist/*
```

_This README is generated by `prebuild.py`. Never edit it directly by hand! Instead, modify the `readme` variable in the
pre-build file._
