Package python3-module-python-decouple: Information

    Binary package: python3-module-python-decouple
    Version: 3.8-alt1
    Architecture: noarch
    Build time:  Oct 24, 2023, 02:58 AM
    Report package bug
    License: MIT
    Summary: Strict separation of config from code.
    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.

    Maintainer: Anton Vyatkin

    List of contributors:
    Anton Vyatkin
    Vitaly Lipatov

    Last changed


    Oct. 23, 2023 Anton Vyatkin 3.8-alt1
    - NMU: new version 3.8 (build with check)
    Nov. 3, 2020 Vitaly Lipatov 3.3-alt2
    - cleanup build
    July 10, 2020 Eugene Omelyanovich <regatio@etersoft.ru> 3.3-alt1
    - new version (3.3) with rpmgs script