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.
