# Lookout Config
Lookout Config is used to load config stored inside the `~/.config/greenroom` folder.
## Install
* `pip install -e ./packages/lookout_config`
* or...
* `pip install lookout_config` (Public on [PyPi](https://pypi.org/project/lookout-config/))
## Usage
### Reading config
```python
from lookout_config import get_config_io
config_io = get_config_io()
config = config.read()
```
### Generating schemas
After changing the dataclasses, you can generate the schemas with:
```bash
python3 -m lookout_config.generate_schemas
```
Raw data
{
"_id": null,
"home_page": null,
"name": "lookout-config",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": "David Revay <david.revay@greenroomrobotics.com>",
"keywords": "colcon",
"author": null,
"author_email": "Greenroom Robotics <team@greenroomrobotics.com>",
"download_url": "https://files.pythonhosted.org/packages/ff/14/42501fbc7a733225be1f87c741e7ca815cf8fe6d9fa78951fd56631ea2d4/lookout_config-1.30.0.tar.gz",
"platform": null,
"description": "# Lookout Config\n\nLookout Config is used to load config stored inside the `~/.config/greenroom` folder.\n\n## Install\n\n* `pip install -e ./packages/lookout_config`\n* or...\n* `pip install lookout_config` (Public on [PyPi](https://pypi.org/project/lookout-config/))\n\n## Usage\n\n### Reading config\n\n```python\nfrom lookout_config import get_config_io\n\nconfig_io = get_config_io()\nconfig = config.read()\n```\n\n### Generating schemas\n\nAfter changing the dataclasses, you can generate the schemas with:\n\n```bash\npython3 -m lookout_config.generate_schemas\n```\n",
"bugtrack_url": null,
"license": "Copyright (C) 2025, Greenroom Robotics",
"summary": "A library for reading / writing Lookout config files",
"version": "1.30.0",
"project_urls": {
"homepage": "https://github.com/Greenroom-Robotics/lookout"
},
"split_keywords": [
"colcon"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "5ca6c15b78a10e89feae80dda388a3f587370ffacd593ae89cd616c9245649fc",
"md5": "26a394ad3a9dd51b6d1b0f68f4ab899f",
"sha256": "cc177b79d88d1825c90f89300942e62964d5eb52f06e91d679fa34aa928ae22b"
},
"downloads": -1,
"filename": "lookout_config-1.30.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "26a394ad3a9dd51b6d1b0f68f4ab899f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 16844,
"upload_time": "2025-09-01T01:01:51",
"upload_time_iso_8601": "2025-09-01T01:01:51.763312Z",
"url": "https://files.pythonhosted.org/packages/5c/a6/c15b78a10e89feae80dda388a3f587370ffacd593ae89cd616c9245649fc/lookout_config-1.30.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ff1442501fbc7a733225be1f87c741e7ca815cf8fe6d9fa78951fd56631ea2d4",
"md5": "aec91505921a9e342b81263844e585a0",
"sha256": "a6a18872967117495c8b3b94f16accb6743d5dcbf000294d9fc5e0a95d422852"
},
"downloads": -1,
"filename": "lookout_config-1.30.0.tar.gz",
"has_sig": false,
"md5_digest": "aec91505921a9e342b81263844e585a0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14904,
"upload_time": "2025-09-01T01:01:52",
"upload_time_iso_8601": "2025-09-01T01:01:52.651618Z",
"url": "https://files.pythonhosted.org/packages/ff/14/42501fbc7a733225be1f87c741e7ca815cf8fe6d9fa78951fd56631ea2d4/lookout_config-1.30.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-01 01:01:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Greenroom-Robotics",
"github_project": "lookout",
"github_not_found": true,
"lcname": "lookout-config"
}