peachapisec-api
The peach proxy module provides a wrapper around the
Peach API Security <https://peach.tech>
_ API.
This module is used for by CI integrations,
test runner plugins and custom traffic generators.
Requirements
You will need the following prerequisites in order to use:
- Peach API Security
- Python 2 or 3
Installation
To install:
$ pip install peachapisec-api
From Source
$ python setup.py install
Offline
$ pip install --no-index --find-links ../../deps -r requirements.txt
$ python setup.py install
Usage
See the Peach API Security User Guide for more information.