campagnola / pyabc

Python library for parsing and analyzing ABC music notation
MIT License
20 stars 11 forks source link

PyABC - Python package for parsing and analyzing ABC music notation

Luke Campagnola, 2014

Status: Pre-alpha

Basic goals

Installation

You can install pyabc as a module using

pip install -e /your/py/abc/directory

Testing

Limit unit testing has been implemented. To run unit tests

cd /your/pyabc/directory
PYTHONPATH=$PYTHONPATH:$PWD pytest