djalgo


Namedjalgo JSON
Version 0.2.11 PyPI version JSON
download
home_pageNone
SummaryA music composition toolkit
upload_time2024-11-15 16:36:16
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseGPL-3.0-or-later
keywords midi music
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # djalgo: A music composition toolkit

Djalgo is a Python toolkit for music composition. Crafted for musicians and developers alike, Djalgo offers a versatile collection of tools for generating and manipulating musical notes and sequences. Without relying directly on MIDI files, it employs a MIDI-compatible format, enabling users to define each note through a trio of attributes: pitch (in MIDI notation), duration, and offset. Whether you're scripting a symphony, experimenting with algorithms to create melodies, or exploring the mathematical beauty of music, Djalgo makes the art of digital composition accessible and engaging. The name Djalgo was chosen after musician [Django Reinhardt](https://en.wikipedia.org/wiki/Django_Reinhardt), an a mix of *DJ* (disk jockey) and *algorithm*.

## Install

Djalgo is on PyPi.

```
pip install djalgo
```

## Usage

To get started, you might follow the companion website at https://djalgo-ef307e.gitlab.io/. Happy composing!
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "djalgo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "midi, music",
    "author": null,
    "author_email": "Essi Parent <3pp0qk4a@duck.com>",
    "download_url": null,
    "platform": null,
    "description": "# djalgo: A music composition toolkit\n\nDjalgo is a Python toolkit for music composition. Crafted for musicians and developers alike, Djalgo offers a versatile collection of tools for generating and manipulating musical notes and sequences. Without relying directly on MIDI files, it employs a MIDI-compatible format, enabling users to define each note through a trio of attributes: pitch (in MIDI notation), duration, and offset. Whether you're scripting a symphony, experimenting with algorithms to create melodies, or exploring the mathematical beauty of music, Djalgo makes the art of digital composition accessible and engaging. The name Djalgo was chosen after musician [Django Reinhardt](https://en.wikipedia.org/wiki/Django_Reinhardt), an a mix of *DJ* (disk jockey) and *algorithm*.\n\n## Install\n\nDjalgo is on PyPi.\n\n```\npip install djalgo\n```\n\n## Usage\n\nTo get started, you might follow the companion website at https://djalgo-ef307e.gitlab.io/. Happy composing!",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "A music composition toolkit",
    "version": "0.2.11",
    "project_urls": {
        "Bug Tracker": "https://github.com/essicolo/djalgo/issues",
        "Documentation": "https://essicolo.github.io/djalgo/",
        "Repository": "https://github.com/essicolo/djalgo.git"
    },
    "split_keywords": [
        "midi",
        " music"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb65c5b32e23ee4b70f5f415b5ce0db957705328e82ad37422d47df717e6aa39",
                "md5": "3276bae4bd62d22011eebf2569e30c0d",
                "sha256": "780ca9976beb64dd72198c315eb93cb37c6200a71032e7aea1550b3d6dca06fa"
            },
            "downloads": -1,
            "filename": "djalgo-0.2.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3276bae4bd62d22011eebf2569e30c0d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 61068,
            "upload_time": "2024-11-15T16:36:16",
            "upload_time_iso_8601": "2024-11-15T16:36:16.127391Z",
            "url": "https://files.pythonhosted.org/packages/cb/65/c5b32e23ee4b70f5f415b5ce0db957705328e82ad37422d47df717e6aa39/djalgo-0.2.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 16:36:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "essicolo",
    "github_project": "djalgo",
    "github_not_found": true,
    "lcname": "djalgo"
}
        
Elapsed time: 0.60221s