https://github.com/alexhroom/verbosemanager
VerboseManager is a Python class for managing verbose output on complex processes.
https://github.com/alexhroom/verbosemanager
automation logging management progress-bar verbose
Last synced: about 1 month ago
JSON representation
VerboseManager is a Python class for managing verbose output on complex processes.
- Host: GitHub
- URL: https://github.com/alexhroom/verbosemanager
- Owner: alexhroom
- License: mit
- Created: 2021-12-06T12:17:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T13:57:20.000Z (about 4 years ago)
- Last Synced: 2025-11-28T12:39:47.662Z (7 months ago)
- Topics: automation, logging, management, progress-bar, verbose
- Language: Python
- Homepage: https://alexhroom.github.io/verbosemanager
- Size: 502 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## verbosemanager
VerboseManager is a Python class for managing verbose output on complex processes.
# Installation
To install verbosemanager, use
```
pip3 install verbosemanager
```
# Usage
See the documentation for usage instructions.