Metadata-Version: 2.1
Name: devsecops-api
Version: 0.2.0
Summary: DevSecOps Workshop API Collection
Home-page: https://github.com/RedHatGov/devsecops-api-collection
Author: James Harmison
Author-email: jharmison@redhat.com
License: BSD-2-Clause
Keywords: devsecops redhat openshift
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests

# devsecops-api-collection

This collection is designed to manipulate the APIs for the services stood up for the DevSecOps on OpenShift Container Platform 4 workshop.

It exposes several classes to manipulate those APIs with functions to manipulate the APIs using a context manager. These classes are the basis of Ansible modules in this collection.

Additionally, there is a CLI based on `click` that helps to manipulate these APIs from the command line. This CLI uses the same backend but is distributed as PyPi package and can be run from the shell.

## NOTE

The Ansible Collection is... not actually done. This is a work in progress. The script works. 🙂


