Source: pd-py
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
 debhelper (>=11~),
 pkg-config,
 pd-flext-dev,
 pd-lib-builder,
 python-dev,
 python-numpy,
Standards-Version: 4.1.3
Homepage: https://grrrr.org/research/software/py/
Vcs-Git: https://salsa.debian.org/multimedia-team/pd/pd-py.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/pd/pd-py

Package: pd-py
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 python-numpy,
Description: Python scripting objects for Pure Data
 This object library provides full integration of the Python scripting language
 into the Pure Data (Pd) real-time system.
 .
  - [py] loads Python modules and allows one to execute functions therein.
  - [pyext] uses Python classes to represent full-featured message objects.
 .
 Multithreading (‘detaching’) is supported for background operation.