Metadata-Version: 1.2
Name: tendo
Version: 0.2.11
Summary: A Python library that extends some core functionality
Home-page: https://github.com/pycontribs/tendo
Author: Sorin Sbarnea
Author-email: sorin.sbarnea@gmail.com
Maintainer: Sorin Sbarnea
Maintainer-email: sorin.sbarnea@gmail.com
License: BSD
Description: ======
        tendo
        ======
        
        Tendo is a python module that adds basic functionality that is
        not (yet) provided by Python.
        
        .. image:: https://img.shields.io/pypi/v/tendo.svg
                :target: https://pypi.python.org/pypi/tendo/
        
        .. image:: https://img.shields.io/pypi/l/tendo.svg
                :target: https://pypi.python.org/pypi/tendo/
        
        .. image:: https://img.shields.io/pypi/wheel/tendo.svg
                :target: https://pypi.python.org/pypi/tendo/
        
        .. image:: https://img.shields.io/codeclimate/github/pycontribs/tendo.svg
                :target: https://codeclimate.com/github/pycontribs/tendo
        
        ------------
        
        .. image:: https://readthedocs.org/projects/tendo/badge/?version=master
                :target: http://tendo.readthedocs.io
        
        .. image:: https://api.travis-ci.org/pycontribs/tendo.svg?branch=master
                :target: https://travis-ci.org/pycontribs/tendo
        
        .. image:: https://img.shields.io/bountysource/team/pycontribs/activity.svg
                :target: https://www.bountysource.com/teams/pycontribs/issues?tracker_ids=3650997
        
        .. image:: https://requires.io/github/pycontribs/tendo/requirements.svg?branch=master
                :target: https://requires.io/github/pycontribs/tendo/requirements/?branch=master
                :alt: Requirements Status
        
        
        * [transparent Unicode support for text file operations (BOM detection)](https://tendo.readthedocs.org/en/latest/#module-tendo.singleton)
        * [console logging coloring](https://tendo.readthedocs.org/en/latest/#module-tendo.colorer)
        * enable you to use symlinks under windows
        * [python tee implementation](https://tendo.readthedocs.org/en/latest/#module-tendo.colorer) for executing external programs and redirecting their output to both console/file)
        * [improved execfile](https://tendo.readthedocs.org/en/latest/#module-tendo.execfile2)
        
        Documentation
        ------------------------------
        Check:
        * http://packages.python.org/tendo/
        * https://tendo.readthedocs.org/en/latest/
        
        Requirements and compatibility
        ------------------------------
        * python 2.7-3.6
        * distribute (for installation)
        * tox for running tests
        
        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: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP
