Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37562449
en ru br
ALT Linux repos
S:3.3-alt2

Group :: Development/Python
RPM: python3-module-python-decouple

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname python-decouple
Name: python3-module-%oname
Version: 3.3
Release: alt2

Summary: Strict separation of config from code.

License: MIT License
Group: Development/Python
Url: https://pypi.org/project/python-decouple/

# Source-url: %__pypi_url %oname

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3 rpm-build-intro

%description
Decouple helps you to organize your settings
so that you can change parameters without having to redeploy your app.

It also makes it easy for you to:

store parameters in 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.

%prep
%setup

%build
%python3_build

%install
%python3_install

%files
%python3_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin