Metadata-Version: 2.1
Name: pyCompare
Version: 1.3.2
Summary: Bland-Altman plots for Python
Home-page: https://github.com/jaketmp/pyCompare
Author: Jake TM Pearce
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Dist: numpy (>=1.14.2)
Requires-Dist: scipy (>=1.0.1)
Requires-Dist: matplotlib (>=2.2.2)

.. image:: https://travis-ci.org/jaketmp/pyCompare.svg?branch=master
   :target: https://travis-ci.org/jaketmp/pyCompare
   :alt: Travis CI build status

.. image:: https://codecov.io/gh/jaketmp/pyCompare/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/jaketmp/pyCompare
   :alt: Test coverage

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1238915.svg
   :target: https://doi.org/10.5281/zenodo.1238915
   :alt: Zenodo DOI

A Python module for generating `Bland-Altman <https://en.wikipedia.org/wiki/Bland–Altman_plot>`_ plots to compare two sets of measurements.

For documentation see the `project page <https://github.com/jaketmp/pyCompare>`_ on GitHub.


