Metadata-Version: 1.1
Name: peachapisec-ci
Version: 1.4.39
Summary: Peach API Security CI tool
Home-page: https://peach.tech
Author: Peach Tech
Author-email: contact@peach.tech
License: Apache License, Version 2.0
Description-Content-Type: UNKNOWN
Description: Peach CI Generic Integration Runner
        ===================================
        
        This module provides generic integration with CI systems by running a
        command that returns non-zero when testing did not pass.
        The vast majority of CI systems support this method of integration.
        
        If a specific integration is offered for your CI system that is
        preferred over this generic integration.
        
        To use, update the configuration at top of python file and
        configure your CI system to run.
        
        See User Guide -> CI Integration for additional information
        about using and configuring the generic CI integration runner.
        
        Installation
        ------------
        
        Install required python dependencies with internet connection.
        
        $ pip install -r requirements.txt
        
        Offline Installation
        --------------------
        
        Install required python dependencies using our offline dependencies
        folder.
        
        $ pip install --no-index --find-links ../../deps -r requirements.txt
        
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
