Metadata-Version: 2.1
Name: kubernetes-utils
Version: 0.0.2
Summary: Utilities for interacting with the Kubernetes client API
Home-page: http://github.com/deepdrive/kubernetes-utils
Author: Deepdrive
Author-email: craig@deepdrive.io
License: MIT
Keywords: kubernetes
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: google-auth (>=1.6.3)
Requires-Dist: google-cloud-container (>=0.2.1)
Requires-Dist: kubernetes (>=9.0.0)
Requires-Dist: setuptools (>=38.6.0)
Requires-Dist: twine (>=1.11.0)
Requires-Dist: wheel (>=0.31.0)

Kubernetes Utilities
====================

This package contains helper functionality to simplify using the Kubernetes client API for Python.

To install the package, run: `pip3 install kubernetes-utils`


## Legal

Copyright &copy; 2019, [Deepdrive](https://deepdrive.io/). Licensed under the MIT License, see the file [LICENSE](https://github.com/deepdrive/kubernetes-utils/blob/master/LICENSE) for details.


