This module is designed to attempt to make interfacing with Security Center's API easier to use and more manageable. A lot of effort has been put into making queries into the API as painless and manageable as possible.
For Tenable.io API work, you may want to look at the official python SDK:
To install pySecurityCenter, you can use either pip or easy_install to install from the cheeseshop:
pip install pysecuritycenter
easy_install pysecuritycenter
If you would rather install manually, feel free to download the latest version directly from the cheeseshop:
- For SecurityCenter4, please see the SC4 pySecurityCenter Documentation.
- For SecurityCenter5, please see the SC5 pySecurityCenter Documentation.