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
|
Source: python-setoptconf
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-pytest,
python3-setuptools,
python3-yaml,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/jayclassless/setoptconf
Vcs-Git: https://salsa.debian.org/python-team/packages/python-setoptconf.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-setoptconf
Package: python3-setoptconf
Architecture: all
Depends: python3-yaml,
${misc:Depends},
${python3:Depends},
Description: retrieve Python3 program settings from a variety of sources
setoptconf is a Python library to define desired settings in a simple and
consistent way from a variety of sources, individually or combined:
- command line
- environment variables
- INI files
- JSON
- YAML
- Python objects/modules
.
This package contains the modules for Python3.
|