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 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: python-periphery
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
Standards-Version: 4.5.0
Homepage: https://github.com/vsergeev/python-periphery/
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-periphery
Vcs-Git: https://salsa.debian.org/python-team/modules/python-periphery.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-periphery
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python-periphery-doc
Description: Peripheral I/O (Python3 version)
A pure Python library for GPIO, LED, PWM, SPI, I2C, MMIO, and Serial peripheral
I/O interface access in userspace Linux. It is useful in embedded Linux
environments (including Raspberry Pi, BeagleBone, etc. platforms) for
interfacing with external peripherals.
.
This package contains the Python 3 version of the library.
Package: python-periphery-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: Peripheral I/O (Documentation)
A pure Python library for GPIO, LED, PWM, SPI, I2C, MMIO, and Serial peripheral
I/O interface access in userspace Linux. It is useful in embedded Linux
environments (including Raspberry Pi, BeagleBone, etc. platforms) for
interfacing with external peripherals.
.
This package contains the documentation.
|