Source: python-decouple Priority: optional Maintainer: Matt Barry Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools Standards-Version: 4.6.0.1 Section: python Homepage: https://github.com/henriquebastos/python-decouple Vcs-Git: https://salsa.debian.org/debian/python-decouple.git Vcs-Browser: https://salsa.debian.org/debian/python-decouple Rules-Requires-Root: no Package: python3-decouple Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Helps you to organize your Django/Flask settings Decouple helps you to organize your settings so that you can change parameters without having to redeploy your app. . It also makes easy for you to: . store parameters on ini or .env files; define comprehensive default values; properly convert values to the correct data type; have only one configuration module to rule all your instances. . It was originally designed for Django, but became an independent generic tool for separating settings from code. . Framework Django Framework Flask . This package installs the library for Python 3.