A small Python utility for selectively exposing module functionality (e.g., only exporting certain functions or classes). Current version: 0.1.2 (released August 2021). Low release cadence; no updates since initial release.
pip install expoVerified import paths — ran on the pinned version, not inferred.
Define a module using the @expose decorator to selectively export functions.
Use with caution; test in your environment.
Ensure you apply @expose only at the top level of your module.
No dependency data recorded yet.