Metadata-Version: 2.4
Name: torch-find-peaks
Version: 0.5.2rc1
Summary: Peak finding and fitting using torch
Project-URL: homepage, https://github.com/teamtomo/teamtomo
Project-URL: repository, https://github.com/teamtomo/teamtomo
Author-email: Johannes Elferich <jojotux123@hotmail.com>
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: pandas>=2.2.3
Requires-Dist: torch-grid-utils>=0.0.1
Requires-Dist: torch-subpixel-crop>=0.0.3
Requires-Dist: torch>=2.6.0
Description-Content-Type: text/markdown

# torch-find-peaks

[![License](https://img.shields.io/pypi/l/torch-find-peaks.svg?color=green)](https://github.com/jojoelfe/torch-find-peaks/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/torch-find-peaks.svg?color=green)](https://pypi.org/project/torch-find-peaks)
[![Python Version](https://img.shields.io/pypi/pyversions/torch-find-peaks.svg?color=green)](https://python.org)
[![CI](https://github.com/jojoelfe/torch-find-peaks/actions/workflows/ci.yml/badge.svg)](https://github.com/jojoelfe/torch-find-peaks/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/jojoelfe/torch-find-peaks/branch/main/graph/badge.svg)](https://codecov.io/gh/jojoelfe/torch-find-peaks)

Peak finding and fitting using torch
