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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: python-django-etcd-settings
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Michael Fladischer <fladi@debian.org>
Build-Depends: debhelper-compat (= 9),
dh-python,
python3-all,
python3-django,
python3-doc,
python3-setuptools,
python3-sphinx
Standards-Version: 3.9.8
Homepage: https://github.com/kpn-digital/django-etcd-settings
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-django-etcd-settings
Vcs-Git: https://salsa.debian.org/python-team/modules/python-django-etcd-settings.git
Package: python3-django-etcd-settings
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-etcd
Suggests: python-django-etcd-settings-doc (= ${binary:Version})
Description: config manager for Django apps based on ETCD (Python3 version)
This application allows you to extend the Django settings as configured in the
settings.py file with:
.
* Environment dependent values
* Values in different config sets, identified by name, which can be selected
on a 'per request' basis using the X-DYNAMIC-SETTINGS HTTP header
.
Both the added configuration values and config sets would live at ETCD,
which will be continuously monitored by this library in order to
transparently update your app settings upon changes.
.
This package contains the Python 3 version of the library.
Package: python-django-etcd-settings-doc
Section: doc
Architecture: all
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: config manager for Django apps based on ETCD (Documentation)
This application allows you to extend the Django settings as configured in the
settings.py file with:
.
* Environment dependent values
* Values in different config sets, identified by name, which can be selected
on a 'per request' basis using the X-DYNAMIC-SETTINGS HTTP header
.
Both the added configuration values and config sets would live at ETCD,
which will be continuously monitored by this library in order to
transparently update your app settings upon changes.
.
This package contains the documentation.
|