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.15.4.tar.gz
(6.1 kB
view details)
Built Distribution
File details
Details for the file missim_config-1.15.4.tar.gz
.
File metadata
- Download URL: missim_config-1.15.4.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa2c85db5d9b99453c20320249e4b829b03b4ab1764088b237d242c0a81c5a2a |
|
MD5 | e766c15bf11d010e5042991379b878d6 |
|
BLAKE2b-256 | b0721c36b57cc5193ae10e66df89b6b577d23285afe1bdcf8923bc65501cf68c |
File details
Details for the file missim_config-1.15.4-py3-none-any.whl
.
File metadata
- Download URL: missim_config-1.15.4-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c93f19d011cf46c7c5bb98693a5a3f7b35f1407842afc4ad0b1a83198e2fb3fa |
|
MD5 | 63842e3d9f24bb66e7661f3e211052af |
|
BLAKE2b-256 | 0ed6972fb140445cf8fb0354b7549a9a02911556cb10a65a6b3a7407ec6ac8f7 |