Metadata-Version: 2.1
Name: libtextworker
Version: 0.1.1
Summary: App library for textworker
Home-page: https://github.com/lebao3105/libtextworker
License: GPL-3.0-or-later
Keywords: wx,tkinter,gui
Author: lebao3105
Author-email: bao12345yocoo@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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
Provides-Extra: tkinter
Provides-Extra: wx
Requires-Dist: Pillow (>=9.5.0,<10.0.0)
Requires-Dist: configparser (>=5.3.0,<6.0.0)
Requires-Dist: importlib-metadata (>=6.1.0,<7.0.0)
Requires-Dist: packaging (>=23.0,<24.0)
Requires-Dist: sv-ttk (>=2.4.3,<3.0.0) ; extra == "tkinter"
Requires-Dist: wxPython (>=4.0.0,<5.0.0) ; extra == "wx"
Project-URL: Bug Tracker, https://github.com/lebao3105/libtextworker/issues
Project-URL: Documentation, https://lebao3105.github.io/libtextworker
Description-Content-Type: text/markdown

## libtextworker

## Usage
Available packages from Pypi:
* libtextworker: Base library, contains all codes but no other deps installed
* libtextworker[tkinter]: Tkinter support
* libtextworker[wx]: wxPython support

## Todos
* Custom config files
* Tkinter support (working on)

