wbpFilebrowser


NamewbpFilebrowser JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://gitlab.com/workbench2/workbench-plugins/wbpFilebrowser
SummaryFile browser panel panel for Workbench applications.
upload_time2023-06-12 10:59:11
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.
            # wbpFilebrowser

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

## Installation

```shell
pip install wbpFilebrowser
```

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

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

## Documentation

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/workbench2/workbench-plugins/wbpFilebrowser",
    "name": "wbpFilebrowser",
    "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/d2/2a/714eb7f3f1c192bf77d11b0200b8558dbce26c4aab34f1502d73ddaad6f2/wbpFilebrowser-0.2.1.tar.gz",
    "platform": "WIN32",
    "description": "# wbpFilebrowser\n\nFilebrowser plugin for [Workbench](https://pypi.org/project/wbBase/) applications\n\n## Installation\n\n```shell\npip install wbpFilebrowser\n```\n\nInstalling this plugin registers an entry point \nin the group \"*wbbase.plugin*\" named \"*filebrowser*\".\n\nTo use the plugin in your application, \nadd it to your *application.yml* file as follows:\n```yaml\nAppName: myApp\nPlugins:\n- Name: filebrowser\n```\n\n## Documentation\n\nFor details read the [Documentation](https://workbench2.gitlab.io/workbench-plugins/wbpfilebrowser/).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "File browser panel panel for Workbench applications.",
    "version": "0.2.1",
    "project_urls": {
        "Documentation": "https://workbench2.gitlab.io/workbench-plugins/wbpfilebrowser/",
        "Homepage": "https://gitlab.com/workbench2/workbench-plugins/wbpFilebrowser",
        "Source": "https://gitlab.com/workbench2/workbench-plugins/wbpFilebrowser",
        "Tracker": "https://gitlab.com/workbench2/workbench-plugins/wbpFilebrowser/-/issues"
    },
    "split_keywords": [
        "workbench",
        "wxpython",
        "gui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a405dbbfb159de26b52aa7c254102a0e0e79898ec7f9f379d7b57cc78589aa7",
                "md5": "c433081034103ad2f96926b5e737f2b0",
                "sha256": "7a589dac4a9469b37f030dbb8f8aec6c67506920cc68bc13520a085586bdfe74"
            },
            "downloads": -1,
            "filename": "wbpFilebrowser-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c433081034103ad2f96926b5e737f2b0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5484,
            "upload_time": "2023-06-12T10:59:09",
            "upload_time_iso_8601": "2023-06-12T10:59:09.846639Z",
            "url": "https://files.pythonhosted.org/packages/1a/40/5dbbfb159de26b52aa7c254102a0e0e79898ec7f9f379d7b57cc78589aa7/wbpFilebrowser-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d22a714eb7f3f1c192bf77d11b0200b8558dbce26c4aab34f1502d73ddaad6f2",
                "md5": "d9649f4f640bbb7ba6ce5db967c8efd8",
                "sha256": "b9c23282f062276704f9e967ed42ba0d479bcd7818beedbe12f902f31b095883"
            },
            "downloads": -1,
            "filename": "wbpFilebrowser-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d9649f4f640bbb7ba6ce5db967c8efd8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5196,
            "upload_time": "2023-06-12T10:59:11",
            "upload_time_iso_8601": "2023-06-12T10:59:11.501408Z",
            "url": "https://files.pythonhosted.org/packages/d2/2a/714eb7f3f1c192bf77d11b0200b8558dbce26c4aab34f1502d73ddaad6f2/wbpFilebrowser-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-12 10:59:11",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "workbench2",
    "gitlab_project": "workbench-plugins",
    "lcname": "wbpfilebrowser"
}
        
Elapsed time: 0.07337s