Metadata-Version: 2.1
Name: ctcsound7
Version: 0.4.0
Summary: Python bindings to the Csound API using ctypes
Home-page: https://github.com/csound-plugins/ctcsound7
Author: Eduardo Moguillansky, Francois Pinot
Author-email: eduardo.moguillansky@gmail.com
License: BSD-3-Clause
Keywords: csound
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
License-File: LICENSE


=========
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

