File: PKG-INFO

package info (click to toggle)
wxpython4.0 4.0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 211,112 kB
  • sloc: cpp: 888,355; python: 223,130; makefile: 52,087; ansic: 45,780; sh: 3,012; xml: 1,534; perl: 264
file content (54 lines) | stat: -rw-r--r-- 2,816 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Metadata-Version: 1.1
Name: wxPython
Version: 4.0.4
Summary: Cross platform GUI toolkit for Python, "Phoenix" version
Home-page: http://wxPython.org/
Author: Robin Dunn
Author-email: robin@alldunn.com
License: wxWindows Library License (https://opensource.org/licenses/wxwindows.php)
Download-URL: https://pypi.org/project/wxPython
Description: Welcome to wxPython's Project Phoenix! Phoenix is the improved next-generation
        wxPython, "better, stronger, faster than he was before." This new
        implementation is focused on improving speed, maintainability and
        extensibility. Just like "Classic" wxPython, Phoenix wraps the wxWidgets C++
        toolkit and provides access to the user interface portions of the wxWidgets
        API, enabling Python applications to have a native GUI on Windows, Macs or
        Unix systems, with a native look and feel and requiring very little (if any)
        platform specific code.
        
        For more information please refer to the
        `README file <https://github.com/wxWidgets/Phoenix/blob/wxPython-4.0.4/README.rst>`_,
        the `Migration Guide <http://docs.wxPython.org/MigrationGuide.html>`_,
        or the `wxPython API documentation <http://docs.wxPython.org/index.html>`_.
        
        Archive files containing a copy of the wxPython documentation, the demo and
        samples, and also a set of MSVC .pdb files for Windows are available
        `here <https://extras.wxPython.org/wxPython4/extras/>`_.
        
        The utility tools wxdocs and wxdemo will download the appropriate files with wxget,
        (if necessary), unpack them, (if necessary) and launch the appropriate version of
        the respective items. (Documents are launched in the default browser and demo is started
        with python).
        
Keywords: GUI,wx,wxWindows,wxWidgets,cross-platform,user-interface,awesome
Platform: WIN32
Platform: WIN64
Platform: OSX
Platform: POSIX
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: MacOS X :: Cocoa
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: User Interfaces