wbpNamespace


NamewbpNamespace JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://gitlab.com/workbench2/workbench-plugins/wbpnamespace
SummaryNamespace panel for Workbench applications.
upload_time2023-06-12 11:58:33
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.
            # wbpNamespace

Namespace plugin for [Workbench](https://pypi.org/project/wbBase/) applications

## Installation

```shell
pip install wbpNamespace
```

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

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

## Documentation

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/workbench2/workbench-plugins/wbpnamespace",
    "name": "wbpNamespace",
    "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/9a/d6/4ce365938b4753cd22b38d5fc0011aecfd8367bf0e46b12b50c52382c6e2/wbpNamespace-0.2.0.tar.gz",
    "platform": "WIN32",
    "description": "# wbpNamespace\n\nNamespace plugin for [Workbench](https://pypi.org/project/wbBase/) applications\n\n## Installation\n\n```shell\npip install wbpNamespace\n```\n\nInstalling this plugin registers an entry point \nin the group \"*wbbase.plugin*\" named \"*namespace*\".\n\nTo use the plugin in your application, \nadd it to your *application.yml* file as follows:\n```yaml\nAppName: myApp\nPlugins:\n- Name: namespace\n```\n\n## Documentation\n\nFor details read the [Documentation](https://workbench2.gitlab.io/workbench-plugins/wbpnamespace/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Namespace panel for Workbench applications.",
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://workbench2.gitlab.io/workbench-plugins/wbpnamespace/",
        "Homepage": "https://gitlab.com/workbench2/workbench-plugins/wbpnamespace",
        "Source": "https://gitlab.com/workbench2/workbench-plugins/wbpnamespace",
        "Tracker": "https://gitlab.com/workbench2/workbench-plugins/wbpnamespace/-/issues"
    },
    "split_keywords": [
        "workbench",
        "wxpython",
        "gui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16ed9ebcb13a99d8f9910f88dea9d03ef46f954195f01fadc996ddbd48ba8cd7",
                "md5": "c32e7f2db95c312e552efef96d0e3459",
                "sha256": "00919c8f6839d2f8b857c94459b53a46d0d405252cbd5d953a08ac8cf756ec92"
            },
            "downloads": -1,
            "filename": "wbpNamespace-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c32e7f2db95c312e552efef96d0e3459",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4796,
            "upload_time": "2023-06-12T11:58:32",
            "upload_time_iso_8601": "2023-06-12T11:58:32.012685Z",
            "url": "https://files.pythonhosted.org/packages/16/ed/9ebcb13a99d8f9910f88dea9d03ef46f954195f01fadc996ddbd48ba8cd7/wbpNamespace-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ad64ce365938b4753cd22b38d5fc0011aecfd8367bf0e46b12b50c52382c6e2",
                "md5": "31df6a5d2bf43e62885a3ea1722ef3e7",
                "sha256": "011b9c51c95606f06f7d46787358096c448de8f3da4419dac97815b5a74dbd9e"
            },
            "downloads": -1,
            "filename": "wbpNamespace-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "31df6a5d2bf43e62885a3ea1722ef3e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4221,
            "upload_time": "2023-06-12T11:58:33",
            "upload_time_iso_8601": "2023-06-12T11:58:33.763386Z",
            "url": "https://files.pythonhosted.org/packages/9a/d6/4ce365938b4753cd22b38d5fc0011aecfd8367bf0e46b12b50c52382c6e2/wbpNamespace-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-12 11:58:33",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "workbench2",
    "gitlab_project": "workbench-plugins",
    "lcname": "wbpnamespace"
}
        
Elapsed time: 0.08054s