Description
Read archive files in the Unix ar format from Python code, supporting tooling that inspects static libraries, Debian packages, and other ar-based containers. It helps developers process archive metadata and contents programmatically.
Archives may contain untrusted file names or payloads. Validate paths and extraction behavior before writing files to disk.