Metadata-Version: 2.1
Name: datarobot-mlops-connected-client
Version: 11.1.28
Summary: datarobot-mlops-connected-client client to communicate with DataRobot MLOps service
Home-page: http://datarobot.com
Author: DataRobot
Author-email: support@datarobot.com
Maintainer: DataRobot
Maintainer-email: info@datarobot.com
License: DataRobot Tool and Utility Agreement
Project-URL: Documentation, https://docs.datarobot.com/en/docs/mlops/deployment/mlops-agent/agent-use.html#monitor-using-the-mlops-cli
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: requests-toolbelt
Requires-Dist: datarobot-mlops>=10.0.3

# DataRobot MLOps Connected client (mlops-cli)

This is the Python client used to communicate with the
DataRobot MLOps service. It can be used to upload datasets,
create and deploy model packages, report predictions files, etc.

## Installation

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

## Documentation

Once installed, the `help` parameter provides detailed usage information.

```shell
$ mlops-cli --help
```
