Metadata-Version: 1.1
Name: dialite
Version: 0.5.0
Summary: Lightweight Python library to show simple dialogs.
Home-page: http://dialite.readthedocs.io
Author: Almar Klein and contributors
Author-email: almar.klein@gmail.com
License: (new) BSD
Download-URL: https://pypi.python.org/pypi/dialite
Description-Content-Type: UNKNOWN
Description: Dialite is a pure Python package to show dialogs. It is lightweight,cross-platform, and has no dependencies. It provides a handful offunctions, each a verb, that can be used to ``inform()``, ``warn()``or ``fail()`` the user, or to ``ask_ok()``, ``ask_retry()`` or ``ask_yesno()``.Dialite can show dialogs on Window, OS X and Linux, and falls back toa terminal interface if dialogs are unavailable (e.g. if not supportedby the platform, or for SSH connections).On Windows, it uses Windows Script Host (cscript.exe). On OS X it usesosascript to show a dialog from the frontmost application. On Linux ituses Zenity.
Keywords: GUI,dialog,lightweight
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
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
Provides: dialite
