Metadata-Version: 2.1
Name: sociophysicsDataHandler
Version: 1.3.1
Summary: Data retriever package for the Sociophysics course at TU/Eindhoven.
Home-page: https://github.com/acorbe/sociophysicsDataHandler/archive/refs/tags/v1.3.1.tar.gz
Author: Alessandro Corbetta; Cas Pouw; Joris Willems
Author-email: a.corbetta@tue.nl
License: new BSD
Description-Content-Type: text/markdown
License-File: LICENSE

# SociophysicsDataHandler

Pedestrian dynamics data retriever for the Sociophysics courses at Eindhoven University of Technology.  

[![PyPI](https://img.shields.io/pypi/v/sociophysicsDataHandler)](https://pypi.org/project/sociophysicsDataHandler/)

Authors: Alessandro Corbetta, Cas Pouw, Joris Willems  
mail: a.corbetta@tue.nl  
course webpage: [link](https://osiris.tue.nl/osiris_student_tueprd/OnderwijsCatalogusSelect.do?selectie=cursus&collegejaar=2020&cursus=3QEUS0)


### Installation via pip
```bash
pip install sociophysicsDataHandler

```


### Installation from source
```bash

git clone https://github.com/acorbe/sociophysicsDataHandler.git
pip install -e sociophysicsDataHandler/

```
