Metadata-Version: 2.1
Name: ocviapy
Version: 1.1.2
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
Provides-Extra: test
License-File: LICENSE

# ocviapy
Python utilities that wrap 'oc' shell commands

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