Metadata-Version: 2.0
Name: peachapisec-api
Version: 1.5.17
Summary: Peach Web Proxy API module
Home-page: https://peach.tech
Author: Peach Tech
Author-email: support@peachfuzzer.com
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Keywords: peach fuzzing security test rest
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: requests (>=2.11)
Requires-Dist: semver (==2.8.1)

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.


