{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/18"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/6"}],"enrichment":{"capability":"Tendo provides utility functions for Python that fill gaps in the standard library, including Unicode file handling, console logging coloring, symlink support on Windows, process output redirection (tee), and an improved execfile implementation.","skillfed_tags":["cross-platform","utilities"],"use_cases":["Add colored output to console logging without a heavy logging framework dependency","Handle Unicode text files with automatic BOM detection across platforms","Capture and redirect output from external programs to both console and file simultaneously","Execute Python files dynamically with an improved alternative to the deprecated execfile","Enable symlink support in Windows environments where native support is limited"],"what_it_does":"Tendo is a utility library that extends Python's standard library with functionality for common development tasks. It provides modules for Unicode file handling with BOM detection, colored console logging, Windows symlink support, process output redirection (a Python tee implementation), and an improved execfile function. The library is small and lightweight, depending only on six for compatibility.\n\nThe package targets developers who need cross-platform utility functions without pulling in large frameworks. It has been actively maintained since 2010 and supports modern Python versions (3.6 through 3.11). Most features are documented and the project remains in production-stable status with no known security vulnerabilities.","worth_installing":"Yes, if you need one or more of its specific utilities. Tendo is lightweight, permissively licensed, actively maintained, and has no security issues. Install it only for the features you actually use; it's not a general-purpose framework and doesn't justify adding a dependency solely for potential future needs."},"id":"tendo","links":{"html":"https://skillfed.io/packages/tendo","md":"https://skillfed.io/packages/tendo.md","pypi":"https://pypi.org/project/tendo/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2022-10-09","license_spdx":null,"license_treatment":"permissive","name":"tendo","python_support":"supports_current","summary":"A Python library that extends some core functionality"},"popularity":{"monthly_downloads":146622,"position":11094,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.0"}
