neon-gui


Nameneon-gui JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/NeonGeckoCom/neon_gui
SummaryNeon GUI Module
upload_time2024-04-23 17:16:59
maintainerNone
docs_urlNone
authorNeongecko
requires_pythonNone
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Neon GUI
GUI Module for Neon Core. This module extracts the GUI components from the 
[Mycroft Mark 2 Skill](https://github.com/MycroftAI/skill-mark-2) and the `enclosure` module
from [mycroft-core](https://github.com/MycroftAI/mycroft-core/tree/dev/mycroft/enclosure). 

## Neon Enhancements
Isolating the GUI to a standalone module allows for standardized implementation of common 
components.

## Compatibility
This package can be treated as a drop-in replacement for the GUI components in `skill-mark-2`.
`RestingScreen`, and gui bus events are handled here.

## Running in Docker
The included `Dockerfile` may be used to build a docker container for the neon_messagebus module. The below command may be used
to start the container.

```shell
docker run -d \
--name=neon_gui \
--network=host \
neon_gui
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/NeonGeckoCom/neon_gui",
    "name": "neon-gui",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Neongecko",
    "author_email": "developers@neon.ai",
    "download_url": "https://files.pythonhosted.org/packages/4e/a4/214c4fe44f2d3eed3954ad52b912c223f09d0070ccb4138d40cea6e8b970/neon_gui-1.3.0.tar.gz",
    "platform": null,
    "description": "# Neon GUI\nGUI Module for Neon Core. This module extracts the GUI components from the \n[Mycroft Mark 2 Skill](https://github.com/MycroftAI/skill-mark-2) and the `enclosure` module\nfrom [mycroft-core](https://github.com/MycroftAI/mycroft-core/tree/dev/mycroft/enclosure). \n\n## Neon Enhancements\nIsolating the GUI to a standalone module allows for standardized implementation of common \ncomponents.\n\n## Compatibility\nThis package can be treated as a drop-in replacement for the GUI components in `skill-mark-2`.\n`RestingScreen`, and gui bus events are handled here.\n\n## Running in Docker\nThe included `Dockerfile` may be used to build a docker container for the neon_messagebus module. The below command may be used\nto start the container.\n\n```shell\ndocker run -d \\\n--name=neon_gui \\\n--network=host \\\nneon_gui\n```\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Neon GUI Module",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "https://github.com/NeonGeckoCom/neon_gui"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9add0057699bff7c752508ca7e94d2e6a02a4a1b9143d575ee8f881a22c9abc6",
                "md5": "0a47326c526ac73458cf4b90a45d170d",
                "sha256": "142ebc950f8ffd6bd634d6e0fb74bf1955f14c3928ff506633510b67ecc922ec"
            },
            "downloads": -1,
            "filename": "neon_gui-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a47326c526ac73458cf4b90a45d170d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11622,
            "upload_time": "2024-04-23T17:16:56",
            "upload_time_iso_8601": "2024-04-23T17:16:56.720854Z",
            "url": "https://files.pythonhosted.org/packages/9a/dd/0057699bff7c752508ca7e94d2e6a02a4a1b9143d575ee8f881a22c9abc6/neon_gui-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ea4214c4fe44f2d3eed3954ad52b912c223f09d0070ccb4138d40cea6e8b970",
                "md5": "a14aa5a2924c954e31d95d16e10afb4e",
                "sha256": "506600747bbb1e7e075309554e75f19a234b17ddddd5f5f7ec8e15fa57a3efb7"
            },
            "downloads": -1,
            "filename": "neon_gui-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a14aa5a2924c954e31d95d16e10afb4e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6833,
            "upload_time": "2024-04-23T17:16:59",
            "upload_time_iso_8601": "2024-04-23T17:16:59.082616Z",
            "url": "https://files.pythonhosted.org/packages/4e/a4/214c4fe44f2d3eed3954ad52b912c223f09d0070ccb4138d40cea6e8b970/neon_gui-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 17:16:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "NeonGeckoCom",
    "github_project": "neon_gui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "neon-gui"
}
        
Elapsed time: 0.22952s