[Csnd] pycsound

Dear community,
I’ve recently found pycsound (https://pypi.org/project/PyCsound/#history). Unfortenately I’ve found very few informations about this package.
Does someone know where to get more information about this package?

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

same site, “project description”? What information in particular?

https://pypi.org/project/PyCsound/

?

I would expect some more information about how to use this package.

" mnlpql@gmail.com "? (from “author” on that page) ?

By the looks of it, it’s just a wrapper of the Csound API. We have ctcsound.py, which is complete and well documented.

as far as i understand the code, it is not even the API but command line csound.
certainly useful for the cases which are sketched in the readme, but not comparable with ctcsound or eduardo's "csoundengine".

  joachim

The best way to use Csound from Python is, without doubt, ctcsound. I say this as the author of the previous Python binding for Csound, which was generated using SWIG.

If for some reason ctcsound does not suit your needs, consider either subclassing it, or creating another binding using Python’s ctypes, which is what ctcsound uses.

Regards,
Mike