Metadata-Version: 2.4
Name: QuantileFlow
Version: 0.0.3
Summary: This package provides API and functionality to efficiently compute quantiles for anomaly detection in service/system logs. Developed under LogFlow-AI initiative.
Home-page: https://github.com/LogFlow-AI/QuantileFlow
Author: Dhyey Mavani
License: Apache
Keywords: QuantileFlow
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pytest
Requires-Dist: coverage
Requires-Dist: scipy
Requires-Dist: matplotlib
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# QuantileFlow

> This package provides API and functionality to efficiently compute quantiles for anomaly detection in service/system logs. Developed under LogFlow-AI initiative.

[![Latest Version on PyPI](https://img.shields.io/pypi/v/QuantileFlow.svg)](https://pypi.python.org/pypi/QuantileFlow/)
![Build Status](https://github.com/LogFlow-AI/QuantileFlow/actions/workflows/test.yaml/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/QuantileFlow/badge/?version=latest)](https://QuantileFlow.readthedocs.io/en/latest/?badge=latest)
[![Built with PyPi Template](https://img.shields.io/badge/PyPi_Template-v0.8.0-blue.svg)](https://github.com/christophevg/pypi-template)


## Documentation

Visit [Read the Docs](https://QuantileFlow.readthedocs.org) for the full documentation, including overviews and several examples.


