Metadata-Version: 1.1
Name: backports.print-function
Version: 1.0
Summary: Print function with Python 3.3 flush argument
Home-page: https://bitbucket.org/jaraco/backports.print_function
Author: Jason R. Coombs
Author-email: jaraco@jaraco.com
License: UNKNOWN
Description: backports.print_function
        ========================
        
        Adds support for the Python 3.3 flush argument. Usage:
        
            from backports.print_function import print_
        
            print_('Partial line', end='', flush=True)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
