Metadata-Version: 2.1
Name: datarobot-mlops
Version: 7.3.11
Summary: datarobot-mlops library to read and report MLApp statistics
Home-page: https://github.com/datarobot/tracking-agent
Author: DataRobot
Author-email: support@datarobot.com
Maintainer: DataRobot
Maintainer-email: info@datarobot.com
License: DataRobot Tool and Utility Agreement
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
Requires-Dist: future (>=0.16)
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: datarobot
Requires-Dist: boto3 (<2,>=1.11.4)
Requires-Dist: py4j (<1,>=0.10.9.1)
Requires-Dist: pika (<1,>=0.13.1)
Requires-Dist: deprecation (<3,>=2.1.0)
Requires-Dist: enum34 ; python_version < "3.4"
Provides-Extra: azure
Requires-Dist: msal (>=0.6.1<2) ; extra == 'azure'
Provides-Extra: google
Requires-Dist: google-cloud-pubsub (<2,>=1.7) ; extra == 'google'
Provides-Extra: kafka
Requires-Dist: confluent-kafka (<2,>=1.6.0) ; extra == 'kafka'
Requires-Dist: certifi ; extra == 'kafka'

# DataRobot MLOps metrics reporting library

This is the Python version of the DataRobot MLOps reporting SDK. 
This library enables remote reporting of MLOps metrics back to DataRobot for
monitoring.

More information on DataRobot MLOps reporting library can be found here: 
https://docs.datarobot.com/en/docs/mlops/deployment/mlops-agent/index.html.


## Installation

Install the MLOps reporting SDK:

```shell
$ pip install datarobot-mlops
```


