Metadata-Version: 2.1
Name: trackpy
Version: 0.6.4
Summary: particle-tracking toolkit
Home-page: https://github.com/soft-matter/trackpy
Author: Trackpy Contributors
Author-email: daniel.b.allan@gmail.com
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.18
Requires-Dist: scipy>=1.4
Requires-Dist: pandas>=1
Requires-Dist: pyyaml
Requires-Dist: matplotlib
Requires-Dist: looseversion>=1.0.1
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

trackpy
=======

[![Build status](https://github.com/soft-matter/trackpy/workflows/Pip/badge.svg)](https://github.com/soft-matter/trackpy/actions/)
[![Build status](https://github.com/soft-matter/trackpy/workflows/Conda/badge.svg)](https://github.com/soft-matter/trackpy/actions/)
[![DOI](https://zenodo.org/badge/4744355.svg)](https://zenodo.org/badge/latestdoi/4744355)

What is it?
-----------

**trackpy** is a Python package for particle tracking in 2D, 3D, and higher dimensions.
[**Read the walkthrough**](http://soft-matter.github.io/trackpy/dev/tutorial/walkthrough.html) to skim or study an example project from start to finish.

Documentation
-------------

[**Read the documentation**](http://soft-matter.github.io/trackpy/) for

- an introduction
- tutorials on the basics, 3D tracking, and much, much more
- easy [installation instructions](http://soft-matter.github.io/trackpy/dev/installation.html)
- the reference guide

If you use trackpy for published research, please
[cite the release](http://soft-matter.github.io/trackpy/dev/introduction.html#citing-trackpy)
both to credit the contributors, and to direct your readers to the exact
version of trackpy they could use to reproduce your results.
