A Robot Framework keyword library for handling ZIP files. Current version is 0.4.3, provides keywords to create, extract, and list contents of ZIP archives. Release cadence is irregular.
pip install robotframework-archivelibraryVerified import paths — ran on the pinned version, not inferred.
A minimal Robot Framework test case using ArchiveLibrary to create and extract a ZIP file.
Use exactly `Library ArchiveLibrary` in your settings.
Use another library (e.g. Python's standard `zipfile` with pyminizip) for password-protected ZIPs.
Replace `Add Zip` with `Create Zip`.
Add `Library ArchiveLibrary` in your Robot Framework test suite settings.
Run `pip install robotframework-archivelibrary` and ensure Robot Framework is installed.
Use Robot Framework keywords in .robot files, not Python scripts, or use the library's API correctly.