Tendo is a python module that adds basic functionality that is not provided by Python. Read the documentation for more info.
- transparent Unicode support for text file operations (BOM detection)
- console logging coloring
- enable you to use symlinks under windows
- python tee implementation for executing external programs and redirecting their output to both console/file
- improved execfile
- python 3.8 or newer
- tox for running tests
- jaraco - http://pypi.python.org/pypi/jaraco.util
- pexpect (maybe)