A library for reading / writing Missim config files
Project description
Missim Config
Missim Config is used to load config stored inside the ~/.config/greenroom folder.
Install
pip install -e ./packages/missim_config
Usage
Reading config
from missim_config import read
config = read()
Writing config
from missim_config import write, MissimConfig
config = MissimConfig()
write(config)
Generating schemas
After changing the dataclasses, you can generate the schemas with:
python3 -m missim_config.generate_schemas
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
missim_config-1.17.0.tar.gz
(6.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file missim_config-1.17.0.tar.gz.
File metadata
- Download URL: missim_config-1.17.0.tar.gz
- Upload date:
- Size: 6.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e64f428c2b1fedcb95482bb5cfce62cf9e4979fa46857833e00df5f6acc8cd3
|
|
| MD5 |
b4d61169c499bb2e4b4a6e04e337e7c1
|
|
| BLAKE2b-256 |
45bd3b87960b4b9b6fa4f7c67f402db38f1cedb8bd53ef1bb524f0e21b1123fe
|
File details
Details for the file missim_config-1.17.0-py3-none-any.whl.
File metadata
- Download URL: missim_config-1.17.0-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69501f24ae070135a53d666bc257758667472055e37a4fda6ee7019cd2e9d11e
|
|
| MD5 |
df72b670a0fbb26d04ef2c2781d8cc4e
|
|
| BLAKE2b-256 |
daff69ffab38750a1aa2ef38834663dca413667e4713522f0bf78808109a4333
|