A library for reading / writing Lookout config files
Project description
Lookout Config
Lookout Config is used to load config stored inside the ~/.config/greenroom
folder.
Install
pip install -e ./libs/lookout_config
- or...
pip install lookout_config
(Public on PyPi)
Usage
Reading config
from lookout_config import read
config = read()
Writing config
from lookout_config import write, LookoutConfig
config = LookoutConfig()
write(config)
Generating schemas
After changing the dataclasses, you can generate the schemas with:
python3 -m lookout_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
lookout_config-1.7.0.tar.gz
(7.7 kB
view details)
Built Distribution
File details
Details for the file lookout_config-1.7.0.tar.gz
.
File metadata
- Download URL: lookout_config-1.7.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1918204a8e1a8cc812a06e68423155199f38de91901df2deba82219ac15dac9d |
|
MD5 | 7d0c5a821e4b152599cf2e83b68381a0 |
|
BLAKE2b-256 | da682adcd7a7b1f656dbaca436761e0529327330b6e8084e32961a84171db403 |
File details
Details for the file lookout_config-1.7.0-py3-none-any.whl
.
File metadata
- Download URL: lookout_config-1.7.0-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f94c929758e45406ffe3db4fab337c7981fd640dbd1a25b1736ad12859fc3f9a |
|
MD5 | 64394ff224d29aa282666288a7455f02 |
|
BLAKE2b-256 | 5efe0d18ee9484462c6458191ed8836fda6ef74c70fd5ab122ddd07e552b4928 |