Metadata-Version: 2.4
Name: napari-unet
Version: 1.0.0
Summary: A Napari plugin allowing to train and run inference of a UNet model.
Author: Clément H. BENEDETTI
Author-email: clement.benedetti@mri.cnrs.fr
License: MIT License
        
        Copyright (c) 2025 CNRS
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in
        all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
        THE SOFTWARE.
        
Project-URL: Bug Tracker, https://github.com/MontpellierRessourcesImagerie/napari-unet/issues
Project-URL: Documentation, https://github.com/MontpellierRessourcesImagerie/napari-unet#README.md
Project-URL: Source Code, https://github.com/MontpellierRessourcesImagerie/napari-unet
Project-URL: User Support, https://github.com/MontpellierRessourcesImagerie/napari-unet/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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: pint
Requires-Dist: tifffile
Requires-Dist: tensorflow==2.19
Requires-Dist: skan
Requires-Dist: matplotlib
Requires-Dist: opencv-python-headless
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: pyqt5; extra == "testing"
Requires-Dist: numpy; extra == "testing"
Requires-Dist: qtpy; extra == "testing"
Requires-Dist: sphinx_rtd_theme; extra == "testing"
Requires-Dist: myst_parser; extra == "testing"
Requires-Dist: sphinx_tabs; extra == "testing"
Provides-Extra: and-napari
Requires-Dist: napari[all]; extra == "and-napari"
Dynamic: license-file

# Napari UNet
