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.19.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.19.0.tar.gz.
File metadata
- Download URL: missim_config-1.19.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 |
ef33db161fea95618a9b6f3425c22058a0cad8a7d1af6bb92e90722d50bf6dd4
|
|
| MD5 |
38a466605f98f3aeab94086674e4213a
|
|
| BLAKE2b-256 |
a1ce4cbbe082675b03ad7bf02a0067746de7d2c6c3eeea9be71618660faa6e40
|
File details
Details for the file missim_config-1.19.0-py3-none-any.whl.
File metadata
- Download URL: missim_config-1.19.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 |
8261e67ed6ddcca325b0960e17fb2d6c75ac45f8cd29c7146033541de1c7d081
|
|
| MD5 |
3fa79fff425f0b6ef3eb24075db1708c
|
|
| BLAKE2b-256 |
77913039dd3aaaec1dbd64279bacca9411a0455436a92c9841a104bbed67046a
|