An open API service indexing awesome lists of open source software.

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.

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.