wbpOutput


NamewbpOutput JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://gitlab.com/workbench2/workbench-plugins/wbpoutput
SummaryOutput panel for Workbench applications.
upload_time2023-06-12 12:05:52
maintainer
docs_urlNone
authorAndreas Eigendorf
requires_python>=3.8
licenseMIT
keywords workbench wxpython gui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wbpOutput

Output panel for [Workbench](https://pypi.org/project/wbBase/) applications.

## Installation

```shell
pip install wbpOutput
```

Installing this plugin registers an entry point 
in the group "*wbbase.plugin*" named "*output*".

To use the plugin in your application, 
add it to your *application.yml* file as follows:
```yaml
AppName: myApp
Plugins:
- Name: output
```

## Documentation

For details read the [Documentation](https://workbench2.gitlab.io/workbench-plugins/wbpoutput/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/workbench2/workbench-plugins/wbpoutput",
    "name": "wbpOutput",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "workbench,wxPython,GUI",
    "author": "Andreas Eigendorf",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/48/7f/abdda49e3f082f0ede7cda44f38b53f04efbea06c10d745dc9abc2f674ae/wbpOutput-0.2.0.tar.gz",
    "platform": "WIN32",
    "description": "# wbpOutput\n\nOutput panel for [Workbench](https://pypi.org/project/wbBase/) applications.\n\n## Installation\n\n```shell\npip install wbpOutput\n```\n\nInstalling this plugin registers an entry point \nin the group \"*wbbase.plugin*\" named \"*output*\".\n\nTo use the plugin in your application, \nadd it to your *application.yml* file as follows:\n```yaml\nAppName: myApp\nPlugins:\n- Name: output\n```\n\n## Documentation\n\nFor details read the [Documentation](https://workbench2.gitlab.io/workbench-plugins/wbpoutput/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Output panel for Workbench applications.",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/workbench2/workbench-plugins/wbpoutput"
    },
    "split_keywords": [
        "workbench",
        "wxpython",
        "gui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c071fca8277e2469be8165e6ca5fb0949e83fedd8a71b426b23c16fe01362642",
                "md5": "30aca41a06f4ca453270821cd9c574e7",
                "sha256": "8e4c8ad11a1b041620d872f9029c7689663b71e82448df2ac0d13f3b596a1433"
            },
            "downloads": -1,
            "filename": "wbpOutput-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "30aca41a06f4ca453270821cd9c574e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5501,
            "upload_time": "2023-06-12T12:05:51",
            "upload_time_iso_8601": "2023-06-12T12:05:51.349630Z",
            "url": "https://files.pythonhosted.org/packages/c0/71/fca8277e2469be8165e6ca5fb0949e83fedd8a71b426b23c16fe01362642/wbpOutput-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "487fabdda49e3f082f0ede7cda44f38b53f04efbea06c10d745dc9abc2f674ae",
                "md5": "66bb73dd362ddb73cae56158c55735d1",
                "sha256": "4f5dca3de931c0b13b107f6ab5c52a78153942f48674f2190a6dc10c7badb078"
            },
            "downloads": -1,
            "filename": "wbpOutput-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "66bb73dd362ddb73cae56158c55735d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4921,
            "upload_time": "2023-06-12T12:05:52",
            "upload_time_iso_8601": "2023-06-12T12:05:52.850679Z",
            "url": "https://files.pythonhosted.org/packages/48/7f/abdda49e3f082f0ede7cda44f38b53f04efbea06c10d745dc9abc2f674ae/wbpOutput-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-12 12:05:52",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "workbench2",
    "gitlab_project": "workbench-plugins",
    "lcname": "wbpoutput"
}
        
Elapsed time: 0.07536s