Python API¶
datalad-osf has two main commands that are exposed as functions via datalad.api and as methods of the Dataset class: osf_credentials for OSF authentication management, and create_sibling_osf for interactions with the OSF.
Find out more about each command below.
osf_credentials([method, reset]) |
Gather OSF credentials for subsequent non-interactive use |
create_sibling_osf([title, name, …]) |
Create a dataset representation at OSF. |