Metadata-Version: 2.1
Name: particle_tracking_manager
Version: 0.2.0
Summary: Manager for particle tracking simulations.
Home-page: https://github.com/axiom-data-science/particle-tracking-manager
Author: axiom-data-science
Author-email: kristen@axds.co
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy
Requires-Dist: requests

particle-tracking-manager
==============================
[![Build Status](https://img.shields.io/github/actions/workflow/status/axiom-data-science/particle-tracking-manager/test.yaml?branch=main&logo=github&style=for-the-badge)](https://github.com/axiom-data-science/particle-tracking-manager/actions)
[![Code Coverage](https://img.shields.io/codecov/c/github/axiom-data-science/particle-tracking-manager.svg?style=for-the-badge)](https://codecov.io/gh/axiom-data-science/particle-tracking-manager)
[![License:MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
[![Documentation Status](https://img.shields.io/readthedocs/particle-tracking-manager/latest.svg?style=for-the-badge)](https://particle-tracking-manager.readthedocs.io/en/latest/?badge=latest)
[![Code Style Status](https://img.shields.io/github/actions/workflow/status/axiom-data-science/particle-tracking-manager/pre-commit.yml?branch-main&label=Code%20Style&style=for-the-badge)](https://github.com/axiom-data-science/particle-tracking-manager/actions)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/particle-tracking-manager.svg?style=for-the-badge)](https://anaconda.org/conda-forge/particle-tracking-manager)
[![Python Package Index](https://img.shields.io/pypi/v/particle-tracking-manager.svg?style=for-the-badge)](https://pypi.org/project/particle-tracking-manager)


Manager for particle tracking simulations.

--------

<p><small>Project based on the <a target="_blank" href="https://github.com/jbusecke/cookiecutter-science-project">cookiecutter science project template</a>.</small></p>


To install packages to run pre-commit:

    mamba install --file requirements-dev.txt
