Metadata-Version: 1.0
Name: tendo
Version: 0.0.3
Summary: Python stdlib extensions, patches and improvements.
Home-page: http://github.com/ssbarnea/tendo
Author: Sorin Sbarnea
Author-email: sorin.sbarnea+tendo@gmail.com
License: UNKNOWN
Download-URL: http://github.com/ssbarnea/tendo/archives/master
Description: Tendo - Python stdlib extensions
        -------------------------------------
        
        colorer.py
         - enables coloring for console logging using Python logging module
         - tested on Windows, Linux and OS X
        execfile2.py
         - extends execfile() by simulating Python execution from command line
         - enable you to call other python scripts with the same interpretor
        tee.py
         - replacement for os.system() and subprocess.Popen()
         - add tee() implementation in Python
         - customizable logging
        unicode.py
         - Unicode aware replacement for open()
         - recognizes byte order masks (BOM)
         - works with read mode and append mode
                                               
        This version requires Python 2.6 or later. Works with Python 3.
        
Keywords: extension,i18n,stdlib,unicode
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: System :: Logging
Classifier: Topic :: Text Processing
