tenable/pytenable — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python library that makes it simple to work with Tenable APIs without having to deal with each product’s API style directly.

I want someone to install it with pip, import a clear Tenable.io or Tenable.sc client, sign in with access keys or the server URL, and then do common things like list scans, print scan status, and pull vulnerability results in a clean Python way. Keep the interface consistent across Tenable products so moving from one product to another feels familiar.

Please include useful examples for getting started, basic debug logging support through Python logging, and enough tests so the main client behavior is reliable. Add clear docs that explain installation, authentication, and simple usage examples. Keep it compatible with modern Python, and look up the current Tenable API docs online if you need to.

Want more depth? Deep Reverse