Metadata-Version: 2.1
Name: test2ref
Version: 1.1.0
Summary: Testing Against Learned Reference Data
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Project-URL: Homepage, https://github.com/nbiotcloud/test2ref
Project-URL: Documentation, https://test2ref.readthedocs.io/en/stable/
Project-URL: Bug Tracker, https://github.com/nbiotcloud/test2ref/issues
Requires-Python: <4.0,>=3.10.0
Requires-Dist: binaryornot>=0.4.4
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=stable)](https://test2ref.readthedocs.io/en/stable/?badge=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)

# Testing Against Learned Reference Data

* [Documentation](https://test2ref.readthedocs.io/en/stable/)
* [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
```
