Metadata-Version: 2.3
Name: frogml-core
Version: 0.0.26
Summary: frogml Core contains the necessary objects and communication tools for using the Jfrog ml Platform
License: Apache-2.0
Keywords: mlops,ml,deployment,serving,model
Author: Jfrog
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
Requires-Dist: cachetools (>=5.5.1,<6.0.0)
Requires-Dist: chevron (>=0.14.0,<0.15.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.10.0)
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_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: pyjwt (>=2.10.1,<3.0.0)
Requires-Dist: pyspark (==3.4.2) ; extra == "feature-store"
Requires-Dist: python-json-logger (>=3.2.1,<4.0.0)
Requires-Dist: requests
Requires-Dist: retrying (==1.3.4)
Requires-Dist: typeguard (>=2,<3)
Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
Project-URL: Home page, https://www.jfrog.com/
Description-Content-Type: text/markdown

# Frogml Core

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

