Metadata-Version: 2.1
Name: musicscore
Version: 2.5.3
Summary: Generating musicxml files.
Home-page: https://github.com/alexgorji/musicscore.git
License: MIT
Author: Alex Gorji
Author-email: aligorji@hotmail.com
Requires-Python: >=3.9,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: musicxml (>=1.6,<2.0)
Project-URL: Repository, https://github.com/alexgorji/musicscore.git
Description-Content-Type: text/x-rst

musicscore
==========
Tested with python 3.9, 3.10 and 3.11

**musicscore** is a python library for generating musicxml data in an intuitive and easy but nevertheless comprehensive way. The generated
files can be imported in several music notation programs and be processed further if necessary. The preferred software is Finale which
seems at the moment to have the best implementation of musicxml format files and supports version 4.0.


For documentation see: `<https://musicscore.readthedocs.io>`_

The project can be found on GitHub under: `<https://github.com/alexgorji/musicscore>`_

**musicscore** can be installed via pip:

.. code-block:: console

    (.venv) $ pip install musicscore


**musicxml** can also be found in a separate repository under: `<https://github.com/alexgorji/musicxml>` and be installed via pip:

.. code-block:: console

    (.venv) $ pip install musicxml

