Metadata-Version: 1.2
Name: MILWRM
Version: 0.0.1
Summary: Multiplex Image Labeling With Regional Morphology
Home-page: https://github.com/codyheiser/MILWRM
Author: Cody Heiser
Author-email: cody.n.heiser@vanderbilt.edu
License: UNKNOWN
Description: |milwrm_logo|
        
        Multiplex Image Labeling With Regional Morphology
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        |Latest Version|
        
        Consensus tissue region identification from multiplex molecular image data for digital pathology
        
        Install from PyPI:
        ^^^^^^^^^^^^^^^^^^
        .. code:: bash
        
           pip install MILWRM
        
        Or compile from source:
        ^^^^^^^^^^^^^^^^^^^^^^^
        .. code:: bash
        
           git clone https://github.com/codyheiser/MILWRM.git
           cd MILWRM
           python setup.py install
        
        See the |tutorials|_ directory for Jupyter notebooks detailing usage of `MILWRM`
        
        Full documentation is available at |codyheiser.github.io/MILWRM|_
        
        .. |milwrm_logo| image:: https://github.com/codyheiser/MILWRM/blob/main/docs/milwrm_logo.jpg
        
        .. |Latest Version| image:: https://img.shields.io/pypi/v/MILWRM
           :target: https://pypi.python.org/pypi/MILWRM/
        
        .. |tutorials| replace:: ``tutorials``
        .. _tutorials: tutorials
        
        .. |codyheiser.github.io/MILWRM| replace:: ``codyheiser.github.io/MILWRM``
        .. _codyheiser.github.io/MILWRM: https://codyheiser.github.io/MILWRM/
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
