Metadata-Version: 2.4
Name: ocviapy
Version: 1.7.0
Summary: Wraps OpenShift shell utility (oc)
Home-page: https://www.github.com/bsquizz/ocviapy
Author: Brandon Squizzato
Author-email: bsquizza@redhat.com
License: MIT
Keywords: openshift,kubernetes,oc
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anytree
Requires-Dist: kubernetes
Requires-Dist: pyyaml
Requires-Dist: sh>=1.13.1
Requires-Dist: wait_for
Provides-Extra: test
Requires-Dist: flake8; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Dynamic: license-file

# ocviapy
Python utilities that wrap 'oc' shell commands

## Installation
```
pip install ocviapy
```
