Metadata-Version: 2.1
Name: test2ref
Version: 0.2.0
Summary: Testing Against Learned Reference Data
License: MIT
Requires-Python: >=3.8.2,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: binaryornot (>=0.4.4,<0.5.0)
Description-Content-Type: text/markdown

[![PyPI Version](https://badge.fury.io/py/test2ref.svg)](https://badge.fury.io/py/test2ref)
[![Python Build](https://github.com/nbiotcloud/test2ref/actions/workflows/main.yml/badge.svg)](https://github.com/nbiotcloud/test2ref/actions/workflows/main.yml)
[![Documentation](https://readthedocs.org/projects/test2ref/badge/?version=latest)](https://test2ref.readthedocs.io/en/stable)
[![Coverage Status](https://coveralls.io/repos/github/nbiotcloud/test2ref/badge.svg?branch=main)](https://coveralls.io/github/nbiotcloud/test2ref?branch=main)
[![python-versions](https://img.shields.io/pypi/pyversions/test2ref.svg)](https://pypi.python.org/pypi/test2ref)
[![pylint](https://img.shields.io/badge/linter-pylint-%231674b1?style=flat)](https://www.pylint.org/)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# Testing Against Learned Reference Data

* [Documentation](https://test2ref.readthedocs.io/en/latest/)
* [PyPI](https://pypi.org/project/test2ref/)
* [Sources](https://github.com/nbiotcloud/test2ref)
* [Issues](https://github.com/nbiotcloud/test2ref/issues)

## Installation

Installing it is pretty easy:

```bash
pip install test2ref
```

