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
|
Source: python-scooby
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Francesco Ballarin <francesco.ballarin@unicatt.it>,
Drew Parsons <dparsons@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-bs4 <!nocheck>,
python3-numpy <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
Standards-Version: 4.7.2
Homepage: https://github.com/banesullivan/scooby
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-scooby
Vcs-Git: https://salsa.debian.org/python-team/packages/python-scooby.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-scooby
Architecture: all
Depends:
${python3:Depends},
${misc:Depends},
Description: Great Dane turned Python environment detective (Python 3)
This is a lightweight tool for easily reporting your Python environment's
package versions and hardware resources.
.
Scooby has HTML formatting for Jupyter notebooks and rich text formatting
for just about every other environment. The module is designed to be
lightweight such that it could easily be added as a dependency to Python
projects for environment reporting when debugging.
.
This package installs the library for Python 3.
|