A ScanCode path provider plugin that provides a prebuilt native libarchive binary for archive extraction. Version 3.5.1.210531 is current. Release cadence is irregular, tied to ScanCode plugin updates.
pip install extractcode-libarchiveNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Retrieve the path to the prebuilt libarchive binary.
Install a library like `libarchive-c` (`pip install libarchive-c`) and use `ctypes` or the library's API to load the binary from the path returned by `get_libarchive()`.
Use `from extractcode_libarchive import ...`
Ensure `plugincode` is installed and the environment includes the ScanCode plugin registry.