Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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

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.

Release files for configmount 0.0.23rc1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for configmount 0.0.23rc1
File Size Uploaded
configmount-0.0.23rc1.tar.gz 14.1 kB Details

Release files / configmount-0.0.23rc1.tar.gz

Download URL configmount-0.0.23rc1.tar.gz
Size 14.1 kB
Tags Source
SHA-256 checksum
How to use checksums
b977e569a9fc45db7746298515b734a061d535523f1e10dfd98a5c420054be2b
BLAKE2b-256 checksum
How to use checksums
ab0cd56111ce1dd8b8437edd9f17259b7beca89e3a08c166281607e1bb07b9eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.2

Release history Release notifications | RSS feed

This release

0.0.23rc1 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page