{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"}],"enrichment":{"capability":"logzero provides pre-configured Python logging to console and/or rotating files with colored output, JSON formatting support, and minimal setup overhead.","skillfed_tags":["logging","cli-tools","abandoned"],"use_cases":["Quick logging setup in scripts or small applications where standard logging config feels like overkill","Adding colored console output to CLI tools and utilities for better readability during development","Rotating file logging in long-running services to prevent log files from consuming unlimited disk space","Structured JSON logging for applications that parse logs with external tools or ship to log aggregation services","Cross-platform applications needing colored output on Windows without manually configuring colorama"],"what_it_does":"logzero is a thin wrapper around Python's standard logging module that provides sensible defaults for console and file logging with minimal boilerplate. It offers colored console output (with Windows support via colorama), rotating file handlers, JSON formatting, and a global default logger accessible as logzero.logger, plus a setup_logger() function for custom loggers. The package is intentionally lightweight\u2014contained in a single file\u2014and handles encoding edge cases robustly.\n\nThe package targets developers who want logging without wrestling with the standard library's configuration complexity. It supports Python 2 and 3, and integrates with python-json-logger for structured logging. However, the repository is archived with the last commit on 2022-11-27, meaning no active maintenance, no bug fixes, and no compatibility updates for modern Python releases.","worth_installing":"Yes, if you need simple logging and accept the maintenance risk. The package is stable and works well for its narrow use case, but the abandoned status means no fixes for compatibility issues, security updates, or dependency conflicts. Suitable for personal projects, scripts, or applications you control fully; risky for production systems or long-term maintenance obligations. Consider actively maintained alternatives if you need ongoing support."},"id":"logzero","links":{"html":"https://skillfed.io/packages/logzero","md":"https://skillfed.io/packages/logzero.md","pypi":"https://pypi.org/project/logzero/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-03-17","license_spdx":null,"license_treatment":"permissive","name":"logzero","python_support":"unspecified","summary":"Robust and effective logging for Python 2 and 3"},"popularity":{"monthly_downloads":997404,"position":4545,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.7.0"}
