Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)