drummachine


Namedrummachine JSON
Version 0.4.5 PyPI version JSON
download
home_page
SummaryA drum machine package for sequencing waveforms using numpy, curses and the sounddevice module.
upload_time2023-06-18 15:46:11
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords audio drums music
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Drum Machine

## Installation
    pip install drummachine

## Run
    python -m drummachine
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "drummachine",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "audio,drums,music",
    "author": "",
    "author_email": "Guitar Dan <guitardanuk@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/95/5f/e7469b3c0473e431c95dbb76281758c1f9e2890528e658ce3af2e1b8cac8/drummachine-0.4.5.tar.gz",
    "platform": null,
    "description": "# Drum Machine\n\n## Installation\n    pip install drummachine\n\n## Run\n    python -m drummachine",
    "bugtrack_url": null,
    "license": "",
    "summary": "A drum machine package for sequencing waveforms using numpy, curses and the sounddevice module.",
    "version": "0.4.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/guitardan/realtime-audio/issues",
        "Homepage": "https://github.com/guitardan/realtime-audio"
    },
    "split_keywords": [
        "audio",
        "drums",
        "music"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eee3a4d78840976ba7a4089392002a47ffee86b26e610d95ef1b123ff82d6e25",
                "md5": "f99c8a90c00a6d338bed4e92d7e220cb",
                "sha256": "6f6cac1ee32bc925803df1b3d67b44dcb90223c008c8258f091da5721887e10b"
            },
            "downloads": -1,
            "filename": "drummachine-0.4.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f99c8a90c00a6d338bed4e92d7e220cb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6785,
            "upload_time": "2023-06-18T15:46:09",
            "upload_time_iso_8601": "2023-06-18T15:46:09.322760Z",
            "url": "https://files.pythonhosted.org/packages/ee/e3/a4d78840976ba7a4089392002a47ffee86b26e610d95ef1b123ff82d6e25/drummachine-0.4.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "955fe7469b3c0473e431c95dbb76281758c1f9e2890528e658ce3af2e1b8cac8",
                "md5": "319f0386695593589b76385c4b6a72a0",
                "sha256": "aeddce2e5ef4d9ab235ad52ac5cab9c8d2f40351bb80acfb229cc96641535931"
            },
            "downloads": -1,
            "filename": "drummachine-0.4.5.tar.gz",
            "has_sig": false,
            "md5_digest": "319f0386695593589b76385c4b6a72a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6564,
            "upload_time": "2023-06-18T15:46:11",
            "upload_time_iso_8601": "2023-06-18T15:46:11.170733Z",
            "url": "https://files.pythonhosted.org/packages/95/5f/e7469b3c0473e431c95dbb76281758c1f9e2890528e658ce3af2e1b8cac8/drummachine-0.4.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-18 15:46:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "guitardan",
    "github_project": "realtime-audio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "drummachine"
}
        
Elapsed time: 0.09042s