Metadata-Version: 2.1
Name: etformat
Version: 1.0.5
Summary: A Python package for eye-tracking data processing
Home-page: https://github.com/yourusername/etformat
Author: Mohammad Ahsan Khodami
Author-email: ahsan.khodami@gmail.com
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: pandas
Requires-Dist: matplotlib

# etformat - Eye-Tracking Data Processing

etformat is a Python package designed to simplify the extraction, conversion, and analysis of eye-tracking data from EDF files. It provides tools for exporting data, analyzing fixations and saccades, validating calibration, and visualizing gaze movements. Whether you're conducting research in psychology, neuroscience, or usability testing, etformat makes handling eye-tracking data efficient and accessible.

For detailed usage instructions and API reference, visit the **full documentation** here:  
📖 **[etformat Documentation](https://ahsankhodami.github.io/etformat/)**  
