A library for reading / writing MarOps config files
Project description
MarOps Config
MarOps Config is used to load config stored inside the ~/.config/greenroom
folder.
Install
pip install -e ./libs/marops_config
Usage
Reading config
from marops_config import read
config = read()
Writing config
from marops_config import write, MarOpsConfig
config = MarOpsConfig()
write(config)
Generating schemas
After changing the dataclasses, you can generate the schemas with:
python3 -m marops_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
marops_config-3.5.0.tar.gz
(3.1 kB
view details)
Built Distribution
File details
Details for the file marops_config-3.5.0.tar.gz
.
File metadata
- Download URL: marops_config-3.5.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1aff89d5853e9fd3bd4746e52430557893d2a5a000ba0ce286c73c7aba380b1f |
|
MD5 | c54b207aa2b7e446726b7f666c1b243e |
|
BLAKE2b-256 | 40ce78bcc874335f19d3242386bb32fcf4802f40e01859a01f34ebf0a60ba041 |
File details
Details for the file marops_config-3.5.0-py3-none-any.whl
.
File metadata
- Download URL: marops_config-3.5.0-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e96dce4a06525e88c035ffad7b7cc86758e6f30e30b14bbde7a848b97eea160e |
|
MD5 | 609eb4ce4270bcfe62eb4cf4d94167c8 |
|
BLAKE2b-256 | b27bcf192677800f5a470731fc10a6486bbbc16dae8e1728e07a76fc6191d124 |