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
|
Source: presets
Section: python
Priority: optional
Maintainer: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-coverage,
python3-numpydoc,
python3-pytest,
python3-pytest-cov,
python3-setuptools,
python3-six,
python3-sphinx
Standards-Version: 4.7.0
Homepage: https://github.com/bmcfee/presets
Vcs-Browser: https://salsa.debian.org/debian/presets
Vcs-Git: https://salsa.debian.org/debian/presets.git
Testsuite: autopkgtest-pkg-pybuild
Package: python3-presets
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-presets-doc
Description: Python module to handle default parameters of functions
Provides an object interface that can override common default
parameter settings for all functions within a target module or
package.
.
Simple to use. Just build a Preset object with the target module
as an argument and then set the default parameters via a dict-like
interface.
.
So your new object will work just like the target module, but the
default arguments of any function will be defined by the values you set.
.
This package provides the Python 3.x module.
Package: python-presets-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Improved Python presets module from (cammon documentation)
Provides an object interface that can override common default
parameter settings for all functions within a target module or
package.
.
This package contains HTML documentation, incorporates instructions on how
to install and configure and use this module Python presets.
|