معرفی شرکت ها


as-you-wish-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A simple python configuration lib.
ویژگی مقدار
سیستم عامل -
نام فایل as-you-wish-0.1.0
نام as-you-wish
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Lochnessdragon
ایمیل نویسنده 39635811+lochnessdragon@users.noreply.github.com
آدرس صفحه اصلی https://github.com/lochnessdragon/as-you-wish
آدرس اینترنتی https://pypi.org/project/as-you-wish/
مجوز MIT
# [As You Wish](https://www.youtube.com/watch?v=3toktnaqAyE) A simple python configuration library that works like Minecraft Forge's Config classes. I was fed up by the fact that the ```configparser``` library had little to no support for comments on values and also support for restoring configurations from a corrupted state. I also wanted a library that would validate that certain config values where of the correct type, so this is it. ## Backends The only current backend is the ```configparser``` library, but I would might add support for more, such as yaml, json, toml, etc. ## Installation Run ```pip install as-you-wish``` to use this project. ## Usage Example program usage: ```python from as_you_wish import Config settings = Config() settings.define('service.api_key', 'YOUR_API_KEY', 'needed to connect to the api service') settings.load('settings.ini') print(f"API_KEY={settings.get('service.api_key')}") ``` Also check out the [docs](https://lochnessdragon.github.io/as-you-wish/) and [tests](https://github.com/lochnessdragon/as-you-wish/blob/main/tests/test_as_you_wish.py) for more api usage. ## Contributing We'd love the help. Unfortunately we don't have a Contributing.md document yet, but if you find an issue/bug/feature request, feel free to submit it with a PR or under the Issues tab. Thanks for checking us out! (The Kingdom of Florin 🏰 is yours.)


نیازمندی

مقدار نام
==5.0.0 Sphinx
==2022.12.7 furo


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

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


نحوه نصب


نصب پکیج whl as-you-wish-0.1.0:

    pip install as-you-wish-0.1.0.whl


نصب پکیج tar.gz as-you-wish-0.1.0:

    pip install as-you-wish-0.1.0.tar.gz