Metadata-Version: 2.1
Name: napari-tomotwin
Version: 0.1.1
Summary: Several tools for the work with TomoTwin
Home-page: https://github.com/MPI-Dortmund/napari-tomotwin
Author: Thorsten Wagner
Author-email: twa1@posteo.de
License: MPL-2.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: napari
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
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.10
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# napari-tomotwin

[![License Mozilla Public License 2.0](https://img.shields.io/pypi/l/napari-tomotwin.svg?color=green)](https://github.com/MPI-Dortmund/napari-tomotwin/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/napari-tomotwin.svg?color=green)](https://pypi.org/project/napari-tomotwin)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-tomotwin.svg?color=green)](https://python.org)

Several tools for the work with TomoTwin :-)


## Installation

You can install `napari-tomotwin` via [pip]:

    pip install napari-tomotwin


## License

Distributed under the terms of the [Mozilla Public License 2.0] license,
"napari-tomotwin" 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
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
[GNU GPL v3.0]: http://www.gnu.org/licenses/gpl-3.0.txt
[GNU LGPL v3.0]: http://www.gnu.org/licenses/lgpl-3.0.txt
[Apache Software License 2.0]: http://www.apache.org/licenses/LICENSE-2.0
[Mozilla Public License 2.0]: https://www.mozilla.org/media/MPL/2.0/index.txt
[cookiecutter-napari-plugin]: https://github.com/napari/cookiecutter-napari-plugin

[napari]: https://github.com/napari/napari
[tox]: https://tox.readthedocs.io/en/latest/
[pip]: https://pypi.org/project/pip/
[PyPI]: https://pypi.org/
