Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

actiapi-0.3.4.tar.gz (16.4 kB view details)

Uploaded Source

Built Distribution

actiapi-0.3.4-py3-none-any.whl (17.5 kB view details)

Uploaded Python 3

File details

Details for the file actiapi-0.3.4.tar.gz.

File metadata

  • Download URL: actiapi-0.3.4.tar.gz
  • Upload date:
  • Size: 16.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for actiapi-0.3.4.tar.gz
Algorithm Hash digest
SHA256 1b3b348c53ba3ad3f0680c8507eb107dda828c9167898066252f6d9803ecac4a
MD5 40e4fe763c8a5025e2cb84b181799b9f
BLAKE2b-256 1a7710b5b20856e8384eecc8cf1f29a8f43bbdab1197a63b724f9daf96d3424b

See more details on using hashes here.

File details

Details for the file actiapi-0.3.4-py3-none-any.whl.

File metadata

  • Download URL: actiapi-0.3.4-py3-none-any.whl
  • Upload date:
  • Size: 17.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for actiapi-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a809191adf246fcbeb54fa185dd5a3745b533da8fb9e9a15fa10781947e1da14
MD5 70d729a78d46e1d40ea8cc6987276d18
BLAKE2b-256 c1a2ed126d134c17c33bd070097d99719bed5d354c83055bca8ecd13047988ef

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page