Metadata-Version: 2.1
Name: wxutils
Version: 0.3.3
Summary: utilities and conveniences for wxPython
Home-page: https://github.com/newville/wxutils
Author: Matthew Newville
Author-email: matt.newville@gmail.com
License: BSD License
Project-URL: Source, https://github.com/newville/wxutils
Project-URL: Documentation, https://github.com/newville/wxutils/
Project-URL: Tracker, https://github.com/newville/wxutils/issues
Keywords: wxPython
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
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
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: wxPython


wxutils provides utilities and convenience functions for wxPython. The wxutils
library is a small collection of functions and classes, and is by no means
comprehensive. The aim is to simplify code, reduce boiler-plate, make wxPython
coding a  bit more python-like, and prevent repeating code across projects.
Many of the classes in wxutils are simplified versions of wxPython widgets
that add callbacks for normal action events.
