1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: python-pyknon
Section: python
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Tiago Bortoletto Vaz <tiago@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-pytest,
python3-sphinx,
python3-setuptools
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/multimedia-team/python-pyknon
Vcs-Git: https://salsa.debian.org/multimedia-team/python-pyknon.git
Homepage: https://github.com/kroger/pyknon
Rules-Requires-Root: no
Package: python3-pyknon
Architecture: all
Depends:
python3,
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
Description: Simple Python music library
Pyknon helps to generate Midi files quickly and reason about musical
proprieties.
.
It’s a library intended for teaching and demonstrating music for programmers.
|