A python package for accessing ActiGraph data through the official ActiGraph API
Project description
This library is only meant to serve as an example of how to use ActiGraph’s API to retrieve data from ActiGraph devices.
Please refer to official API documentation (https://github.com/actigraph/StudyAdminAPIDocumentation and https://github.com/actigraph/CentrePoint3APIDocumentation).
Please do not contact ActiGraph support for questions related to this library. You can create issues on this repository and we’ll do our best to help you.
Example
Metadata
>>> from actiapi.v3 import ActiGraphClientV3
api_client = ActiGraphClientV3(<api_access_key>, <api_secret_key>)
metadata = api_client.get_study_metadata(<study_id>)
metadata = {x["id"]: x for x in metadata}
Raw data
>>> from actiapi.v3 import ActiGraphClientV3
api_client = ActiGraphClientV3(<api_access_key>, <api_secret_key>)
results: List[str] = api_client.get_files(
user=<user_id>, study_id=<self.study_id>
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file actiapi-0.3.5.tar.gz.
File metadata
- Download URL: actiapi-0.3.5.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e83b2c5c9b146a280e8b2dc88be78400a88574a6c8b7d65ac1e4070fd46fe8b1
|
|
| MD5 |
0c138ff282a7552e0d2c271bf8625a90
|
|
| BLAKE2b-256 |
e89acb474ec0d6893c95755832f1dea38f91aa2e02ee66fb38056bb58ef94a21
|
File details
Details for the file actiapi-0.3.5-py3-none-any.whl.
File metadata
- Download URL: actiapi-0.3.5-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10f6d3e6d4204e9ad72a14d6e7078bb08027028362ea0f3fcfb46e09ced8bb6f
|
|
| MD5 |
ac4d7953a12f1f91e5cbf568be9d05c2
|
|
| BLAKE2b-256 |
ca0f8c77edc64afd6ba4229103acbc1669023df2170395f353365eb1e924008b
|