python-decouple 3.6-1 source package in Ubuntu

Changelog

python-decouple (3.6-1) unstable; urgency=medium

  * New maintainer upload (Closes: #986939)
  * New upstream version 3.6
  * Lintian fixes
  * debian/control:
      - Use github homepage
      - Bump Standards-Version: from 4.2.1 to 4.6.1
  * debian/rules:
      - Move cleaning the egg-info dir to d/clean

 -- Matt Barry <email address hidden>  Thu, 19 May 2022 00:23:37 -0400

Upload details

Uploaded by:
Matt Barry
Uploaded to:
Sid
Original maintainer:
Matt Barry
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-decouple_3.6-1.dsc 1.8 KiB d58ebecae5ae8df1e32b2fd91280595fbf499f27ec945b28c6fb70db927d8914
python-decouple_3.6.orig.tar.gz 9.3 KiB 2838cdf77a5cf127d7e8b339ce14c25bceb3af3e674e039d4901ba16359968c7
python-decouple_3.6-1.debian.tar.xz 2.5 KiB 6694c6e13a37ea1b15dd695d7960c42f80632f63000222658b1897caed7b5fdc

Available diffs

No changes file available.

Binary packages built by this source

python3-decouple: 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.