sardine-system


Namesardine-system JSON
Version 0.4.0 PyPI version JSON
download
home_page
SummaryPython's missing algorave module
upload_time2023-07-18 22:59:23
maintainer
docs_urlNone
authorRaphaël Forment, thegamecracks
requires_python>=3.10
licenseGPL-3.0-only
keywords algorave live-coding music patterns
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h2 align="center">
  <b>Sardine</b>: ✨ Live Coding Library for Python ✨
</h2>
<p align="center"><i>
  Python's missing algorave module. Hackable live coding tool for modern Python (3.10+)
</i></p>

<p align="center">
  <img src=https://img.shields.io/discord/1029399269574193203 />
  <img src=https://img.shields.io/github/license/Bubobubobubobubo/sardine />
  <img src=https://img.shields.io/github/stars/Bubobubobubobubo/sardine />
  <img src=https://img.shields.io/pypi/wheel/sardine-system>
  <img src=https://img.shields.io/pypi/v/sardine-system>
  <img src=https://img.shields.io/pypi/status/sardine-system>
</p>

<p align="center">
  <a href="https://discord.gg/aPgV7mSFZh">Discord</a> |
  <a href="https://sardine.raphaelforment.fr/">Website</a> |
  <a href="https://sardine.raphaelforment.fr/showcase">Examples</a> |
  <a href="https://sardine.raphaelforment.fr/installation/">Installation</a> |
  <a href="https://raphaelforment.fr/">Author</a>  |
  <a href="https://toplap.org/">About Live Coding</a>
  <br><br>
  <p align='center'>
    <a href="https://github.com/bubobubobubobubo/sardine/graphs/contributors">
    <img src="https://contrib.rocks/image?repo=bubobubobubobubo/sardine" />
    </a>
  </p>
</p>

-----------

![Sardine algorave picture](pictures/sardine_intro_picture_repo.png)

**Sardine** is a versatile and hacker-friendly Python library designed for musical improvisation, algorithmic composition, and beyond.
It transforms your standard **Python** interpreter into a powerful music instrument, enabling you to create and map melodic and rhythmic
patterns to any electronic instrument (**MIDI**, **OSC**, and **SuperCollider**).
With **Sardine**, you can:

- **Unleash your musical creativity on stage, in the studio, or for personal enjoyment**
  - Seamlessly communicate with any MIDI/OSC device and the **SuperCollider** audio engine using **Sardine**.
  - Utilize bindings for **SuperDirt**, a widely recognized synthesis engine embraced by live coders globally.

- **Empower your Python code with time-aware capabilities**
  - Employ temporal recursion to make any Python code time and tempo aware.
  - Accurately launch synchronous or asynchronous functions with time-specific results.
  - Customize your own **Senders** or **Receivers** to pattern any desired elements!

- **Develop intricate audio/visual installations with MIDI and OSC *I/O***
  - Assign **callbacks** to any OSC event, transforming **Sardine** into a sophisticated reactive toolbox.
  - Monitor changing values and incorporate them into your musical patterns or code.

- **Synchronize with other computers and musical instruments**
  - Synchronise your hardware with **MIDI Clocks**.
  - Synchronize effortlessly with other tools or players using the **Link Protocol**.

## Installation

Refer to the [installation section](https://sardine.raphaelforment.fr/installation.html).

## Contributions

Sardine is in its early stages of development, and we're actively seeking contributors to help enhance the project. If you're passionate
about music and technology, we welcome your expertise, whether it's code, documentation, or ideas. We are looking for contributors! 

To collaborate with the Sardine community, connect with us on **Discord**, **Github** or send a private message if you have specific inquiries.
Together, we can create an even more powerful tool for musical expression and creativity!

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sardine-system",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "algorave,live-coding,music,patterns",
    "author": "Rapha\u00ebl Forment, thegamecracks",
    "author_email": "raphael.forment@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/71/2f/b7743c2fe5cb1aa79daa5fd43e5a93a01c5cd499e4ebfdbd363f189e82a6/sardine-system-0.4.0.tar.gz",
    "platform": null,
    "description": "<h2 align=\"center\">\n  <b>Sardine</b>: \u2728 Live Coding Library for Python \u2728\n</h2>\n<p align=\"center\"><i>\n  Python's missing algorave module. Hackable live coding tool for modern Python (3.10+)\n</i></p>\n\n<p align=\"center\">\n  <img src=https://img.shields.io/discord/1029399269574193203 />\n  <img src=https://img.shields.io/github/license/Bubobubobubobubo/sardine />\n  <img src=https://img.shields.io/github/stars/Bubobubobubobubo/sardine />\n  <img src=https://img.shields.io/pypi/wheel/sardine-system>\n  <img src=https://img.shields.io/pypi/v/sardine-system>\n  <img src=https://img.shields.io/pypi/status/sardine-system>\n</p>\n\n<p align=\"center\">\n  <a href=\"https://discord.gg/aPgV7mSFZh\">Discord</a> |\n  <a href=\"https://sardine.raphaelforment.fr/\">Website</a> |\n  <a href=\"https://sardine.raphaelforment.fr/showcase\">Examples</a> |\n  <a href=\"https://sardine.raphaelforment.fr/installation/\">Installation</a> |\n  <a href=\"https://raphaelforment.fr/\">Author</a>  |\n  <a href=\"https://toplap.org/\">About Live Coding</a>\n  <br><br>\n  <p align='center'>\n    <a href=\"https://github.com/bubobubobubobubo/sardine/graphs/contributors\">\n    <img src=\"https://contrib.rocks/image?repo=bubobubobubobubo/sardine\" />\n    </a>\n  </p>\n</p>\n\n-----------\n\n![Sardine algorave picture](pictures/sardine_intro_picture_repo.png)\n\n**Sardine** is a versatile and hacker-friendly Python library designed for musical improvisation, algorithmic composition, and beyond.\nIt transforms your standard **Python** interpreter into a powerful music instrument, enabling you to create and map melodic and rhythmic\npatterns to any electronic instrument (**MIDI**, **OSC**, and **SuperCollider**).\nWith **Sardine**, you can:\n\n- **Unleash your musical creativity on stage, in the studio, or for personal enjoyment**\n  - Seamlessly communicate with any MIDI/OSC device and the **SuperCollider** audio engine using **Sardine**.\n  - Utilize bindings for **SuperDirt**, a widely recognized synthesis engine embraced by live coders globally.\n\n- **Empower your Python code with time-aware capabilities**\n  - Employ temporal recursion to make any Python code time and tempo aware.\n  - Accurately launch synchronous or asynchronous functions with time-specific results.\n  - Customize your own **Senders** or **Receivers** to pattern any desired elements!\n\n- **Develop intricate audio/visual installations with MIDI and OSC *I/O***\n  - Assign **callbacks** to any OSC event, transforming **Sardine** into a sophisticated reactive toolbox.\n  - Monitor changing values and incorporate them into your musical patterns or code.\n\n- **Synchronize with other computers and musical instruments**\n  - Synchronise your hardware with **MIDI Clocks**.\n  - Synchronize effortlessly with other tools or players using the **Link Protocol**.\n\n## Installation\n\nRefer to the [installation section](https://sardine.raphaelforment.fr/installation.html).\n\n## Contributions\n\nSardine is in its early stages of development, and we're actively seeking contributors to help enhance the project. If you're passionate\nabout music and technology, we welcome your expertise, whether it's code, documentation, or ideas. We are looking for contributors! \n\nTo collaborate with the Sardine community, connect with us on **Discord**, **Github** or send a private message if you have specific inquiries.\nTogether, we can create an even more powerful tool for musical expression and creativity!\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-only",
    "summary": "Python's missing algorave module",
    "version": "0.4.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/Bubobubobubobubo/sardine/issues",
        "Documentation": "https://sardine.raphaelforment.fr",
        "Homepage": "https://sardine.raphaelforment.fr",
        "Source Code": "https://github.com/Bubobubobubobubo/sardine"
    },
    "split_keywords": [
        "algorave",
        "live-coding",
        "music",
        "patterns"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51ac288b75eb41a63891e8260c37e90a769e0e8847136b78c5146684f5a11407",
                "md5": "2bb2ffd9b3f96ec437adb8c74ad4f288",
                "sha256": "e5c147c27c152767f8faf58156b7cad3986cde3aed5b60baa8f67593b62d1e5e"
            },
            "downloads": -1,
            "filename": "sardine_system-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2bb2ffd9b3f96ec437adb8c74ad4f288",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 139434,
            "upload_time": "2023-07-18T22:59:21",
            "upload_time_iso_8601": "2023-07-18T22:59:21.840093Z",
            "url": "https://files.pythonhosted.org/packages/51/ac/288b75eb41a63891e8260c37e90a769e0e8847136b78c5146684f5a11407/sardine_system-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "712fb7743c2fe5cb1aa79daa5fd43e5a93a01c5cd499e4ebfdbd363f189e82a6",
                "md5": "96ed8fa1e131a1fbd958da1024bf6aeb",
                "sha256": "a52071c734d299540da53cffec5570ec5dbfac82173de77368fc71892d63f6ac"
            },
            "downloads": -1,
            "filename": "sardine-system-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "96ed8fa1e131a1fbd958da1024bf6aeb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 120331,
            "upload_time": "2023-07-18T22:59:23",
            "upload_time_iso_8601": "2023-07-18T22:59:23.486202Z",
            "url": "https://files.pythonhosted.org/packages/71/2f/b7743c2fe5cb1aa79daa5fd43e5a93a01c5cd499e4ebfdbd363f189e82a6/sardine-system-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-18 22:59:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Bubobubobubobubo",
    "github_project": "sardine",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sardine-system"
}
        
Elapsed time: 0.08878s