Metadata-Version: 2.3
Name: careamics-stubs
Version: 0.0.1
Summary: Toolbox for running N2V and friends.
Project-URL: homepage, https://careamics.github.io/
Project-URL: repository, https://github.com/CAREamics/careamics
Author-email: CAREamics team <rse@fht.org>, Ashesh <ashesh.ashesh@fht.org>, Federico Carrara <federico.carrara@fht.org>, Melisande Croft <melisande.croft@fht.org>, Joran Deschamps <joran.deschamps@fht.org>, Vera Galinova <vera.galinova@fht.org>, Igor Zubarev <igor.zubarev@fht.org>
License: BSD-3-Clause
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
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: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: bioimageio-core>=0.6.9
Requires-Dist: careamics
Requires-Dist: numpy<2.0.0
Requires-Dist: psutil
Requires-Dist: pydantic<2.9,>=2.5
Requires-Dist: pytorch-lightning>=2.2.0
Requires-Dist: pyyaml
Requires-Dist: scikit-image<=0.23.2
Requires-Dist: tifffile
Requires-Dist: torch>=2.0.0
Requires-Dist: torchvision
Requires-Dist: typer==0.12.3
Requires-Dist: zarr<3.0.0
Description-Content-Type: text/markdown

<p align="center">
  <a href="https://careamics.github.io/">
    <img src="https://raw.githubusercontent.com/CAREamics/.github/main/profile/images/banner_careamics.png">
  </a>
</p>

# CAREamics-stubs

[![License](https://img.shields.io/pypi/l/careamics.svg?color=green)](https://github.com/CAREamics/careamics/blob/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/careamics.svg?color=green)](https://pypi.org/project/careamics)
[![Python Version](https://img.shields.io/pypi/pyversions/careamics.svg?color=green)](https://python.org)
[![CI](https://github.com/CAREamics/careamics/actions/workflows/ci.yml/badge.svg)](https://github.com/CAREamics/careamics/actions/workflows/ci.yml)


CAREamics is a PyTorch library aimed at simplifying the use of Noise2Void and its many
variants and cousins (CARE, Noise2Noise, N2V2, P(P)N2V, HDN, muSplit etc.).


## Update stubs

```
stubgen /path/to/careamics/repo/src -o /path/to/careamics-stubs/
```