{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/15"}],"enrichment":{"capability":"Adds command-line argument parsing for Python logging configuration, letting you quickly set log levels and other logging parameters from the command line.","skillfed_tags":["cli-logging","argparse-helper"],"use_cases":["Add log-level control to a CLI tool without manually defining argparse arguments for logging.","Quickly prototype a command-line application that needs adjustable verbosity from the start.","Integrate logging configuration into an existing argparse-based CLI with minimal code changes."],"what_it_does":"jaraco.logging is a small utility that bridges Python's argparse and logging modules. It provides two main functions: add_arguments() to inject logging-related command-line flags into an ArgumentParser, and setup() to apply those parsed arguments to configure the logging system. This eliminates boilerplate when you want users to control log levels or other logging behavior from the command line.\n\nThe package depends only on tempora and requires Python 3.9 or later. It's maintained actively and carries no known security vulnerabilities. The MIT license places no restrictions on use. It's best suited for CLI applications where you want to expose logging configuration to end users without writing repetitive argument-parsing code yourself.","worth_installing":"Yes, if you're building a command-line tool and want to let users control logging verbosity without writing boilerplate. The package is lightweight, actively maintained, permissively licensed, and has no security issues. Install it if you use argparse and logging together; skip it if your CLI doesn't expose logging control to users."},"id":"jaraco-logging","links":{"html":"https://skillfed.io/packages/jaraco-logging","md":"https://skillfed.io/packages/jaraco-logging.md","pypi":"https://pypi.org/project/jaraco-logging/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-06-16","license_spdx":"MIT","license_treatment":"permissive","name":"jaraco.logging","python_support":"supports_current","summary":"Support for Python logging facility"},"popularity":{"monthly_downloads":147592,"position":11057,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.4.0"}
