https://github.com/pycontribs/tendo
Official repository of python tendo library, always welcoming new contributions.
https://github.com/pycontribs/tendo
ansi coloring hacktoberfest python singleton unicode
Last synced: 9 months ago
JSON representation
Official repository of python tendo library, always welcoming new contributions.
- Host: GitHub
- URL: https://github.com/pycontribs/tendo
- Owner: pycontribs
- License: other
- Created: 2012-10-04T09:15:58.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T16:53:28.000Z (10 months ago)
- Last Synced: 2025-04-21T17:43:49.872Z (10 months ago)
- Topics: ansi, coloring, hacktoberfest, python, singleton, unicode
- Language: Python
- Homepage: https://tendo.readthedocs.io/
- Size: 232 KB
- Stars: 146
- Watchers: 7
- Forks: 50
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://pypi.python.org/pypi/tendo/)
[](https://codecov.io/gh/pycontribs/tendo)
[](http://tendo.readthedocs.io)
# tendo
[Tendo](https://tendo.readthedocs.io) is a python module that adds basic functionality that is
not provided by Python.
- [transparent Unicode support for text file operations (BOM detection)](https://tendo.readthedocs.io/#module-tendo.singleton)
- python tee implementation
- [improved execfile](https://tendo.readthedocs.io/#module-tendo.execfile2)
## Requirements and Compatibility
- POSIX-compatible operating system, including Linux and macOS
- python 3.10 or newer
- tox for running tests
## Related Projects and Packages
- jaraco - http://pypi.python.org/pypi/jaraco.util
- pexpect (maybe)