musicscore2


Namemusicscore2 JSON
Version 1.3.3 PyPI version JSON
download
home_pagehttps://github.com/alexgorji/musicscore2.git
SummaryGenerating musicxml files.
upload_time2023-08-15 13:33:45
maintainer
docs_urlNone
authorAlex Gorji
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            musicscore2
===========
**musicscore2** is a python library for generating musicxml data in an intuitive and easy but nevertheless exhaustive 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 the newest version 4.0.

**musicscore2** consists of two main packages: **musicxml** and **musictree**:


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

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

**musicscore2** can be installed via pip:

.. code-block:: console

    (.venv) $ pip install musicscore2


**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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alexgorji/musicscore2.git",
    "name": "musicscore2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Alex Gorji",
    "author_email": "aligorji@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/63/eb/2734a93b13b5226035fa695cbdf3a60ba055416a30694f4c31ecaa6870af/musicscore2-1.3.3.tar.gz",
    "platform": null,
    "description": "musicscore2\n===========\n**musicscore2** is a python library for generating musicxml data in an intuitive and easy but nevertheless exhaustive way. The generated\nfiles can be imported in several music notation programs and be processed further if necessary. The preferred software is Finale which\nseems at the moment to have the best implementation of musicxml format files and supports the newest version 4.0.\n\n**musicscore2** consists of two main packages: **musicxml** and **musictree**:\n\n\nFor documentation see: `<https://musicscore2.readthedocs.io>`_\n\nThe project can be found on GitHub under: `<https://github.com/alexgorji/musicscore2>`_\n\n**musicscore2** can be installed via pip:\n\n.. code-block:: console\n\n    (.venv) $ pip install musicscore2\n\n\n**musicxml** can also be found in a separate repository under: `<https://github.com/alexgorji/musicxml>` and be installed via pip:\n\n.. code-block:: console\n\n    (.venv) $ pip install musicxml\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Generating musicxml files.",
    "version": "1.3.3",
    "project_urls": {
        "Homepage": "https://github.com/alexgorji/musicscore2.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1043262d6a9b723f9ac74d6b75e17bd9f65d89fda6604e9062c11c6d03865474",
                "md5": "d530aa38ec3474348dc3996291e50dc9",
                "sha256": "2739eecee3e8a698691e019b39ba1ca26d83a5aed06300270fa24b3e34a6d043"
            },
            "downloads": -1,
            "filename": "musicscore2-1.3.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d530aa38ec3474348dc3996291e50dc9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 98755,
            "upload_time": "2023-08-15T13:33:43",
            "upload_time_iso_8601": "2023-08-15T13:33:43.451620Z",
            "url": "https://files.pythonhosted.org/packages/10/43/262d6a9b723f9ac74d6b75e17bd9f65d89fda6604e9062c11c6d03865474/musicscore2-1.3.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63eb2734a93b13b5226035fa695cbdf3a60ba055416a30694f4c31ecaa6870af",
                "md5": "364dddfce375eac91cc293e551066910",
                "sha256": "877584c46a7242ea2aec9b97d6b10b971e086af2f20a09fb24352680016ca5ef"
            },
            "downloads": -1,
            "filename": "musicscore2-1.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "364dddfce375eac91cc293e551066910",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 71516,
            "upload_time": "2023-08-15T13:33:45",
            "upload_time_iso_8601": "2023-08-15T13:33:45.544720Z",
            "url": "https://files.pythonhosted.org/packages/63/eb/2734a93b13b5226035fa695cbdf3a60ba055416a30694f4c31ecaa6870af/musicscore2-1.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-15 13:33:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alexgorji",
    "github_project": "musicscore2",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "musicscore2"
}
        
Elapsed time: 0.13979s