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
|
Source: python-dynaconf
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python3-box,
python3-dotenv,
python3-toml,
python3-click,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-dynaconf
Vcs-Git: https://salsa.debian.org/python-team/modules/python-dynaconf.git
Homepage: https://github.com/rochacbruno/dynaconf
Rules-Requires-Root: no
Package: python3-dynaconf
Architecture: all
Depends:
python3-box,
python3-dotenv,
python3-toml,
python3-click,
${misc:Depends},
${python3:Depends},
Description: Easy and Powerful Settings Configuration for Python
Dynaconf is a layered configuration system for Python applications
with strong support for 12-factor applications and extensions for
Flask and Django
|