Metadata-Version: 2.1
Name: wbpTextedit
Version: 0.1.5
Summary: Text editor for Workbench applications.
Home-page: https://gitlab.com/workbench2/workbench-plugins/wbptextedit
Author: Andreas Eigendorf
License: MIT
Project-URL: Source, https://gitlab.com/workbench2/workbench-plugins/wbptextedit
Project-URL: Documentation, https://workbench2.gitlab.io/workbench-plugins/wbptextedit/
Project-URL: Tracker, https://gitlab.com/workbench2/workbench-plugins/wbptextedit/-/issues
Keywords: workbench,wxPython,GUI
Platform: WIN32
Platform: WIN64
Platform: OSX
Platform: POSIX
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Environment :: MacOS X :: Cocoa
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: GTK
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# wbpTextedit

Text editor plugin for Workbench applications.

## Installation

```shell
pip install wbpTextedit
```

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)

## Documentation

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