List the shared libraries loaded by the current process. Version 2.0.0 is the latest, which aligns with the upcoming addition to Python 3.14 standard library. Release cadence is low.
pip install dllistVerified import paths — ran on the pinned version, not inferred.
Lists all shared libraries loaded by the current process.
Wrap import in try/except ImportError, or check platform support before calling.
Wrap dllist() call in try/except to handle platform errors.
Migrate to stdlib 'dllist' from Python 3.14 standard library once available.
Check platform support or use try/except ImportError: from dllist import dllist
Run 'pip install dllist'
No dependency data recorded yet.