[![](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)
Raw data
{
"_id": null,
"home_page": "https://github.com/pycontribs/tendo",
"name": "tendo",
"maintainer": "Sorin Sbarnea",
"docs_url": "https://pythonhosted.org/tendo/",
"requires_python": ">=3.6",
"maintainer_email": "sorin.sbarnea@gmail.com",
"keywords": "tendo,tee,unicode,colorer,singleton",
"author": "Sorin Sbarnea",
"author_email": "sorin.sbarnea@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/b9/a1/714b2bee108ccfdc160d74ca81459feb8d08753921200637f890eab79545/tendo-0.3.0.tar.gz",
"platform": null,
"description": "[![](https://img.shields.io/pypi/v/tendo.svg?colorB=green)](https://pypi.python.org/pypi/tendo/)\n[![](https://img.shields.io/codecov/c/github/pycontribs/tendo/main.svg)](https://codecov.io/gh/pycontribs/tendo)\n[![](https://readthedocs.org/projects/tendo/badge/?version=latest)](http://tendo.readthedocs.io)\n\n# tendo\n\nTendo is a python module that adds basic functionality that is\nnot provided by Python. Read the [documentation](https://tendo.readthedocs.org/en/latest/) for more info.\n\n- [transparent Unicode support for text file operations (BOM detection)](https://tendo.readthedocs.org/en/latest/#module-tendo.singleton)\n- [console logging coloring](https://tendo.readthedocs.org/en/latest/#module-tendo.colorer)\n- enable you to use symlinks under windows\n- [python tee implementation](https://tendo.readthedocs.org/en/latest/#module-tendo.colorer) for executing external programs and redirecting their output to both console/file\n- [improved execfile](https://tendo.readthedocs.org/en/latest/#module-tendo.execfile2)\n\n## Requirements and compatibility\n\n- python 3.6 or newer\n- tox for running tests\n\n## Related projects and packages\n\n- jaraco - http://pypi.python.org/pypi/jaraco.util\n- pexpect (maybe)\n",
"bugtrack_url": null,
"license": "",
"summary": "A Python library that extends some core functionality",
"version": "0.3.0",
"project_urls": {
"Homepage": "https://github.com/pycontribs/tendo"
},
"split_keywords": [
"tendo",
"tee",
"unicode",
"colorer",
"singleton"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ce3f761077d55732b0b1a673b15d4fdaa947a7c1eb5c9a23b7142df557019823",
"md5": "a66741051a79639c342d9666157f31f2",
"sha256": "026b70b355ea4c9da7c2123fa2d5c280c8983c1b34e329ff49260e2e78b93be7"
},
"downloads": -1,
"filename": "tendo-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a66741051a79639c342d9666157f31f2",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 25344,
"upload_time": "2022-10-09T20:02:36",
"upload_time_iso_8601": "2022-10-09T20:02:36.374951Z",
"url": "https://files.pythonhosted.org/packages/ce/3f/761077d55732b0b1a673b15d4fdaa947a7c1eb5c9a23b7142df557019823/tendo-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b9a1714b2bee108ccfdc160d74ca81459feb8d08753921200637f890eab79545",
"md5": "7266b0b1dc4f537d25caf03f9cc1d698",
"sha256": "68392d686eb6ece71c14ff0fe24340e83c4362525c8b26f144c84f3122ae9e77"
},
"downloads": -1,
"filename": "tendo-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "7266b0b1dc4f537d25caf03f9cc1d698",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 34368,
"upload_time": "2022-10-09T20:02:38",
"upload_time_iso_8601": "2022-10-09T20:02:38.899897Z",
"url": "https://files.pythonhosted.org/packages/b9/a1/714b2bee108ccfdc160d74ca81459feb8d08753921200637f890eab79545/tendo-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-10-09 20:02:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pycontribs",
"github_project": "tendo",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "tendo"
}