{"categories":[{"label":"Logging","url":"https://skillfed.io/packages/category/system-logging"}],"enrichment":{"capability":"Logbook is a logging library that replaces Python's standard logging module with a simpler, more flexible API designed for both command-line and web applications.","skillfed_tags":["logging","web-friendly"],"use_cases":["Replace stdlib logging in web applications where simpler configuration and cleaner API are preferred.","Set up logging for command-line tools that need straightforward handler and formatter setup.","Configure multiple log handlers and formatters for development, testing, and production environments.","Integrate logging into frameworks or libraries that need a lightweight, flexible logging backbone.","Migrate existing logging code to a more maintainable approach without rewriting all log statements."],"what_it_does":"Logbook is a logging library that provides an alternative to Python's built-in logging module. It aims to be easier to set up and configure while supporting both traditional command-line applications and web frameworks. The package is actively maintained, supports Python 3.9 through 3.15, and includes beta support for free-threading in newer Python versions.\n\nThe library is installed via wheels with broad platform coverage (macOS, Linux, Windows, and ARM architectures). It has a single runtime dependency on typing-extensions, keeping the dependency footprint minimal. The package is in the top 5000 by popularity and has been maintained since its initial release in 2010.","worth_installing":"Yes, with conditions. Logbook is actively maintained, has no known vulnerabilities, and offers a permissive BSD-3-Clause license. Install it if you prefer a simpler logging API than stdlib logging and are willing to adopt a different library. The medium install friction (compiled wheels) is not a barrier for most projects. Verify that its feature set and design philosophy align with your application's logging needs before committing to it in a large codebase."},"id":"logbook","links":{"html":"https://skillfed.io/packages/logbook","md":"https://skillfed.io/packages/logbook.md","pypi":"https://pypi.org/project/logbook/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-05","license_spdx":"BSD-3-Clause","license_treatment":"permissive","name":"Logbook","python_support":"supports_current","summary":"A logging replacement for Python"},"popularity":{"monthly_downloads":5597129,"position":2065,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.10.1"}
