Metadata-Version: 2.4
Name: typer_verbose
Version: 0.1.2
Summary: A utility class to add a `--verbose/-v` flag to Typer CLI commands and manage verbose logging.
Author: Daniel Baughman
Author-email: Daniel Baughman <danielrbaughman@icloud.com>
License-Expression: MIT
License-File: LICENCE
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: typer>=0.20.0
Requires-Python: >=3.12
Project-URL: Homepage, https://github.com/danielrbaughman/typer-verbose
Project-URL: Issues, https://github.com/danielrbaughman/typer-verbose/issues
Description-Content-Type: text/markdown

A utility class to add a `--verbose/-v` flag to Typer CLI commands and manage verbose logging.