Metadata-Version: 2.1
Name: datarisk-mlops-codex
Version: 2.2.7
Summary: Python tools for interact with Datarisk MLOps platform
Home-page: https://datarisk-io.github.io/mlops_codex/
Download-URL: https://github.com/datarisk-io/mlops_codex/archive/refs/tags/v2.2.7.tar.gz
Author: Datarisk
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# MLOps Codex

For the brazilian portuguese README, click [here :brazil:](./README.pt-br.md).

## About

Package for interacting with MLOps, a tool for deploying ML models.

## Getting started

### Install

```
  pip install datarisk-mlops-codex
```

### How to use

Check the [documentation](https://datarisk-io.github.io/mlops_codex) page for more information.

There's also some [example](https://github.com/datarisk-io/mlops_codex/tree/master/notebooks) notebooks.

### For developers

Install pipenv

```
  pip install pipenv
```

Install the package enviroment

```
  pipenv update --dev
  pipenv shell
```
