{"library":"pyucis","title":"PyUCIS","description":"PyUCIS provides a Python API for manipulating UCIS (Unified Coverage Interoperability Standard) coverage data. It supports reading, merging, and writing UCIS XML coverage databases. The current version is 0.2.0.22787133465, with regular updates for format compatibility and bug fixes.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pyucis"],"cli":null},"imports":["from pyucis import UCISDB"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyucis import UCISDB\n\ndb = UCISDB()\ndb.load('coverage.ucis')\nprint(f'Loaded {len(db.scopes)} scopes')\ndb.merge('another.ucis')\ndb.save('merged.ucis')","lang":"python","description":"Load a UCIS XML file, merge another, and save the result.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}