Source: python-param Section: python Testsuite: autopkgtest-pkg-python Priority: optional Maintainer: Debian Science Maintainers Uploaders: Sebastien Delafond , Picca Frédéric-Emmanuel Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, python3-distutils, python3-pytest , python3-flake8 Standards-Version: 4.6.2 Homepage: https://github.com/holoviz/param Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/science-team/python-param Vcs-Git: https://salsa.debian.org/science-team/python-param.git Package: python3-param Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends}, ${python3:Depends} Description: Make your Python code clearer and more reliable by declaring Parameters Param is a library providing Parameters: Python attributes extended to have features such as type and range checking, dynamically generated values, documentation strings, default values, etc., each of which is inherited from parent classes if not specified in a subclass.