Metadata-Version: |
2.1 |
Name: |
toga |
Version: |
0.4.8 |
Summary: |
A Python native, OS native GUI toolkit. |
Author-Email: |
Russell Keith-Magee <russell[at]keith-magee.com> |
Maintainer-Email: |
BeeWare Team <team[at]beeware.org> |
Project-Url: |
Homepage, https://beeware.org/project/projects/libraries/toga/ |
Project-Url: |
Funding, https://beeware.org/contributing/membership/ |
Project-Url: |
Documentation, https://toga.readthedocs.io/ |
Project-Url: |
Tracker, https://github.com/beeware/toga/issues |
Project-Url: |
Source, https://github.com/beeware/toga |
Project-Url: |
Changelog, https://toga.readthedocs.io/en/stable/background/project/releases.html |
License: |
New BSD |
Keywords: |
gui,widget,cross-platform,toga,desktop,mobile,web,macOS,cocoa,iOS,android,windows,winforms,linux,freeBSD,gtk,console,web |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
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 :: 3.13 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Topic :: Software Development |
Classifier: |
Topic :: Software Development :: User Interfaces |
Classifier: |
Topic :: Software Development :: Widget Sets |
Requires-Python: |
>=3.9 |
Requires-Dist: |
toga-gtk (==0.4.8); "freebsd" in sys_platform |
Requires-Dist: |
toga-android (==0.4.8); sys_platform == "android" |
Requires-Dist: |
toga-cocoa (==0.4.8); sys_platform == "darwin" |
Requires-Dist: |
toga-web (==0.4.8); sys_platform == "emscripten" |
Requires-Dist: |
toga-iOS (==0.4.8); sys_platform == "ios" |
Requires-Dist: |
toga-gtk (==0.4.8); sys_platform == "linux" |
Requires-Dist: |
toga-winforms (==0.4.8); sys_platform == "win32" |
Description-Content-Type: |
text/x-rst |
License-File: |
LICENSE |