Metadata-Version: 2.1
Name: napari-hippo
Version: 0.2.0
Summary: A fat and clumsy collection of hyperspectral tools
Author: Sam Thiele
Author-email: s.thiele@hzdr.de
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: napari
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: natsort
Requires-Dist: hylite
Requires-Dist: numpy
Requires-Dist: magicgui
Requires-Dist: qtpy
Provides-Extra: testing
Requires-Dist: tox ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'
Requires-Dist: pytest-qt ; extra == 'testing'
Requires-Dist: napari ; extra == 'testing'
Requires-Dist: hylite ; extra == 'testing'
Requires-Dist: pyqt5 ; extra == 'testing'

# napari-hippo


| <a href="https://github.com/samthiele/napari-hippo/wiki"><img src="https://github.com/samthiele/napari-hippo/blob/main/logo.png" height="32"/></a>| [![License MIT](https://img.shields.io/pypi/l/napari-hippo.svg?color=green)](https://github.com/samthiele/napari-hippo/blob/main/LICENSE) | [![PyPI](https://img.shields.io/pypi/v/napari-hippo.svg?color=green)](https://pypi.org/project/napari-hippo) | [![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-hippo)](https://napari-hub.org/plugins/napari-hippo)
| -------------------------- | ------------------------------- |--------------------|-------------------|

    
A large and slightly clumsy plugin for viewing and analysing hyperspectral data in Napari.

![Funky screenshot of the napari-hippo GUI](screenshot.png)


----------------------------------

## Installation

Follow [these instructions](https://napari.org/stable/tutorials/fundamentals/installation) to first install napari. Then you can install `napari-hippo` via [pip](https://pypi.org/project/napari-hippo):

    pip install napari-hippo

## Documentation

We are in the process of building a documentation wiki for this plugin [here](https://github.com/samthiele/napari-hippo/wiki).

## Contributing

Contributions are very welcome! Please feel free to submit pull requests or tell us about your ideas (or problems) on the [discussions](https://pypi.org/project/napari-hippo) page.

## License

Distributed under the terms of the [MIT](https://github.com/samthiele/napari-hippo/blob/main/LICENSE) license,
`napari-hippo` is free and open source software.

## Issues

If you encounter any problems, please [file an issue](https://github.com/samthiele/napari-hippo/issues/new/choose) along with a detailed description.

## Citation

A citation for `napari-hippo` will be announced shortly.
