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 45 46 47 48 49
|
Source: luma.emulator
Maintainer: Debian Electronics Team <pkg-electronics-devel@alioth-lists.debian.net>
Uploaders: Anton Gladky <gladk@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-dev,
python3-luma.core,
python3-pil,
python3-pygame,
python3-pytest,
python3-setuptools,
python3-sphinx-rtd-theme,
sphinx
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/electronics-team/luma.emulator
Vcs-Git: https://salsa.debian.org/electronics-team/luma.emulator.git
Homepage: https://github.com/rm-hull/luma.emulator
Package: python3-luma.emulator
Architecture: any
Section: python
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
python3-luma.core
Description: library provides a series of pseudo-display devices for luma.core
Library provides a series of pseudo-display devices which allow the luma.core
components to be used without running a physical device. These include:
Real-time (pixel) emulator, based on pygame
LED matrix and 7-segment renderers
PNG screen capture
Animated GIF animator
Real-time ASCII-art & block emulators
Package: luma.emulator-doc
Architecture: all
Section: python
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: doc for library provides a series of pseudo-display devices for luma.core
Library provides a series of pseudo-display devices which allow the luma.core
components to be used without running a physical device. These include:
Real-time (pixel) emulator, based on pygame
LED matrix and 7-segment renderers
PNG screen capture
Animated GIF animator
Real-time ASCII-art & block emulators
|