Metadata-Version: 2.1
Name: mdml-client
Version: 1.2.1
Summary: Client to connect to the MDML
Home-page: https://github.com/anl-mdml/MDML_Client
Author: Jakob Elias
Author-email: jelias@anl.gov
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: boto3
Requires-Dist: confluent-kafka

# MDML Client
[![Documentation Status](https://readthedocs.org/projects/mdml-client/badge/?version=latest)](https://mdml-client.readthedocs.io/en/latest/?badge=latest)

Create a client to easily access the features of the Manufacturing Data & Machine Learning Layer (MDML).

## Installation
```bash
    pip install mdml_client
```

## Basic Usage

There is a Jupyter Notebook within the tutorial folder that demonstrates basic usage of the MDML client. There are two main components to the client: a producer class and a consumer class.



