Metadata-Version: 1.1
Name: dialite
Version: 0.5.1
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: 
        Dialite is a pure Python package to show dialogs. It is lightweight,
        cross-platform, and has no dependencies. It provides a handful of
        functions, 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 to
        a terminal interface if dialogs are unavailable (e.g. if not supported
        by the platform, or for SSH connections).
        
        On Windows, it uses Windows Script Host (cscript.exe). On OS X it uses
        osascript to show a dialog from the frontmost application. On Linux it
        uses 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
