{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/15"}],"enrichment":{"capability":"A Python logging helper that enables multiple levels of debug output, allowing you to control verbosity across different parts of your code independently.","skillfed_tags":["logging","debugging"],"use_cases":["Enable debug output only for specific modules or subsystems while keeping others quiet during development.","Provide different verbosity levels for different components of a larger application without modifying core logging setup.","Troubleshoot production issues by selectively enabling debug tiers for affected code paths without restarting."],"what_it_does":"tiered-debug is a logging helper module that extends Python's debugging capabilities by allowing you to define and control multiple levels of debug output independently. Rather than a single debug on/off switch, it lets you enable or disable debug messages at different tiers within your application, giving you finer-grained control over what gets logged during development or troubleshooting.\n\nThe package is lightweight with no runtime dependencies, making it easy to add to existing projects. It supports modern Python versions (3.10\u20133.14) and is actively maintained. The documentation includes installation, usage examples, and a full API reference, suggesting it is designed to integrate smoothly into typical Python workflows.","worth_installing":"Yes, if you need finer-grained debug control than standard Python logging provides. The package is actively maintained, has no dependencies, and carries a permissive license. However, verify first that its tiering model matches your use case\u2014the fact sheet does not detail how its tiers differ from or complement the standard logging module."},"id":"tiered-debug","links":{"html":"https://skillfed.io/packages/tiered-debug","md":"https://skillfed.io/packages/tiered-debug.md","pypi":"https://pypi.org/project/tiered-debug/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-04","license_spdx":null,"license_treatment":"permissive","name":"tiered-debug","python_support":"supports_current","summary":"A Python logging helper module that allows multiple levels of debug logging"},"popularity":{"monthly_downloads":147561,"position":11059,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.5.1"}
