معرفی شرکت ها


dj-settings-4.2.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

project settings the UNIX way
ویژگی مقدار
سیستم عامل -
نام فایل dj-settings-4.2.1
نام dj-settings
نسخه کتابخانه 4.2.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Stephanos Kuma
ایمیل نویسنده stephanos@kuma.ai
آدرس صفحه اصلی https://github.com/spapanik/dj_settings
آدرس اینترنتی https://pypi.org/project/dj-settings/
مجوز LGPL-3.0+
========================================== dj_settings: project settings the UNIX way ========================================== .. image:: https://github.com/spapanik/dj_settings/actions/workflows/test.yml/badge.svg :alt: Test :target: https://github.com/spapanik/dj_settings/actions/workflows/test.yml .. image:: https://img.shields.io/github/license/spapanik/dj_settings :alt: License :target: https://github.com/spapanik/dj_settings/blob/main/LICENSE.txt .. image:: https://img.shields.io/pypi/v/dj_settings :alt: PyPI :target: https://pypi.org/project/dj_settings .. image:: https://pepy.tech/badge/dj_settings :alt: Downloads :target: https://pepy.tech/project/dj_settings .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :alt: Code style :target: https://github.com/psf/black ``dj_settings`` offers way to add project settings in a way that has been battle-tested for years in numerous UNIX apps, reading from the value ``/etc/<conf_path>`` or ``~/.config/<conf_path>`` or ``<proj_path>/<conf_path>`` or an ``ENV VAR``, allowing overriding from the next read location. It's mainly targeting django, but it can be used as a general settings parser In a nutshell ------------- Installation ^^^^^^^^^^^^ The easiest way is to use `poetry`_ to manage your dependencies and add *dj_settings* to them. .. code-block:: toml [tool.poetry.dependencies] dj_settings = "^4.2.1" Usage ^^^^^ ``dj_settings`` will read from various config files to get the value of a variable, in a way that's very familiar to all UNIX users. It allows setting default values, and overriding with ENV VARs and .d directories. Links ----- - `Documentation`_ - `Changelog`_ .. _poetry: https://python-poetry.org/ .. _Changelog: https://github.com/spapanik/dj_settings/blob/main/CHANGELOG.rst .. _Documentation: https://dj-settings.readthedocs.io/en/latest/


نیازمندی

مقدار نام
>=6.0,<7.0 PyYAML
>=2.0,<3.0 tomli


زبان مورد نیاز

مقدار نام
>=3.7,<4.0 Python


نحوه نصب


نصب پکیج whl dj-settings-4.2.1:

    pip install dj-settings-4.2.1.whl


نصب پکیج tar.gz dj-settings-4.2.1:

    pip install dj-settings-4.2.1.tar.gz