PCrompton / muxmllib

A Python library for manipulating MuscXML (TM) files through music specific functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Library muxmllib

A Python library for reading, writing, and manipulating MusicXML™ files through music specific functions.

Use/Install

Clone GitHub repository to your local machine.

With your Python script in the same directory as muxmllib.py, paste the following line of code at the top of your script:

from muxmllib import *

You now have access to the library.

Requirements

Written for Python 2.7 and MusicXML™ 3.0. Not tested on any other versions. Requires built-in Python Libraries xml.dom and xml.dom.minidom.

Contributing

Feel free to fork, branch and pull request changes for review. Also feel free to write tests for any of the existing work and submit them as pull requests. Please document all of your changes before submitting.

About

A Python library for manipulating MuscXML (TM) files through music specific functions.

License:MIT License


Languages

Language:Python 100.0%