{"library":"robotframework-archivelibrary","title":"Robot Framework ArchiveLibrary","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install robotframework-archivelibrary"],"cli":null},"imports":["from ArchiveLibrary import ArchiveLibrary"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"*** Settings ***\nLibrary    ArchiveLibrary\n\n*** Test Cases ***\nCreate ZIP File\n    Create Zip    ${CURDIR}/example.zip    ${CURDIR}/files/\n\nExtract ZIP File\n    Extract Zip    ${CURDIR}/example.zip    ${CURDIR}/output/","lang":"robot","description":"A minimal Robot Framework test case using ArchiveLibrary to create and extract a ZIP file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}