Metadata-Version: 2.1
Name: autogaita
Version: 1.1.1
Summary: Automatic Gait Analysis in Python. A toolbox to streamline and standardise the analysis of kinematics across species after ML-based body posture tracking. Despite being optimised for gait analyses, AutoGaitA has the potential to be used for any kind of kinematic analysis.
Home-page: https://github.com/mahan-hosseini/AutoGaitA/
Author: Mahan Hosseini
License: GPLv3
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: customtkinter>=5.2
Requires-Dist: pandas>=2.0
Requires-Dist: numpy>=1.24
Requires-Dist: seaborn>=0.13
Requires-Dist: matplotlib>=3.7
Requires-Dist: scikit-learn>=1.2
Requires-Dist: pingouin>=0.5
Requires-Dist: scipy>=1.11
Requires-Dist: ffmpeg-python>=0.2
Requires-Dist: openpyxl>=3.1
Requires-Dist: pillow>=10.3
Requires-Dist: h5py>=3.11
Requires-Dist: pyobjc
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: hypothesis; extra == "dev"
