Metadata-Version: 1.1
Name: whiptail
Version: 0.2
Summary: Use whiptail to display dialog boxes from shell scripts
Home-page: https://github.com/marwano/whiptail
Author: Marwan Alsabbagh
Author-email: marwan.alsabbagh@gmail.com
License: BSD
Description: whiptail
        ==================================================
        
        Use whiptail to display dialog boxes from shell scripts.
        
        Installation
        ------------
        
          $ pip install whiptail
        
        Links
        -----
        
        * `Fork me on GitHub <https://github.com/marwano/whiptail>`_
        
        
        
        Changelog
        =========
        
        0.2 (2014-01-23)
        ------------------
        
        - Removed need for the utile libary. Whiptail now only needs standard library.
        - Added support for Python 2 and 3.
        - Made code pass PEP8 with no errors.
        - Made code pass pyflakes with no errors.
        - Added Makefile for common operations.
        
         
        0.1 (2013-03-29)
        ------------------
        
        * First release.
        
Keywords: whiptail
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
