Source: python-dynaconf
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michal Arbet <michal.arbet@ultimum.io>,
 Dominik George <natureshadow@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
Build-Depends-Indep:
 python3-box,
 python3-dotenv,
 python3-toml,
 python3-click,
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dynaconf
Vcs-Git: https://salsa.debian.org/python-team/packages/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
