Metadata-Version: 2.1
Name: ztrack
Version: 0.4.1
Summary: 
Home-page: https://github.com/kclamar/ztrack
License: MIT
Author: Ka Chung Lam
Author-email: kclamar@connect.ust.hk
Requires-Python: >=3.8,<4.0
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dev
Requires-Dist: PyQt5 (>=5.15.4,<6.0.0)
Requires-Dist: PyQt5-stubs; extra == "dev"
Requires-Dist: bump2version; extra == "dev"
Requires-Dist: click (>=8.0.1,<9.0.0)
Requires-Dist: decord (>=0.6.0,<0.7.0)
Requires-Dist: matplotlib (>=3.4.2,<4.0.0)
Requires-Dist: opencv-python (>=4.5.2,<5.0.0)
Requires-Dist: pandas (>=1.3.0,<2.0.0)
Requires-Dist: pandas-stubs; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pyqtgraph (>=0.12.2,<0.13.0)
Requires-Dist: qtmodern (>=0.2.0,<0.3.0)
Requires-Dist: scikit-image (>=0.18.2,<0.19.0)
Requires-Dist: tables (>=3.6.1,<4.0.0)
Requires-Dist: tqdm (>=4.61.2,<5.0.0)
Project-URL: Repository, https://github.com/kclamar/ztrack
Description-Content-Type: text/markdown

[![PyPI version](https://badge.fury.io/py/ztrack.svg)](https://pypi.python.org/pypi/ztrack)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/ztrack.svg)](https://pypi.python.org/pypi/ztrack)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
# ztrack

Toolbox for zebrafish pose estimation.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install ztrack.

```bash
pip install ztrack
```

