lookout-config


Namelookout-config JSON
Version 1.26.0 PyPI version JSON
download
home_pagehttps://github.com/Greenroom-Robotics/lookout
SummaryA library for reading / writing Lookout config files
upload_time2025-07-23 23:40:56
maintainerDavid Revay
docs_urlNone
authorGreenroom Robotics
requires_pythonNone
licenseCopyright (C) 2023, Greenroom Robotics
keywords colcon
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "https://github.com/Greenroom-Robotics/lookout",
    "name": "lookout-config",
    "maintainer": "David Revay",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "david.revay@greenroomrobotics.com",
    "keywords": "colcon",
    "author": "Greenroom Robotics",
    "author_email": "team@greenroomrobotics.com",
    "download_url": "https://files.pythonhosted.org/packages/f8/e0/987754986947831cc11dcb6e7564136cf740a2ffd0e0a36072a3b9c5f18b/lookout_config-1.26.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) 2023, Greenroom Robotics",
    "summary": "A library for reading / writing Lookout config files",
    "version": "1.26.0",
    "project_urls": {
        "Homepage": "https://github.com/Greenroom-Robotics/lookout"
    },
    "split_keywords": [
        "colcon"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "962d83b5e6b850ca0124b93fab8ba2ba9d2312af3c58792e6797c35c62d082a4",
                "md5": "3c5b447310522bfaf51a34cb7f0c9011",
                "sha256": "688006376350b3b0a2c0bd547c9712e39b1ff02ee2469c62086cb5170d4c8f99"
            },
            "downloads": -1,
            "filename": "lookout_config-1.26.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3c5b447310522bfaf51a34cb7f0c9011",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 16640,
            "upload_time": "2025-07-23T23:40:55",
            "upload_time_iso_8601": "2025-07-23T23:40:55.578842Z",
            "url": "https://files.pythonhosted.org/packages/96/2d/83b5e6b850ca0124b93fab8ba2ba9d2312af3c58792e6797c35c62d082a4/lookout_config-1.26.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f8e0987754986947831cc11dcb6e7564136cf740a2ffd0e0a36072a3b9c5f18b",
                "md5": "bbf6389fb0ee9eea9ee0a0ec393d5c1b",
                "sha256": "3aa69658ec2f8967a2752d73b15c7147260bebbbc9efef472b586636e003de7b"
            },
            "downloads": -1,
            "filename": "lookout_config-1.26.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bbf6389fb0ee9eea9ee0a0ec393d5c1b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14593,
            "upload_time": "2025-07-23T23:40:56",
            "upload_time_iso_8601": "2025-07-23T23:40:56.453472Z",
            "url": "https://files.pythonhosted.org/packages/f8/e0/987754986947831cc11dcb6e7564136cf740a2ffd0e0a36072a3b9c5f18b/lookout_config-1.26.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-23 23:40:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Greenroom-Robotics",
    "github_project": "lookout",
    "github_not_found": true,
    "lcname": "lookout-config"
}
        
Elapsed time: 0.40374s