Metadata-Version: 2.4
Name: motile-tracker
Version: 4.1.1
Summary: Application for interactive tracking with global optimization
Author-email: Caroline Malin-Mayor <malinmayorc@janelia.hhmi.org>
License: BSD 3-Clause License
Project-URL: Bug Tracker, https://github.com/funkelab/motile_tracker/issues
Project-URL: Documentation, https://funkelab.github.io/motile_tracker/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: napari
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD 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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: napari<1,>=0.5
Requires-Dist: funtracks<2,>=1.4.0
Requires-Dist: appdirs<2,>=1
Requires-Dist: numpy<3,>=2
Requires-Dist: magicgui>=0.10.1
Requires-Dist: qtpy<3,>=2.4
Requires-Dist: scikit-image>=0.25
Requires-Dist: motile>=0.3
Requires-Dist: motile_toolbox==0.4.0
Requires-Dist: pydantic<3,>=2
Requires-Dist: tifffile[all]>=2025.1.10
Requires-Dist: tqdm<5,>=4
Requires-Dist: dask[array]>=2021.10.0
Requires-Dist: fonticon-fontawesome6<7,>=6
Requires-Dist: pyqtgraph<1,>=0.13
Requires-Dist: napari-orthogonal-views==0.0.6
Requires-Dist: lxml_html_clean<1,>=0.4
Requires-Dist: zarr<4,>=2.10
Provides-Extra: all
Requires-Dist: pyqt6<7,>=6.5; extra == "all"
Dynamic: license-file

# Motile Tracker

[![tests](https://github.com/funkelab/motile_tracker/workflows/tests/badge.svg)](https://github.com/funkelab/motile_tracker/actions)
[![codecov](https://codecov.io/gh/funkelab/motile_tracker/branch/main/graph/badge.svg)](https://codecov.io/gh/funkelab/motile_tracker)

The full documentation of the plugin can be found [here](https://funkelab.github.io/motile_tracker/).

An application for interactive tracking with [motile](https://github.com/funkelab/motile)
Motile is a library that makes it easy to solve tracking problems using optimization
by framing the task as an Integer Linear Program (ILP).
See the motile [documentation](https://funkelab.github.io/motile)
for more details on the concepts and method.

----------------------------------

## Installation

Users can download and install an executable application from the github release, or
install from `pypi` in the environment of their choice (e.g. `venv`, `conda`) with the command
`pip install motile-tracker`.
Currently, the motile_tracker requires python >=3.10.

Developers can clone the GitHub repository and then  use `uv` to install and run the code.
See the developer guide in `DEVELOPER.md` for more information.

## Running Motile Tracker

Start the executable application, or run `motile_tracker` from the command line.

## Package the application into an executable and create the installer

Tagging any branch will automatically trigger the deploy.yml workflow,
which pushes the tagged version to PyPi and creates a github release; draft release if the tag contains "-dev", pre-release if the tag contains "-rc' or a full release otherwise. In case of a draft or pre release, when the user updates the release notes and promotes it to a published release, github will trigger `make_bundle_app.yml` workflow which will create the Linux, Mac and Windows installer and will upload them as release artifacts to github.

## Issues

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