musurgia


Namemusurgia JSON
Version 3.1.4 PyPI version JSON
download
home_pagehttps://github.com/alexgorji/musurgia.git
SummaryTools for algorithmic composition.
upload_time2025-01-18 13:29:05
maintainerNone
docs_urlNone
authorAlex Gorji
requires_python<3.13,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            This library will contain all my important composition tools. At this moment there are some tools there for random data generation and permutation, a pdf generator and a fractal tree structure which is the base of one of my most important tools: fractal music. Work in progress! No documenation for now so you have to read the code :-]]

Prerequisites
=============

To run the tests locally, the following external tools are required:

1. **pdftocairo** (from Poppler-utils)
    - **Linux (Ubuntu/Debian)**: `sudo apt install poppler-utils`
    - **macOS**: `brew install poppler`
    - **Windows**: [Download Poppler for Windows](https://github.com/oschwartz10612/poppler-windows) and add it to your PATH.

2. **compare** (from ImageMagick)
    - **Linux (Ubuntu/Debian):** `sudo apt install imagemagick`
    - **macOS:** `brew install imagemagick`
    - **Windows:** [Download ImageMagick](https://imagemagick.org/script/download.php#windows)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/alexgorji/musurgia.git",
    "name": "musurgia",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Alex Gorji",
    "author_email": "aligorji@hotmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8b/1c/197366a3957a11fe99c602dd89b9f52677958e18af62b087a23a0630b240/musurgia-3.1.4.tar.gz",
    "platform": null,
    "description": "This library will contain all my important composition tools. At this moment there are some tools there for random data generation and permutation, a pdf generator and a fractal tree structure which is the base of one of my most important tools: fractal music. Work in progress! No documenation for now so you have to read the code :-]]\n\nPrerequisites\n=============\n\nTo run the tests locally, the following external tools are required:\n\n1. **pdftocairo** (from Poppler-utils)\n    - **Linux (Ubuntu/Debian)**: `sudo apt install poppler-utils`\n    - **macOS**: `brew install poppler`\n    - **Windows**: [Download Poppler for Windows](https://github.com/oschwartz10612/poppler-windows) and add it to your PATH.\n\n2. **compare** (from ImageMagick)\n    - **Linux (Ubuntu/Debian):** `sudo apt install imagemagick`\n    - **macOS:** `brew install imagemagick`\n    - **Windows:** [Download ImageMagick](https://imagemagick.org/script/download.php#windows)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tools for algorithmic composition.",
    "version": "3.1.4",
    "project_urls": {
        "Homepage": "https://github.com/alexgorji/musurgia.git",
        "Repository": "https://github.com/alexgorji/musurgia.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "52be19cff8ad070beeb62d3ebea3869f7b9ccc61f06d3ec970adc74a6e0c80e2",
                "md5": "5940101ced2bf82bce768f2dfde69bc7",
                "sha256": "c44ffb0070578399b2dd0ddbf42ef57464c15efce159f979baade50b592c09b1"
            },
            "downloads": -1,
            "filename": "musurgia-3.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5940101ced2bf82bce768f2dfde69bc7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 397489,
            "upload_time": "2025-01-18T13:29:02",
            "upload_time_iso_8601": "2025-01-18T13:29:02.701195Z",
            "url": "https://files.pythonhosted.org/packages/52/be/19cff8ad070beeb62d3ebea3869f7b9ccc61f06d3ec970adc74a6e0c80e2/musurgia-3.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b1c197366a3957a11fe99c602dd89b9f52677958e18af62b087a23a0630b240",
                "md5": "54838e987edbadeb7fbcb3479ada21ea",
                "sha256": "427f4748219b7a8ef83f674ee6db05d2ccc6281d0620ec8f9c8ae09dccebd5f1"
            },
            "downloads": -1,
            "filename": "musurgia-3.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "54838e987edbadeb7fbcb3479ada21ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 220586,
            "upload_time": "2025-01-18T13:29:05",
            "upload_time_iso_8601": "2025-01-18T13:29:05.951548Z",
            "url": "https://files.pythonhosted.org/packages/8b/1c/197366a3957a11fe99c602dd89b9f52677958e18af62b087a23a0630b240/musurgia-3.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-18 13:29:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alexgorji",
    "github_project": "musurgia",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "tox": true,
    "lcname": "musurgia"
}
        
Elapsed time: 0.38956s