-
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[![](https://img.shields.io/pypi/v/tendo.svg?colorB=green)](https://pypi.python.org/pypi/tendo/) | ||
[![](https://img.shields.io/codecov/c/github/pycontribs/tendo/main.svg)](https://codecov.io/gh/pycontribs/tendo) | ||
[![](https://readthedocs.org/projects/tendo/badge/?version=latest)](http://tendo.readthedocs.io) | ||
|
||
# tendo | ||
|
||
Tendo is a python module that adds basic functionality that is | ||
not provided by Python. Read the [documentation](https://tendo.readthedocs.org/en/latest/) for more info. | ||
|
||
- [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) | ||
|
||
## Requirements and compatibility | ||
|
||
- python 3.6 or newer | ||
- tox for running tests | ||
|
||
## Related projects and packages | ||
|
||
- jaraco - http://pypi.python.org/pypi/jaraco.util | ||
- pexpect (maybe) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters