Metadata-Version: 2.1
Name: peachapisec-ci-jira
Version: 1.5.40
Summary: Peach API Security JIRA CI Integration
Home-page: https://peach.tech
Author: Peach Tech
Author-email: contact@peach.tech
License: Apache License, Version 2.0
Keywords: peach fuzzing security test rest jira
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: click (~=6.7)
Requires-Dist: peachapisec-api (==1.5.40)
Requires-Dist: requests (>=2.18.4)
Requires-Dist: pystache
Requires-Dist: hexdump

# Peach API Security CI JIRA Integration

This package provides the Peach API Security JIRA Integration
scripts.  The integration scripts allow populating found issues
into JIRA when running from a CI system.

## Installation

This integration is available as a pip installable package.

`$ pip install peachapisec-ci-jira`

### Offline Installation

Install required python dependencies using our offline dependencies
folder.

`$ pip install --no-index --find-links ../../deps -r requirements.txt`

## Usage

Please see the Peach API Security User Guide for information on usage.



