Ultra-fast inspect functions for Python, providing drop-in replacements for standard library inspect functions with significantly improved performance. Current version 0.0.5 is in early development, with a focus on speed. Release cadence is irregular.
pip install uinspectNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Import uinspect and use its fast inspect functions. Replace standard library inspect calls with uinspect equivalents for performance.
Fall back to standard inspect for unsupported objects.
Pin the version with constraints like uinspect>=0.0.5,<0.1.0
Monitor GitHub releases and changelog.
No dependency data recorded yet.