Metadata-Version: 1.1
Name: staintools
Version: 0.1.1
Summary: A package for stain normalization, augmentation and more.
Home-page: https://github.com/Peter554/StainTools
Author: Peter Byfield
Author-email: byfield554@gmail.com
License: UNKNOWN
Description: StainTools
        ===========
        
        Tools for stain normalization and augmentation in Python (tested on 3.5). GitHub repository `here <https://github.com/Peter554/StainTools>`_.
        
        Latest build:
        
        .. image:: https://readthedocs.org/projects/staintools/badge/?version=latest
            :target: http://staintools.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://travis-ci.org/Peter554/StainTools.svg?branch=master
            :target: https://travis-ci.org/Peter554/StainTools
        
        
        Install
        ========
        
        ``pip install staintools``
        
        **NOTE:** StainTools requires the SPAMS (SPArse Modeling Software) package. Please find out about this `here <http://spams-devel.gforge.inria.fr>`__. This may be installed via conda. For example, see `here <https://github.com/conda-forge/python-spams-feedstock>`__.
        
        Example usage
        ===============
        
        Please see demo.ipynb `here <https://github.com/Peter554/StainTools/blob/master/demo.ipynb>`__.
        
        Docs
        =====
        
        Made with Sphinx and Read the Docs `here <http://staintools.readthedocs.io/en/stable/>`__.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
