Metadata-Version: 2.1
Name: viewmask
Version: 0.1.15
Summary: A Python package and CLI to view XML annotations and NumPy masks.
Home-page: https://github.com/sumanthratna/viewmask
License: MIT
Author: sumanthratna
Author-email: sumanthratna@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: dask-image (>=0.3.0,<0.4.0)
Requires-Dist: napari[pyside2] (>=0.3.4,<0.4.0)
Requires-Dist: numpy (>=1.18.4,<2.0.0)
Requires-Dist: opencv-python-headless (>=4.2.0,<5.0.0)
Requires-Dist: openslide-python (>=1.1.1,<2.0.0)
Requires-Dist: pillow-simd (>=7.0.0.post3,<8.0.0)
Requires-Dist: scikit-image (>=0.17.2,<0.18.0)
Requires-Dist: toolz (>=0.10.0,<0.11.0)
Project-URL: Documentation, https://viewmask.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/sumanthratna/viewmask
Description-Content-Type: text/x-rst

viewmask
========
A Python package and CLI to view XML annotations and NumPy masks.

|PyPI version fury.io|
|PyPI downloads|
|HitCount|
|Documentation Status|
|Travis build|
|PyPI license|

.. |PyPI version fury.io| image:: https://badge.fury.io/py/viewmask.svg
   :target: https://pypi.python.org/pypi/viewmask/

.. |PyPI downloads| image:: https://img.shields.io/pypi/dm/viewmask
   :target: https://pypistats.org/packages/viewmask

.. |HitCount| image:: https://hits.dwyl.com/sumanthratna/viewmask.svg
   :target: https://hits.dwyl.com/sumanthratna/viewmask

.. |Documentation Status| image:: https://readthedocs.org/projects/viewmask/badge/?version=latest
   :target: https://viewmask.readthedocs.io/?badge=latest

.. |Travis build| image:: https://travis-ci.com/sumanthratna/viewmask.svg?branch=master
   :target: https://travis-ci.com/sumanthratna/viewmask

.. |PyPI license| image:: https://img.shields.io/pypi/l/viewmask.svg
   :target: https://pypi.python.org/pypi/viewmask/

Installation
============

pip
------------
::

 python3 -m pip install --upgrade pip
 python3 -m pip install viewmask

or:
::

 python3 -m pip install --upgrade pip
 python3 -m pip install git+git://github.com/sumanthratna/viewmask.git#egg=viewmask

Poetry
------------
::

 poetry run python -m pip install --upgrade pip
 poetry add viewmask

or:
::

 poetry run python -m pip install --upgrade pip
 poetry add git+https://github.com/sumanthratna/viewmask.git

