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 50 51 52 53 54 55 56 57 58 59 60
|
Source: ubelt
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bo YU <vimer@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
pybuild-plugin-pyproject,
python3-setuptools,
python3-xdoctest <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-timeout <!nocheck>,
python3-coverage <!nocheck>,
python3-requests <!nocheck>,
sphinx <!nodoc>,
python3-sphinx-reredirects <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
dh-sequence-sphinxdoc <!nodoc>,
python3-myst-parser <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://github.com/Erotemic/ubelt
Vcs-Git: https://salsa.debian.org/python-team/packages/ubelt.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/ubelt
Rules-Requires-Root: no
Description: Python Utility Belt Library
Ubelt is a small library of robust, tested, documented, and simple
functions that extend the Python standard library. It has a flat
API that all behaves similarly on Windows, Mac, and Linux (up to
some small unavoidable differences). Almost every function in ubelt
was written with a doctest.
.
* Goal: provide simple functions that accomplish common tasks not
yet addressed by the Python standard library.
* Constraints: Must be low-impact pure Python; it should be easy to
install and use.
* Method: All functions are written with docstrings and doctests to
ensure that a baseline level of documentation and testing always
exists (even if functions are copy/pasted into other libraries)
* Motto: Good utilities lift all codes.
Package: python3-ubelt
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: ${source:Synopsis}
${source:Extended-Description}
.
This is ubelt Python package.
Package: python-ubelt-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: python3-ubelt
Description: ${source:Synopsis}
${source:Extended-Description}
.
This package contains the ubelt documentation and examples files.
|