Package python3-module-django-environ: Information

    Source package: python3-module-django-environ
    Version: 0.10.0-alt1
    Build time:  May 16, 2023, 10:03 PM
    Report package bug
    License: MIT
    Summary: Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.
    Description: 
    The idea of this package is to unify a lot of packages that make the same stuff:
    Take a string from os.environ, parse and cast it to some of useful python typed
    variables. To do that and to use the 12factor approach, some connection strings
    are expressed as url, so this package can parse it and return a urllib.parse.ParseResult.
    These strings from os.environ are loaded from a .env file and filled in os.environ with
    setdefault method, to avoid to overwrite the real environ.

    List of rpms provided by this srpm:
    python3-module-django-environ (noarch)

    Maintainer: Dmitry Lyalyaev

    List of contributors:
    Dmitry Lyalyaev

      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-pytest
      3. python3-module-setuptools
      4. python3-module-wheel
      5. rpm-build-pyproject

    Last changed


    May 15, 2023 Dmitry Lyalyaev 0.10.0-alt1
    - New version v0.10.0
    Dec. 2, 2021 Dmitry Lyalyaev 0.8.1-alt1
    - Initial build for ALT Linux