wbpUItools


NamewbpUItools JSON
Version 0.1.8 PyPI version JSON
download
home_pagehttps://gitlab.com/workbench2/workbench-plugins/wbpUItools
SummaryUI tools for Workbench applications.
upload_time2023-04-09 14:58:30
maintainer
docs_urlNone
authorAndreas Eigendorf
requires_python<3.11,>=3.8
licenseMIT
keywords workbench wxpython gui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # wbpUItools

UI tools plugin for Workbench applications.

This plugin provides some useful functions for user interaction
in Python scripts.

## Installation

```shell
pip install wbpUItools
```

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

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

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/workbench2/workbench-plugins/wbpUItools",
    "name": "wbpUItools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<3.11,>=3.8",
    "maintainer_email": "",
    "keywords": "workbench,wxPython,GUI",
    "author": "Andreas Eigendorf",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a6/7f/0861bd26939301271f4ea27748b5332a1f2e55cad92c8a76029eb722a1a6/wbpUItools-0.1.8.tar.gz",
    "platform": "WIN32",
    "description": "# wbpUItools\n\nUI tools plugin for Workbench applications.\n\nThis plugin provides some useful functions for user interaction\nin Python scripts.\n\n## Installation\n\n```shell\npip install wbpUItools\n```\n\nInstalling this plugin registers an entry point \nin the group \"*wbbase.plugin*\" named \"*uitools*\".\n\nTo use the plugin in your application, \nadd it to your *application.yaml* file as follows:\n```yaml\nAppName: myApp\nPlugins:\n- Name: uitools\n```\n## Documentation\n\nFor details read the [Documentation](https://workbench2.gitlab.io/workbench-plugins/wbpUItools).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "UI tools for Workbench applications.",
    "version": "0.1.8",
    "split_keywords": [
        "workbench",
        "wxpython",
        "gui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef0da0af24b6dfb1632c360f2943c252ad36eaf57bbf7bc654bb159bdc6ba439",
                "md5": "3e4c236a16f0c41cddaffcc3dd99536a",
                "sha256": "0996f4f894449fde5ef498885522f9e70d5eb4c3e2b876fc9e4faf7710eab5fd"
            },
            "downloads": -1,
            "filename": "wbpUItools-0.1.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e4c236a16f0c41cddaffcc3dd99536a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.11,>=3.8",
            "size": 11415,
            "upload_time": "2023-04-09T14:58:28",
            "upload_time_iso_8601": "2023-04-09T14:58:28.877089Z",
            "url": "https://files.pythonhosted.org/packages/ef/0d/a0af24b6dfb1632c360f2943c252ad36eaf57bbf7bc654bb159bdc6ba439/wbpUItools-0.1.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a67f0861bd26939301271f4ea27748b5332a1f2e55cad92c8a76029eb722a1a6",
                "md5": "15507b6f255404029712e8eacb6cfb1d",
                "sha256": "e63018c14f05efb05039af83e0d64d33daec959b358f1e8ed5723a9e63d4a274"
            },
            "downloads": -1,
            "filename": "wbpUItools-0.1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "15507b6f255404029712e8eacb6cfb1d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.11,>=3.8",
            "size": 8199,
            "upload_time": "2023-04-09T14:58:30",
            "upload_time_iso_8601": "2023-04-09T14:58:30.537694Z",
            "url": "https://files.pythonhosted.org/packages/a6/7f/0861bd26939301271f4ea27748b5332a1f2e55cad92c8a76029eb722a1a6/wbpUItools-0.1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-09 14:58:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "wbpuitools"
}
        
Elapsed time: 0.05492s