The common base for all backends in the Toga widget toolkit.
Toga requires Python 3
This package isn't much use by itself; it needs to be combined with a platform specific backend:
- toga-cocoa: for OS/X
- toga-gtk: GTK+ backend for Linux desktops
- toga-win32: for Windows desktops (limited support)
- toga-iOS: for iOS devices (iPhone, iPad, iPod)
- toga-android: for Android devices (limited support)
- toga-django: for Android devices (limited support)
- toga-qt: Qt backend for (no support)
- toga-winrt: for Windows desktops (no support)
For more details, see the Toga project on Github.
Toga is part of the BeeWare suite. You can talk to the community through:
- @pybeeware on Twitter
- The pybee/general channel on Gitter.
If you experience problems with this backend, log them on GitHub. If you want to contribute code, please fork the code and submit a pull request.