Metadata-Version: 2.4
Name: trypanalyzer
Version: 0.1.2
Summary: A package for analyzing trypanosome motion and structure
Home-page: https://github.com/Abissmo/trypanalyzer
Author: Julian Peters
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: h5py
Requires-Dist: scikit-learn
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Trypanalyzer

A Python package for analyzing trypanosome motion, structure, and trajectory data.

## Overview

Trypanalyzer is designed to help researchers process and analyze data related to trypanosome organisms. The package provides tools for handling coordinate data, processing cross-sectional information, analyzing trajectories, and exporting data for visualization.

## Installation

```bash
pip install trypanalyzer
