The Python implementation to access the ZAP API. For more information about ZAP consult the (main) ZAP project.
The latest released version can be downloaded from the https://pypi.python.org/pypi/zaproxy using:
pip install zaproxy
For help using the ZAP API, refer to:
- Examples - collection of examples using the library;
- API Documentation
- ZAP User Group - for asking questions;
To report issues related to ZAP API, bugs and enhancements requests, use the issue tracker of the main ZAP project.