Metadata-Version: 1.1
Name: cs.upd
Version: 20160828
Summary: single line status updates with minimal update sequences
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@zip.com.au
License: UNKNOWN
Description: Single line status updates.
        ===========================
        
        * Upd: a class accepting update strings which emits minimal test to update a progress line.
        
        -- out(s): update the line to show the string `s`
        
        -- nl(s): flush the output line, write `s` with a newline, restore the status line
        
        -- without(func,...): flush the output line, call func, restore the status line
        
        This is available as an output mode in cs.logutils.
        
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
