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
|
Source: ros-osrf-pycommon
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Jochen Sprickerhof <jspricke@debian.org>,
Timo Röhling <roehling@debian.org>,
Leopold Palomo-Avellaneda <leo@alaxarxa.net>,
Timon Engelke <debian@timonengelke.de>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-pytest <!nocheck>,
python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://osrf-pycommon.readthedocs.org/
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/robotics-team/ros-osrf-pycommon.git
Vcs-Browser: https://salsa.debian.org/robotics-team/ros-osrf-pycommon
Package: python3-osrf-pycommon
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Commonly needed Python modules for software developers
Python package which contains commonly used Python boilerplate code
and patterns. Things like ansi terminal coloring, capturing colored
output from programs using subprocess, or even a simple logging system
which provides some nice functionality over the built-in Python
logging system.
|