Metadata-Version: 2.1
Name: datarobot-mlops-connected-client
Version: 8.0.7
Summary: datarobot-mlops-connected-client client to communicate with DataRobot MLOps service
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 :: 3.7
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: datarobot-mlops (>=7.1)
Provides-Extra: aio
Requires-Dist: aiohttp ; extra == 'aio'

# 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
```



