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-3.0.0.tar.gz
(9.5 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-3.0.0.tar.gz.
File metadata
- Download URL: missim_config-3.0.0.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47ed0b64fc65b4c075052c2803e51cabd73ab5fcb2b26ac086822f6bc81fa4d9
|
|
| MD5 |
7dcc23f98b190c3c178ef357cf6fc6e6
|
|
| BLAKE2b-256 |
a44db66daa6f279d71b58a6b2446ebfd7774a7a6e6eb6e910cec977af8350b81
|
File details
Details for the file missim_config-3.0.0-py3-none-any.whl.
File metadata
- Download URL: missim_config-3.0.0-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e29c773a351f19b231d2ce797ab4095b03e1e59911b498773ac650231f83947
|
|
| MD5 |
7508fd2fcc350ee1ff41da243b120e19
|
|
| BLAKE2b-256 |
8ad1f1f79ec5c6598be0f82a093cffa5ed1b3d4feaf389c4cee8d9a3996bf6b1
|