A downloader for mobile aat data.
Project description
AAT Downloader
A package that helps download mobile AAT data.
Install
pip install aat_downloader
How to use
To use this package, first download the google-services.json file from the settings of your Firebase realtime database.
Downloading data
To download data run the lines below (replace "experiment" with the experiment you want to delete).
from aat_downloader.downloader import Downloader
# Initiate downloader with path to google services file (downloaded from Firebase)
downloader = Downloader("data/external/google-services.json")
The autoreload extension is already loaded. To reload it, use:
%reload_ext autoreload
# Specify experiment name and storage folder and download data
downloader.download("experiment", "data/raw")
Deleting data
To delete data run the following function (replace "experiment" with the experiment you want to delete).
downloader.delete_participants("experiment")
Warning: Are you sure you want to delete participants of experiment: fooddemo?
y
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aat_downloader-0.0.4.tar.gz
(10.3 kB
view details)
Built Distribution
File details
Details for the file aat_downloader-0.0.4.tar.gz
.
File metadata
- Download URL: aat_downloader-0.0.4.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b5a84c92724de8c23a71b77b44c0f984e109b6d4ea817447f0a652eb6318ada |
|
MD5 | 9c66b90c01afb1acf857ea4dff7ae484 |
|
BLAKE2b-256 | 690431adecf018371752c5719f1534fcf0e5e0e34c86e403581dc0920dcaa5dc |
File details
Details for the file aat_downloader-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: aat_downloader-0.0.4-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c56ff1e104a5ead3d4736d3e3412bf39080584f987dfee1d0566e5f0b37dbcb |
|
MD5 | 0a89f3e4bbd1abd505c2d61528743e8f |
|
BLAKE2b-256 | b73b5217ceb38e6c698440ff0b40102a07a1015ee76081f421bfa0d7adcf6dec |