Metadata-Version: 2.3
Name: pydre
Version: 24.0.1
Summary: Driving simulation data processing engine
Project-URL: Documentation, https://osudsl.github.io/pydre/
Project-URL: Repository, https://github.com/OSUDSL/pydre
Author-email: Thomas Kerwin <kerwin.6@osu.edu>
License-File: LICENSE
Keywords: driving simulation
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.12
Requires-Dist: icecream
Requires-Dist: loguru
Requires-Dist: numpy
Requires-Dist: polars
Requires-Dist: scipy
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# Pydre Overview

Pydre is a software package designed to analyze driving data taken from driving simulation research studies. Specifically, it was built around the data file format generated by [SimObserver](https://www.faac.com/realtime-technologies/products/simobserver-pro/), which is software sold by Realtime Technologies for recording data from their SimCreator simulation system.

# Documentation

Full documentation can be found on [GitHub pages](https://osudsl.github.io/pydre/)

# Credits

Pydre was developed by The Ohio State University [Driving Simulation Lab](https://drivesim.osu.edu/).

