A Python client for willisapi
Project description
WillisAPI Client
WillisAPI Client is the python interface for Brooklyn Health’s WillisAPI.
Official documentation for WillisAPI Client can be found in the Github Wiki.
To learn more about Brooklyn Health or WillisAPI, visit brooklyn.health or getintouch@brooklyn.health.
Installation
pip install willisapi_client
Login
Before you log in, make sure you have an account with Brooklyn Health.
import willisapi_client as willisapi
key, expiration = willisapi.login(username, password)
Upload
summary = willisapi.upload(key, 'data.csv')
For more information on how to organize the data.csv
, visit the Github Wiki.
Download
measures = willisapi.download(key, 'project_name')
If you run into trouble while using the client, please raise it in the Issues tab.
Brooklyn Health is a small team of clinicians, scientists, and engineers based in Brooklyn, NY.
We develop and maintain OpenWillis, an open source python library for digital health measurement.
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
File details
Details for the file willisapi_client-1.9.1.tar.gz
.
File metadata
- Download URL: willisapi_client-1.9.1.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e14b8b3212b4cdef3933e61f6a9afe08355e8cf173ba068af28b2a1ba508750 |
|
MD5 | 27d20a362f20719bf19c6b279bd94b17 |
|
BLAKE2b-256 | 8a4e42545d0801773fe78e22a8646599e993f9e16f0f03250beb7d646c865def |