Metadata-Version: 1.1
Name: peachapisec-cli
Version: 1.5.37
Summary: Peach API Security command line tool
Home-page: https://peach.tech
Author: Peach Tech
Author-email: contact@peachfuzzer.com
License: Apache License, Version 2.0
Description: peachapisec-cli
        ===============
        
        This is a command line interface (cli) tool for the Peach 
        API Security product.
        
        The cli exposes several commands useful commands available
        via the installed 'peachcli' script.
        
        Requirements
        ------------
        
        You will need the following prerequisites in order to use:
        
         * Peach API Security
         * Python 2 or 3
        
        Installation
        ------------
        
        To install:
        
        $ python -m pip install peachapisec-cli
        
        **From Source**
        
        $ python setup.py install
        
        **Offline**
        
        $ pip install --no-index --find-links ../deps -r requirements.txt
        $ python setup.py install
        
        
        Usage
        -----
        
        Running 'peachcli' will provide some syntax help. 
        
        See the Peach API Security User Guide for more information.
        
        
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
