wbpTextedit


NamewbpTextedit JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://gitlab.com/workbench2/workbench-plugins/wbptextedit
SummaryText editor for Workbench applications.
upload_time2024-02-14 16:29:46
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.
            # wbpTextedit

Text editor plugin for Workbench applications.

This plugin provides document templates to create, view and edit 
the following file types:

- Plain text (*.txt)
- Python scripts (*.py, *.pyw)
- ini-style configuration files (*.ini, *.cfg)
- XML text files (*.xml, *.xsd)

## Installation

```shell
pip install wbpTextedit
```

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

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

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/workbench2/workbench-plugins/wbptextedit",
    "name": "wbpTextedit",
    "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/5a/de/7bd08ce05469892be64081d7f9fbb831547fb6964e5bb21a466327446084/wbpTextedit-0.2.2.tar.gz",
    "platform": "WIN32",
    "description": "# wbpTextedit\n\nText editor plugin for Workbench applications.\n\nThis plugin provides document templates to create, view and edit \nthe following file types:\n\n- Plain text (*.txt)\n- Python scripts (*.py, *.pyw)\n- ini-style configuration files (*.ini, *.cfg)\n- XML text files (*.xml, *.xsd)\n\n## Installation\n\n```shell\npip install wbpTextedit\n```\n\nInstalling this plugin registers an entry point \nin the group \"*wbbase.plugin*\" named \"*textedit*\".\n\nTo use the plugin in your application, \nadd it to your *application.yaml* file as follows:\n```yaml\nAppName: myApp\nPlugins:\n- Name: textedit\n```\n## Documentation\n\nFor details read the [Documentation](https://workbench2.gitlab.io/workbench-plugins/wbptextedit).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Text editor for Workbench applications.",
    "version": "0.2.2",
    "project_urls": {
        "Documentation": "https://workbench2.gitlab.io/workbench-plugins/wbptextedit",
        "Homepage": "https://gitlab.com/workbench2/workbench-plugins/wbptextedit",
        "Source": "https://gitlab.com/workbench2/workbench-plugins/wbptextedit",
        "Tracker": "https://gitlab.com/workbench2/workbench-plugins/wbptextedit/-/issues"
    },
    "split_keywords": [
        "workbench",
        "wxpython",
        "gui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca5d921cc0bbabee533f20d05069bb868202531daab6a370f413a4f8dc8ab8b4",
                "md5": "a48b72a9fc3e5e1d66a722629918e258",
                "sha256": "c244ffe9291d39da9f6242d5fdcd3a09e7a3dbeadeed6375d0a7337c108707e0"
            },
            "downloads": -1,
            "filename": "wbpTextedit-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a48b72a9fc3e5e1d66a722629918e258",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 13014,
            "upload_time": "2024-02-14T16:29:45",
            "upload_time_iso_8601": "2024-02-14T16:29:45.067631Z",
            "url": "https://files.pythonhosted.org/packages/ca/5d/921cc0bbabee533f20d05069bb868202531daab6a370f413a4f8dc8ab8b4/wbpTextedit-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ade7bd08ce05469892be64081d7f9fbb831547fb6964e5bb21a466327446084",
                "md5": "3cc4df943d9d3c78497186d51d293757",
                "sha256": "69800ad616740472c34197dbdc0067d5d36a6188e42daf57ca7eba88d531f0da"
            },
            "downloads": -1,
            "filename": "wbpTextedit-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3cc4df943d9d3c78497186d51d293757",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10133,
            "upload_time": "2024-02-14T16:29:46",
            "upload_time_iso_8601": "2024-02-14T16:29:46.455672Z",
            "url": "https://files.pythonhosted.org/packages/5a/de/7bd08ce05469892be64081d7f9fbb831547fb6964e5bb21a466327446084/wbpTextedit-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-14 16:29:46",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "workbench2",
    "gitlab_project": "workbench-plugins",
    "lcname": "wbptextedit"
}
        
Elapsed time: 0.19640s