Metadata-Version: 2.1
Name: netapp-dataops-k8s
Version: 2.4.0
Summary: NetApp DataOps Toolkit for Kubernetes Environments
Home-page: https://github.com/NetApp/netapp-data-science-toolkit/
Author: Mike Oglesby
Author-email: mike.oglesby@netapp.com
Maintainer: NetApp
Maintainer-email: ng-ai-inquiry@netapp.com
License: BSD-3-Clause
Project-URL: Bug Tracker, https://github.com/NetApp/netapp-data-science-toolkit/issues
Project-URL: Documentation, https://github.com/NetApp/netapp-data-science-toolkit/blob/main/README.md
Project-URL: Source Code, https://github.com/NetApp/netapp-data-science-toolkit/
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: notebook
Requires-Dist: pandas
Requires-Dist: numpy (>=1.22.0)
Requires-Dist: actoolkit (==2.1.3)
Requires-Dist: certifi (==2020.12.5)
Requires-Dist: chardet (==4.0.0)
Requires-Dist: dnspython (==2.1.0)
Requires-Dist: idna (==2.10)
Requires-Dist: PyYAML (==5.4.1)
Requires-Dist: requests (==2.25.1)
Requires-Dist: tabulate (==0.8.9)
Requires-Dist: termcolor (==1.1.0)
Requires-Dist: urllib3 (==1.26.5)
Requires-Dist: func-timeout (==4.3.5)
Requires-Dist: kubernetes (==23.6.0)

The NetApp DataOps Toolkit for Kubernetes is a Python library that makes it simple for developers, data scientists, DevOps engineers, and data engineers to perform various data management tasks within a Kubernetes cluster. Some of the key capabilities that the toolkit provides are the ability to provision a new persistent volume or data science workspace, the ability to almost instantaneously clone a volume or workspace, the ability to almost instantaneously save off a snapshot of a volume or workspace for traceability/baselining, and the ability to move data between S3 compatible object storage and a Kubernetes persistent volume.<br><br>Refer to the documentation for a full list of available functionality.
