Metadata-Version: 2.1
Name: raymon
Version: 0.0.30
Summary: Python package for data logging and monitoring.
Home-page: https://raymon.ai
Author: Raymon.ai
Author-email: hello@raymon.ai
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyyaml
Requires-Dist: msgpack (==1.0.0)
Requires-Dist: pendulum
Requires-Dist: click
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: Pillow
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: imagehash
Requires-Dist: sklearn

# Raymon Logging Library
![Build](https://github.com/raymon-ai/raymon/workflows/test-build-deploy/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/raymon/badge/?version=latest)](https://docs.raymon.ai/en/latest/?badge=latest)
![Coverage](https://raw.githubusercontent.com/raymon-ai/raymon/master/coverage.svg)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
<a href="https://github.com/raymon-ai/raymon/blob/master/LICENSE.md"><img alt="License" src="https://img.shields.io/github/license/raymon-ai/raymon"></a>
<a href="https://pypi.org/project/raymon/"><img alt="PyPI" src="https://img.shields.io/pypi/v/raymon"></a>

## What?
[Raymon.ai](http://raymon.ai) is an observability platform tailored for ML systems. It helps you monitor data quality and model performance, it alerts you when something is wrong and provides you with troubleshooting tooling for complex systems. This repository contains the open source logging and data profiling library required to interact with the backend. 

## How?
TODO

