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-2.1.0.tar.gz
(8.3 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-2.1.0.tar.gz.
File metadata
- Download URL: missim_config-2.1.0.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37d4b6d39294af82cf38e7746dd8f14ece33baa5926184339e3fa54865397b42
|
|
| MD5 |
dff19b452e803f7816deafb6e08a92f5
|
|
| BLAKE2b-256 |
b86da3b0ae3ade93970fbd093804a44a5ceea48a6bb6189ddc4219e35c5b8907
|
File details
Details for the file missim_config-2.1.0-py3-none-any.whl.
File metadata
- Download URL: missim_config-2.1.0-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb7df2c6bb69244097b0bc65a5a3c6ce1ff11ff5f17c122f4cca6a71bf7812b0
|
|
| MD5 |
0dcdb46d38f9a749e3456c9a4990e3bd
|
|
| BLAKE2b-256 |
fcd8f93f00f9c0a74db1c044309fec72d383299432cde60d632e9bc497a5cfc9
|