From dbe3455325b3eebd20632f68f6b21b8e543a562e Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Sat, 3 Dec 2022 01:45:45 +0100 Subject: [PATCH] adding a README file --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e9b9de7 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Ziffers for Python 3.10+ + +This repo is hosting an attempt at porting the [Ziffers](https://github.com/amiika/ziffers) numbered musical notation to Python 3.10+. This library is using [parsimonious](https://github.com/erikrose/parsimonious) for PEG parsing. +