Metadata-Version: 1.0
Name: tendo
Version: 0.0.10
Summary: A Python library that extends some core functionality
Home-page: https://github.com/ssbarnea/tendo
Author: Sorin Sbarnea
Author-email: sorin.sbarnea@gmail.com
License: UNKNOWN
Download-URL: https://github.com/ssbarnea/tendo/archives/master
Description: ======
        tendo
        ======
        
        Tendo is a python module that adds basic functionality that is 
        not (yet) provided by Python.
        
        Example of things:
        * silent Unicode support for text file operations (BOM)
        * terminal coloring support for both unix and windows
        * logging coloring (when used in console)
        * enable you to use symlinks under windows
        * tee() command (executing extenal programs and redirecting their output to both console/file)
        
        Documentation
        ------------------------------
        Check http://packages.python.org/tendo/
        
        Requirements and compatibility
        ------------------------------
        * python 2.6-3.2
        * distribute (for installation)
        
        Related project and packages
        ----------------------------
        * six - helps you write code that works with both py2 and py3
        * jaraco - http://pypi.python.org/pypi/jaraco.util
        * pexpect (maybe)
        
        
        TODO
        ----
        * implement testing, see test frameworks http://pycheesecake.org/wiki/PythonTestingToolsTaxonomy
        * implement all PEP8 recomandations
        
        
Keywords: tendo,tee,unicode,colorer,singleton
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
