معرفی شرکت ها


configmount-0.0.9rc1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Configmount mounts directories containing configuration files (augtools compatible files, yaml-files) as directories, so that every configuration value is accessible as file.
ویژگی مقدار
سیستم عامل -
نام فایل configmount-0.0.9rc1
نام configmount
نسخه کتابخانه 0.0.9rc1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dominik Kummer
ایمیل نویسنده admin@arkades.org
آدرس صفحه اصلی https://gitlab.com/domsonAut/configmount
آدرس اینترنتی https://pypi.org/project/configmount/
مجوز -
# The configmount project Config is a tool to mount configuration files into your filesystem, so that you can navigate through the configuration hierarchy and access its values like files. ## Example Create a configuration directory for testing via `mkdir ~/etc` and place the following yaml file into it: ~/etc/config.yml ```yaml group: key: value another group: key: value ``` Now create a mount directory `/mnt/etc` and mount the configuration directory into it. ``` mkdir /mnt/etc configmount mount --root ~/etc /mnt/etc ``` You should be able to navigate into the `/mnt/etc` directory and see the file `key` and the directory `another group`. Now you can change the configuration value of `key` like: ``` cd /mnt/etc/config.yml echo new value >key ``` The changes are written back into the file as soon as you unmount the directory `~/etc` from the mountpoint `/mnt/etc` via: ``` fusermount -u /mnt/etc ``` Finally `cat ~/etc/config.yml` should give you the modified file.


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

مقدار نام
>=3 Python


نحوه نصب


نصب پکیج whl configmount-0.0.9rc1:

    pip install configmount-0.0.9rc1.whl


نصب پکیج tar.gz configmount-0.0.9rc1:

    pip install configmount-0.0.9rc1.tar.gz