Metadata-Version: 2.1
Name: napari-tomocube-data-viewer
Version: 2024.2
Summary: "A plugin to visualize three-dimensional data from Tomocube's microscopy"
Home-page: https://github.com/ehgus/napari-tomocube-data-viewer
Author: Dohyeon Lee
Author-email: dleh428@kaist.ac.kr
License: MIT
Project-URL: Bug Tracker, https://github.com/ehgus/napari-tomocube-data-viewer/issues
Project-URL: Documentation, https://github.com/ehgus/napari-tomocube-data-viewer #README.md
Project-URL: Source Code, https://github.com/ehgus/napari-tomocube-data-viewer
Project-URL: User Support, https://github.com/ehgus/napari-tomocube-data-viewer/issues
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: numpy
Requires-Dist: TCFile
Provides-Extra: testing
Requires-Dist: tox; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"

# napari-tomocube-data-viewer

[![License MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/ehgus/napari-tomocube-data-viewer/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-tomocube-data-viewer.svg?color=green)](https://pypi.org/project/napari-tomocube-data-viewer)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-tomocube-data-viewer)](https://napari-hub.org/plugins/napari-tomocube-data-viewer)

A plugin to visualize three-dimensional data from [Tomocube](https://www.tomocube.com/)'s holotomography

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

This [napari] plugin was generated with [Cookiecutter] using [@napari]'s [cookiecutter-napari-plugin] template.

<!--
Don't miss the full getting started guide to set up your new package:
https://github.com/napari/cookiecutter-napari-plugin#getting-started

and review the napari docs for plugin developers:
https://napari.org/stable/plugins/index.html
-->

## Installation

You can install `napari-tomocube-data-viewer` via [pip] or [conda]:

    pip install napari-tomocube-data-viewer
    conda install napari-tomocube-data-viewer

## Contributing

Contributions are very welcome. Tests can be run with [tox], please ensure
the coverage at least stays the same before you submit a pull request.

## License

Distributed under the terms of the [MIT] license,
"napari-tomocube-data-viewer" is free and open source software

## Issues

If you encounter any problems, please [file an issue] along with a detailed description.

[napari]: https://github.com/napari/napari
[Cookiecutter]: https://github.com/audreyr/cookiecutter
[@napari]: https://github.com/napari
[MIT]: http://opensource.org/licenses/MIT
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[conda]: https://docs.anaconda.com/free/miniconda/index.html
[file an issue]: https://github.com/ehgus/napari-tomocube-data-viewer/issues
