Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 10 hours 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 (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T17:09:32.000Z (11 days ago)
- Last Synced: 2024-12-06T17:03:26.027Z (7 days ago)
- Topics: ansi, coloring, hacktoberfest, python, singleton, unicode
- Language: Python
- Homepage: https://tendo.readthedocs.io/
- Size: 227 KB
- Stars: 144
- Watchers: 8
- Forks: 50
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
[![](https://img.shields.io/pypi/v/tendo.svg?colorB=green)](https://pypi.python.org/pypi/tendo/)
[![codecov](https://codecov.io/gh/pycontribs/tendo/graph/badge.svg?token=1VvPGtNT0c)](https://codecov.io/gh/pycontribs/tendo)
[![](https://readthedocs.org/projects/tendo/badge/?version=latest)](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)