Metadata-Version: 2.3
Name: qwak-core
Version: 0.4.247
Summary: Qwak Core contains the necessary objects and communication tools for using the Qwak Platform
License: Apache-2.0
Keywords: mlops,ml,deployment,serving,model
Author: Qwak
Author-email: info@qwak.com
Requires-Python: >=3.9,<3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Provides-Extra: feature-store
Requires-Dist: PyYAML
Requires-Dist: cachetools
Requires-Dist: chevron (==0.14.0)
Requires-Dist: cloudpickle (==2.2.1) ; extra == "feature-store"
Requires-Dist: dacite (==1.8.1)
Requires-Dist: dependency-injector (>=4.0)
Requires-Dist: filelock
Requires-Dist: frogml-storage (>=0.11.2)
Requires-Dist: grpcio (>=1.57.0)
Requires-Dist: joblib (>=1.3.2,<2.0.0)
Requires-Dist: marshmallow-dataclass (>=8.5.8,<9.0.0)
Requires-Dist: protobuf (>=3.10,<4) ; python_full_version >= "3.7.1" and python_version < "3.10"
Requires-Dist: protobuf (>=4.21.6) ; python_version >= "3.10"
Requires-Dist: pyarrow (>=6.0.0) ; extra == "feature-store"
Requires-Dist: pyathena (>=2.2.0,!=2.18.0) ; extra == "feature-store"
Requires-Dist: pyspark (==3.4.2) ; extra == "feature-store"
Requires-Dist: python-jose
Requires-Dist: python-json-logger (>=2.0.2)
Requires-Dist: requests
Requires-Dist: retrying (==1.3.4)
Requires-Dist: typeguard (>=2,<3)
Project-URL: Home page, https://www.qwak.com/
Description-Content-Type: text/markdown

# Qwak Core

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.
Qwak Core contains all the objects and tools necessary to use the Qwak Platform

