Metadata-Version: 2.4
Name: comet_mpm
Version: 1.3.0
Summary: Comet MPM SDK
Home-page: https://www.comet.ml
Author: Comet ML Inc.
Author-email: support@comet.com
License: Proprietary
Keywords: comet_mpm
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: comet_ml
Requires-Dist: pandas
Requires-Dist: typing_extensions>=3.7.4
Requires-Dist: aiohttp
Requires-Dist: pydantic
Requires-Dist: pydantic-settings
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# comet_mpm

Python SDK for [Comet Model Production Monitoring](https://www.comet.com/site/products/model-production-monitoring/)

## Installation

```shell
pip install comet_mpm
```

To use these command-line functions, you'll need to have your Comet
API key set in one of the following two ways.

1. Environment variables (see below)
2. Directly as an argument to `comet_mpm.API(api_key="...")`

```
export COMET_API_KEY="YOUR-COMET-API-KEY"
```
