ctcsound7


Namectcsound7 JSON
Version 0.4.6 PyPI version JSON
download
home_pagehttps://github.com/csound-plugins/ctcsound7
SummaryPython bindings to the Csound API using ctypes
upload_time2023-09-25 09:12:12
maintainer
docs_urlNone
authorEduardo Moguillansky, Francois Pinot
requires_python>=3.8
licenseBSD-3-Clause
keywords csound
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
=========
ctcsound7
=========

Python bindings for Csound using ctypes. Can be used from python >= 3.8

This bindings can be used with any version of csound >= 6.18. It is a drop-in replacement
of ctcsound


Installation  
------------

Csound needs to be installed in the system.


.. code::

	pip install ctcsound7


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/csound-plugins/ctcsound7",
    "name": "ctcsound7",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "csound",
    "author": "Eduardo Moguillansky, Francois Pinot",
    "author_email": "eduardo.moguillansky@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0d/f2/c2ab2829a9fa7176daaa4d54b3bbcaf62d4b127af8948dcb463dd7359521/ctcsound7-0.4.6.tar.gz",
    "platform": null,
    "description": "\n=========\nctcsound7\n=========\n\nPython bindings for Csound using ctypes. Can be used from python >= 3.8\n\nThis bindings can be used with any version of csound >= 6.18. It is a drop-in replacement\nof ctcsound\n\n\nInstallation  \n------------\n\nCsound needs to be installed in the system.\n\n\n.. code::\n\n\tpip install ctcsound7\n\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python bindings to the Csound API using ctypes",
    "version": "0.4.6",
    "project_urls": {
        "Homepage": "https://github.com/csound-plugins/ctcsound7"
    },
    "split_keywords": [
        "csound"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4767ae57d844e9708655221f537b7a05b93677a14691c2dd3b80cc331c945eab",
                "md5": "40c4c2e64e5be27a8cc8da7b53b83e95",
                "sha256": "1bc3a36fe34fe23aa031c8fe34d4ad607587290299d013fa457fb0b274e2f0b0"
            },
            "downloads": -1,
            "filename": "ctcsound7-0.4.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40c4c2e64e5be27a8cc8da7b53b83e95",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 38348,
            "upload_time": "2023-09-25T09:12:10",
            "upload_time_iso_8601": "2023-09-25T09:12:10.906626Z",
            "url": "https://files.pythonhosted.org/packages/47/67/ae57d844e9708655221f537b7a05b93677a14691c2dd3b80cc331c945eab/ctcsound7-0.4.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0df2c2ab2829a9fa7176daaa4d54b3bbcaf62d4b127af8948dcb463dd7359521",
                "md5": "a896338449485b05ed6220189125191c",
                "sha256": "fc4f2d8fd89b6734db94c81711c0cdb8b10c6eec69ca8a29e3a7d34c8273a19a"
            },
            "downloads": -1,
            "filename": "ctcsound7-0.4.6.tar.gz",
            "has_sig": false,
            "md5_digest": "a896338449485b05ed6220189125191c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 38156,
            "upload_time": "2023-09-25T09:12:12",
            "upload_time_iso_8601": "2023-09-25T09:12:12.885603Z",
            "url": "https://files.pythonhosted.org/packages/0d/f2/c2ab2829a9fa7176daaa4d54b3bbcaf62d4b127af8948dcb463dd7359521/ctcsound7-0.4.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-25 09:12:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "csound-plugins",
    "github_project": "ctcsound7",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ctcsound7"
}
        
Elapsed time: 0.12869s