A Python logging library with super powers, providing easy-to-use loggers with customizable formatting, handlers, and verbosity control. Current version 1.3.0 with infrequent releases.
pip install pygogoNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and use a basic logger.
Replace verbose=True with level=logging.DEBUG.
Assign the logger to a variable and reuse it instead of calling Gogo repeatedly.
Use 'from pygogo import Gogo'.
Use logging.INFO or pass integer level (e.g., 20).
No dependency data recorded yet.