Metadata-Version: 2.4
Name: napari-easytrack
Version: 0.1.3
Summary: Cell tracking with btrack presets and parameter optimization
Author-email: Tim Huygelen <tim.huygelen.20@ucl.ac.uk>, Pablo Vicente Munuera <p.munuera@ucl.ac.uk>, Yanlan Mao <y.mao@ucl.ac.uk>
License: Copyright (c), 2025, napari-easytrack developers All rights reserved.
        
        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.
Keywords: biology,cell,tracking,tissue
Classifier: Framework :: napari
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: magicgui
Requires-Dist: napari
Requires-Dist: numpy
Requires-Dist: btrack
Requires-Dist: qtpy
Requires-Dist: scipy
Requires-Dist: scikit-image
Requires-Dist: napari
Requires-Dist: magicgui
Requires-Dist: qtpy
Requires-Dist: btrack
Requires-Dist: optuna
Requires-Dist: joblib
Requires-Dist: traccuracy
Requires-Dist: numba==0.62.1
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pyqt5; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: tox; extra == "dev"
Provides-Extra: docs
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: pytz; extra == "docs"
Requires-Dist: sphinx-autobuild; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_autodoc_typehints; extra == "docs"
Requires-Dist: sphinxcontrib-video; extra == "docs"
Requires-Dist: types-pytz; extra == "docs"
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: tox; extra == "testing"
Requires-Dist: imagecodecs; extra == "testing"
Requires-Dist: coverage; extra == "testing"
Dynamic: license-file

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.18200898.svg)](https://doi.org/10.5281/zenodo.18200898)
[![Licence](https://img.shields.io/pypi/l/napari-easytrack.svg?color=green)](https://raw.githubusercontent.com/timsmsmsm/easytrack/main/LICENSE.md)
[![PyPI](https://img.shields.io/pypi/v/napari-easytrack.svg?color=green)](https://pypi.org/project/napari-easytrack)
[![Python Version](https://img.shields.io/pypi/pyversions/napari-easytrack.svg?color=green)](https://python.org)
[![Documentation](https://readthedocs.org/projects/napari-easytrack/badge/?version=latest)](https://napari-easytrack.readthedocs.io/en/latest/?badge=latest)
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-easytrack)](https://napari-hub.org/plugins/napari-easytrack)

# Welcome to easytrack!

easytrack is a napari plugin.

## Installation

Create a venv environment with Python 3.11 (recommended) or Python 3.10.

```sh
 python -m venv napari_easytrack-env
 ```

First, install [napari](https://napari.org/index.html#installation).

Then, install easytrack via pip:

```sh 
python -m pip install napari-easytrack
```

To install the latest development version of `EpiTools` clone this repository
and run

```sh
python -m pip install -e .
```

## Issues

If you encounter any problems, please
[file an issue](https://github.com/timsmsmsm/easytrack/issues) along with a
detailed description.
