pyscap

Python package for handling Security Content Automation Protocol.


Keywords
cpe, ocil, oval, scap, xccdf
License
MIT
Install
pip install pyscap==0.1.3

Documentation

Pyscap

Python package for handling Security Content Automation Protocol.

Warning: This project is still under development, please do not use it in a production environment.

Installing

Install and update using pip:

$ pip install pyscap

Features

  • Load and dump SCAP files.
    • OVAL
    • OCIL
    • XCCDF
    • DS
    • ARF

Usage

import pyscap

my_benchmark = pyscap.xccdf.Benchmark.parse("my_benchmark.xml")
print(my_benchmark.title)