Metadata-Version: 2.4
Name: funtracks
Version: 1.6.0
Summary: Cell tracking data model
Author-email: Caroline Malin-Mayor <malinmayorc@janelia.hhmi.org>
License: BSD 3-Clause License
Project-URL: Bug Tracker, https://github.com/funkelab/funtracks/issues
Project-URL: Documentation, https://funkelab.github.io/funtracks/
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
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: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Image Processing
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<3,>=2
Requires-Dist: pydantic<3,>=2
Requires-Dist: networkx<4,>=3.4
Requires-Dist: psygnal>=0.14
Requires-Dist: scikit-image>=0.25
Requires-Dist: geff<2,>=1.1.3
Requires-Dist: dask>=2025.5.0
Requires-Dist: pandas>=2.3.3
Requires-Dist: zarr<4,>=2.18
Requires-Dist: numcodecs<0.16,>=0.13
Dynamic: license-file

<p align="center">
  <img src="docs/assets/logo.svg" alt="Funtracks Logo" width="128" height="128">
</p>

# Funtracks
A data model for cell tracking with actions, undo history, persistence, and more!

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

The full documentation can be found [here](https://funkelab.github.io/funtracks/).

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

## Installation

`pip install funtracks`

Alternatively, you can use `uv` to install and run `funtracks` code.

## Issues

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