Metadata-Version: 2.1
Name: wbBase
Version: 0.2.9
Summary: Base package for WorkBench applications.
Home-page: https://gitlab.com/workbench2/wbbase
Author: Andreas Eigendorf
License: MIT
Project-URL: Source, https://gitlab.com/workbench2/wbbase
Project-URL: Documentation, https://workbench2.gitlab.io/wbbase
Project-URL: Tracker, https://gitlab.com/workbench2/wbbase/-/issues
Keywords: workbench,wxPython,GUI
Platform: WIN32
Platform: WIN64
Platform: OSX
Platform: POSIX
Classifier: Development Status :: 4 - Beta
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: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
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
Requires-Dist: wxpython >=4.2.1
Requires-Dist: GitPython >=3.1
Requires-Dist: PyYAML >=6.0
Requires-Dist: importlib-metadata ; python_version < "3.10"

# wbBase

This is the base package for WorkBench applications.
Workbench is a plugin based RAD framework for platform independent GUI applications
based on [wxPython](https://pypi.org/project/wxPython/).

## Installation

```shell
pip install wbBase
```

## Documentation

For details read the [Documentation](https://workbench2.gitlab.io/wbbase/).

## Plugins
The following plugins are currently available as individual packages.

- [wbpOutput](https://pypi.org/project/wbpoutput/), 
    an output panel for Workbench applications.
- [wbpShell](https://pypi.org/project/wbpshell/), 
    a shell panel for Workbench applications.
- [wbpLoglist](https://pypi.org/project/wbploglist/),
    a log list panel for Workbench applications.
- [wbpNamespace](https://pypi.org/project/wbpnamespace/),
    a namespace panel for Workbench applications.
- [wbpWidgetinspector](https://pypi.org/project/wbpwidgetinspector/)
    integrates the Widgetinspector in Workbench applications.
- [wbpFilebrowser](https://pypi.org/project/wbpfilebrowser/),
    a file browser panel for Workbench applications.
- [wbpTextedit](https://pypi.org/project/wbptextedit/),
    document templates to create, view and edit some text file types.
- [wbpUItools](https://pypi.org/project/wbpuitools/),
    collection of some useful functions for user interaction in Python scripts.
- [wbpHTMLpanel](https://pypi.org/project/wbpHTMLpanel/),
    a panel to display arbitrary html.
