Metadata-Version: 2.1
Name: qwak-sdk
Version: 0.5.26
Summary: Qwak SDK and CLI for qwak models
License: Apache-2.0
Keywords: mlops,ml,deployment,serving,model
Author: Qwak
Author-email: info@qwak.com
Requires-Python: >=3.7.1,<3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Provides-Extra: batch
Provides-Extra: feedback
Requires-Dist: boto3 (>=1.24.116,<2.0.0) ; extra == "batch" or extra == "feedback"
Requires-Dist: cookiecutter
Requires-Dist: gitpython (>=2.1.0)
Requires-Dist: joblib (>=1.1.0,<2.0.0) ; extra == "batch" or extra == "feedback"
Requires-Dist: pandas (<1.4) ; (python_full_version >= "3.7.1" and python_version < "3.8") and (extra == "batch" or extra == "feedback")
Requires-Dist: pandas (>=1.4.3,<2.0.0) ; (python_version >= "3.8" and python_version < "3.10") and (extra == "batch" or extra == "feedback")
Requires-Dist: pyarrow (>=6.0.0,<11.0.0) ; extra == "batch"
Requires-Dist: python-json-logger (>=2.0.2)
Requires-Dist: qwak-core (==0.0.217)
Requires-Dist: qwak-inference (==0.1.8)
Requires-Dist: tabulate (>=0.8.0)
Requires-Dist: yaspin (>=2.0.0)
Project-URL: Home page, https://www.qwak.com/
Description-Content-Type: text/markdown

# Qwak SDK

Qwak is an end-to-end production ML platform designed to allow data scientists to build, deploy, and monitor their models in production with minimal engineering friction.

