Python helpers for G4X applications. Provides utility functions and classes for logging, configuration, monitoring, and common infrastructure patterns. Current version 3.0.2, supports Python 3.10-3.12. Active development, monthly releases.
pip install g4x-helpersNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: initialize logger and config loader.
Change imports to from g4x_helpers.logging import ..., from g4x_helpers.config import ..., etc.
Use prefix='MYAPP' instead of env_prefix='MYAPP'.
Always pass name='your_app_name' to G4XLogger.