Metadata-Version: 2.1
Name: histographer-analysis
Version: 0.2.2
Summary: Analysis tools for Histographer.
Home-page: https://github.com/histographer/histographer-analysis
Author: Histographer Team
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: opencv-python
Requires-Dist: cytomine-python-client
Requires-Dist: scikit-image
Requires-Dist: PyYAML

# Histographer Analysis
Package for image analysis as used in [Histographer's](https://github.com/histographer) packages.

## Requirements
`histographer-analysis` is confirmed to work with Python >= 3.6.

## Installation
The package can be installed using `pip`.
```sh
python -m pip install histographer-analysis
```


