Metadata-Version: 2.1
Name: aat-downloader
Version: 0.0.1
Summary: A downloader for mobile aat data.
Home-page: https://github.com/hgzech/aat_downloader/tree/master/
Author: Hilmar Zech
Author-email: hgzech@gmail.com
License: Apache Software License 2.0
Keywords: mobile aat download downloader
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# AAT Downloader
> A package that helps download mobile AAT data.


## Install

`pip install aat_downloader`

## How to use

Fill me in please! Don't forget code examples:

```python
from aat_downloader.downloader import Downloader
# Initiate downloader with path to google services file (downloaded from Firebase)
downloader = Downloader("data/external/google-services.json")

# Specify experiment name and storage folder and download data
downloader.download("eeg", "data/raw")
```


