Metadata-Version: 2.4
Name: frogml-inference
Version: 0.2.2
Summary: FrogML Inference is a Python library for running predictions again Frogml Models.
Project-URL: Home page, https://www.jfrog.com/
Author-email: "JFrog Ltd." <contact@jfrog.com>
License: Apache-2.0
License-File: LICENSE
Keywords: deployment,ml,mlops,model,serving
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: <3.14,>=3.9
Requires-Dist: google-cloud-storage<3.0.0,>=2.14.0
Requires-Dist: numpy<2,>=1.21.6; python_version < '3.10'
Requires-Dist: numpy<2,>=1.24.0; python_version >= '3.10' and python_version < '3.12'
Requires-Dist: numpy<3,>=2.1; python_version >= '3.12'
Requires-Dist: requests<3.0.0,>=2.0.0
Provides-Extra: batch
Requires-Dist: boto3<2.0.0,>=1.24.89; extra == 'batch'
Requires-Dist: frogml<2,>=1.2.7; extra == 'batch'
Requires-Dist: joblib<2.0.0,>=1.1.0; extra == 'batch'
Requires-Dist: pandas<2,>=1.4.0; (python_version >= '3.9' and python_version < '3.12') and extra == 'batch'
Requires-Dist: pandas<3,>=2.2.3; (python_version >= '3.12') and extra == 'batch'
Requires-Dist: pyarrow<24,>=15; extra == 'batch'
Requires-Dist: tenacity<9.0.0,>=8.0.0; extra == 'batch'
Description-Content-Type: text/markdown

# Frogml Inference

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 Inference contains tools that allow predicting against the FrogML Platform
