Metadata-Version: 2.0
Name: trackpy
Version: 0.3.3
Summary: particle-tracking toolkit
Home-page: https://github.com/soft-matter/trackpy
Author: Trackpy Contributors
Author-email: daniel.b.allan@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: matplotlib
Requires-Dist: numpy (>=1.7)
Requires-Dist: pandas (>=0.13)
Requires-Dist: pims (>=0.3.3)
Requires-Dist: pyyaml
Requires-Dist: scipy (>=0.12)
Requires-Dist: six (>=1.8)

trackpy
=======

[![build status](https://travis-ci.org/soft-matter/trackpy.png?branch=master)](https://travis-ci.org/soft-matter/trackpy) [![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.60550.svg)](http://dx.doi.org/10.5281/zenodo.60550)

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
- 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.


