Metadata-Version: 2.1
Name: hsi_moss
Version: 0.0.4
Summary: Hyperspectral image processing pipeline for moss sample images
Project-URL: Homepage, https://github.com/arenglish/hsi-moss
Author-email: Austin Ryan English <austinenglish4@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: tifffile
Description-Content-Type: text/markdown

# Hyperspectral Image Analysis for Moss Samples

This is an in-progress pipeline for processing hyperspectral images of moss samples.

```
python -m build
python -m twine upload --repository hsi_moss dist/*
```