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.2.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.2.0.tar.gz.
File metadata
- Download URL: missim_config-2.2.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 |
19757988e4ca732c977331bd3ef8be7a8c58524ba7c037ba02c953d5234df465
|
|
| MD5 |
f111258835b4a3e4dd74e3c343e591de
|
|
| BLAKE2b-256 |
ccd72517f23f8bfadae18a3574154b077799d45848afc146b442f8988cc42abd
|
File details
Details for the file missim_config-2.2.0-py3-none-any.whl.
File metadata
- Download URL: missim_config-2.2.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 |
c857ec2394b505c16ad228fcb98922a8ac3764c151f4a661e5538d70ff6ef74c
|
|
| MD5 |
d325f456f3512477a49534c587d7254f
|
|
| BLAKE2b-256 |
dd01d64f85bed67848ded7e16050825541f429d036d71ab4fba5018915b86ab7
|