File: control

package info (click to toggle)
python-dynaconf 3.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, trixie
  • size: 1,116 kB
  • sloc: python: 12,959; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download
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
36
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.6.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