Metadata-Version: 2.1
Name: graph-trackintel
Version: 0.0.3
Summary: Tools for creating, processing and analyzing location graphs
Home-page: https://github.com/mie-lab/graph-trackintel
Author: MIE Lab
Author-email: nwiedemann@ethz.ch
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# graph-trackintel
Tools for building and preprocessing location graphs

## Installation:


This repo can then be installed in editable mode. In an activated virtual environment, cd into this folder and run
```
pip install -e .
```
This will execute the `setup.py` file and install required dependencies.

