Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 187 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 187 Bytes

python-nexpose

A Python3 wrapper for the Nexpose API.

To install dependencies:

pip3 install defusedxml

or on Ubuntu/Debian-based distros:

sudo apt-get install python3-defusedxml