Metadata-Version: 1.0
Name: applib
Version: 1.0.1
Summary: Cross-platform application utilities in Python
Home-page: http://github.com/ActiveState/applib
Author: Sridhar Ratnakumar
Author-email: sridhar.ratna@gmail.com
License: MIT
Description: applib
        ======
        
        applib is a set of cross-platform application utilities that originated in
        the PyPM_ project at ActiveState. It is included with ActivePython_.
        
        If you're interested in this module, please let me know - as that may motivate me to *document* it.
        
        .. _PyPM: http://pypm.activestate.com/
        .. _ActivePython: http://www.activestate.com/activepython
        
        
        
        News
        ====
        
        1.0.1
        -----
        
        *Release date: 23-July-2010*
        
        - applib.log: support for specifying the default verbosity level
        
        1.0.0
        -----
        
        *Release date: 29-Jun-2010*
        
        - Fix #1: Broken pipe error when breaking `less` 
        
        1.0.0c10
        --------
        
        *Release date: 27-May-2010*
        
        - More Python3 related fixes
        
        1.0.0c9
        -------
        
        *Release date: 25-May-2010*
        
        - Fixed ``UnboundLocalError`` with 'sys' in _cmdln.py#L1190
        
        1.0.0c8
        -------
        
        *Release date: 28-Apr-2010*
        
        - Fixed ``sys.exc_info`` related Python3 port
        
        1.0.0c7
        -------
        
        *Release date: 28-Apr-2010*
        
        - Updated applib._cmdln with cmdln:^/branches/cfg
        
        1.0.0c6
        -------
        
        *Release date: 28-Apr-2010*
        
        - Fixed more modules supporting Python 3
        
        1.0.0c5
        -------
        
        *Release date: 28-Apr-2010*
        
        - Python 3 support
        
        1.0.0c4
        -------
        
        *Release date: 13-Apr-2010*
        
        - Fix a NameError with _proc.RunTimedout 
        
        
        1.0.0c3
        -------
        
        *Release date: 30-Mar-2010*
        
        - Fix: require_option was throwing Exception with empty message
        
        1.0.0c2
        -------
        
        *Release date: 19-Mar-2010*
        
        - Add applib.textui:askyesno
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
