Metadata-Version: 2.0
Name: peachweb-api
Version: 1.2.6
Summary: Peach Web Proxy API module
Home-page: http://peachfuzzer.com
Author: Peach Fuzzer, LLC
Author-email: contact@peachfuzzer.com
License: MIT
Keywords: peach fuzzing security test rest
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: requests (>=2.11)

peachweb-api
============

The peach proxy module provides a wrapper around the 
`Peach API Security <http://peachfuzzer.com>`_ 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 peachweb-api

**From Source**

$ python setup.py install

Usage
-----

See the Peach API Security User Guide for more information.


