معرفی شرکت ها


barbara-2.3.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Environment variable management
ویژگی مقدار
سیستم عامل -
نام فایل barbara-2.3.0
نام barbara
نسخه کتابخانه 2.3.0
نگهدارنده ['Matthew de Verteuil']
ایمیل نگهدارنده ['onceuponajooks@gmail.com']
نویسنده Matthew de Verteuil
ایمیل نویسنده onceuponajooks@gmail.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/barbara/
مجوز GPL-3.0
.. image:: https://repository-images.githubusercontent.com/131429006/7eb3f680-8572-11e9-8c3d-68b1476c50e8# |python| |downloads| |license| |version| Environment variable management New in 2.0! ----------- - Features have been dropped: - Legacy templates aren't supported anymore - Subvariables aren't supported anymore - SSM support has been dropped, as there are better ways to do this - Schema-version has been added to document schema to make it easier for me to deprecate and change the schema if necessary Installation ------------ .. code:: shell $ pip install barbara Usage ----- YAML Format (.env.yml) ---------------------- 1. Create an ``.env.yml`` for your project .. code:: yaml schema-version: 2 project: name: your_project output: env-file environment: ENVIRONMENT_NAME: development DATABASE_URL: postgres://root@db:5432/mydb DEBUG: 1 MEDIA_DIRS: media,static CSRF_COOKIE_SECURE: 0 2. Run ``barb`` and you'll be prompted for the values .. code:: bash $ barb env-file does not exist. Create it? [y/N]: y Creating environment: env-file Skip Existing: True DATABASE_URL [postgres://root@db:5432/mydb]: root:wordpass@127.0.0.1:5432/sample ENVIRONMENT_NAME [development]: Environment ready! 3. Inspect the generated file, see your values! .. code:: bash $ cat .env DATABASE_URL=root:wordpass@127.0.0.1:5432/sample ENVIRONMENT_NAME=development Why ``barbara``? ---------------- Because `Barbara Liskov <https://en.wikipedia.org/wiki/Barbara_Liskov>`__ created the `Liskov Substitution Principle <https://en.wikipedia.org/wiki/Liskov_substitution_principle>`__ and is a prolific contributor to computer science and software engineering. Barbara is one of the Newton's metaphorical giants that enables us to see further. I humbly dedicate my project to her and her contributions and offer this project to its consumers with a license befitting that dedication. .. |python| image:: https://img.shields.io/pypi/pyversions/barbara.svg?logo=python&logoColor=yellow&style=for-the-badge .. |downloads| image:: https://img.shields.io/pypi/dm/barbara.svg?style=for-the-badge .. |license| image:: https://img.shields.io/pypi/l/barbara.svg?style=for-the-badge .. |version| image:: https://img.shields.io/pypi/v/barbara.svg?style=for-the-badge


نیازمندی

مقدار نام
>=7.0.0,<8.0.0 click
>=0.1.3,<1.0.0 poetry-version
>=0.10.1,<1.0.0 python-dotenv
>=5.1.0,<6.0.0 pyyaml


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

مقدار نام
>=3.7.0,<4.0.0 Python


نحوه نصب


نصب پکیج whl barbara-2.3.0:

    pip install barbara-2.3.0.whl


نصب پکیج tar.gz barbara-2.3.0:

    pip install barbara-2.3.0.tar.gz