Metadata-Version: 2.3
Name: qwak-core
Version: 0.6.8
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 :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Provides-Extra: feature-store
Requires-Dist: PyYAML (>=6.0.2)
Requires-Dist: cachetools
Requires-Dist: chevron (==0.14.0)
Requires-Dist: cloudpickle (==2.2.1) ; extra == "feature-store"
Requires-Dist: dacite (==1.9.2)
Requires-Dist: dependency-injector (>=4.0)
Requires-Dist: filelock
Requires-Dist: grpcio (>=1.71.2)
Requires-Dist: joblib (>=1.3.2,<2.0.0)
Requires-Dist: marshmallow-dataclass (>=8.5.8,<9.0.0)
Requires-Dist: protobuf (>=4.25.8,<5)
Requires-Dist: pyarrow (>=20.0.0) ; extra == "feature-store"
Requires-Dist: pyathena (>=2.2.0,!=2.18.0) ; extra == "feature-store"
Requires-Dist: pydantic
Requires-Dist: pyspark (==3.5.7) ; extra == "feature-store"
Requires-Dist: python-jose[cryptography] (>=3.4.0)
Requires-Dist: python-json-logger (>=2.0.2)
Requires-Dist: requests
Requires-Dist: retrying (==1.4.2)
Requires-Dist: tqdm
Requires-Dist: typeguard (>=2,<3)
Requires-Dist: typer
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

