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
Standards-Version: 4.6.1
Homepage: https://github.com/bmcfee/presets
Vcs-Browser: https://salsa.debian.org/debian/presets
Vcs-Git: https://salsa.debian.org/debian/presets.git

Package: python3-presets
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
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.
