Metadata-Version: 2.1
Name: wxPython-zombie
Version: 3.1.5.0
Summary: Cross platform GUI toolkit for Python, 'Zombie' version
Home-page: UNKNOWN
Maintainer: Stephan Zevenhuizen
Maintainer-email: S.J.M.Zevenhuizen@uu.nl
License: wxWindows Library License (https://opensource.org/licenses/wxwindows.php)
Keywords: GUI,wx,wxWindows,wxWidgets
Platform: win-amd64
Platform: linux-x86_64
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.5
License-File: LICENSE.txt

The development of **wxPython** has died. Assuming there will be no more binary
extension packages for future major versions of Python, **wxPython-zombie** will
provide the 64-bit binary extension package (build with Visual Studio 2019) for
MS Windows 10 and the source package to build for Linux. **wxPython-zombie** has
a ton of issues, but no more development and issue solving will be done. You
must not install **wxPython** and **wxPython-zombie** in the same environment,
both packages use the package directory ``wx``.

The build and installation on Linux was tested on Arch Linux, with just the
minimal explicit installed packages or groups linux, base, base-devel, python,
python-pip, webkit2gtk, glu and sdl2. Use the verbose and user option in pip.

The demo package of **wxPython-zombie** is included in the distribution.


Installation on MS Windows 10
-----------------------------
Using pip::

    > pip install wxpython-zombie


Build and installation on Arch Linux
------------------------------------
Using pip::

    > pip install -v --user wxpython-zombie


Start the demo
--------------
From the console::

    > wxpython-demo



