File: README.md

package info (click to toggle)
python-test2ref 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 336 kB
  • sloc: python: 490; makefile: 51
file content (20 lines) | stat: -rw-r--r-- 1,009 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[![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
```