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 (>= 9),
               dh-python,
               python-all,
               python-django-doc,
               python-setuptools,
               python3-all,
               python3-django,
               python3-doc,
               python3-setuptools,
               python3-sphinx
Standards-Version: 3.9.8
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
Homepage: https://github.com/kpn-digital/django-etcd-settings
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-django-etcd-settings.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-django-etcd-settings.git


Package: python-django-etcd-settings
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-etcd
Suggests: python-django-etcd-settings-doc (= ${binary:Version})
Description: config manager for Django apps based on ETCD (Python2 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 2 version of the library.


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.