Welcome to open-humans-api’s documentation!¶
open-humans-api is a Python package that wraps the API methods of
Open Humans for easier use in your own
Python applications and websites.
It also installs a set of command line utilities that can be used to
- download public files
- for a given Project
- for a given Member
- Upload files for a project through a
master_access_tokenor OAuth2access_token - Download files for a project through a
master_access_tokenor OAuth2access_token
Installation¶
You can install open-humans-api through pip:
pip install open-humans-api