Skip to main content

A Python client for OpenNeuro.

Project description

openneuro-py

A Python client for accessing OpenNeuro datasets.

openneuro-py in action

Installation

via conda

conda install -c conda-forge openneuro-py

via pip

pip install openneuro-py

Jupyter and IPython support

To get basic support for Jupyter Lab, Jupyter Notebook, IPython interactive sessions, and VS Code's interactive Jupyter interface, you will also need to install ipywidgets:

via conda

conda install -c conda-forge ipywidgets

via pip

pip install ipywidgets

Basic usage – Python interface

import openneuro as on
on.download(dataset='ds000246', target_dir='data/bids')

Basic usage – command line interface

Download an entire dataset

openneuro-py download --dataset=ds000246

Specify a target directory

To store the downloaded files in a specific directory, use the --target_dir switch. The directory will be created if it doesn't exist already.

openneuro-py download --dataset=ds000246 \
                      --target_dir=data/bids

Continue an interrupted download

Interrupted downloads will resume where they left off when you run the command again.

Advanced usage – command line interface

Exclude a directory from the download

openneuro-py download --dataset=ds000246 \
                      --exclude=sub-emptyroom

Download only a single file

openneuro-py download --dataset=ds000246 \
                      --include=sub-0001/meg/sub-0001_coordsystem.json

Note that a few essential BIDS files are always downloaded in addition.

Download or exclude multiple files

--include and --exclude can be passed multiple times:

openneuro-py download --dataset=ds000246 \
                      --include=sub-0001/meg/sub-0001_coordsystem.json \
                      --include=sub-0001/meg/sub-0001_acq-LPA_photo.jpg

Use an API token to log in

To download private datasets, you will need an API key that grants you access permissions. Go to OpenNeuro.org, My Account → Obtain an API Key. Copy the key, and run:

openneuro-py login

Paste the API key and press return.

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

openneuro-py-2023.1.0.tar.gz (284.6 kB view details)

Uploaded Source

Built Distribution

openneuro_py-2023.1.0-py3-none-any.whl (40.1 kB view details)

Uploaded Python 3

File details

Details for the file openneuro-py-2023.1.0.tar.gz.

File metadata

  • Download URL: openneuro-py-2023.1.0.tar.gz
  • Upload date:
  • Size: 284.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.4

File hashes

Hashes for openneuro-py-2023.1.0.tar.gz
Algorithm Hash digest
SHA256 9125357b162e080a9997f7bff58a6eb96c8f07125f92106de894a681cdcecb45
MD5 f486f6d2150155478502dfe0e61efdb5
BLAKE2b-256 d0878260b96ba837b33681c9b748b2f1da1af3a642cbe1e838935b8c663a6c49

See more details on using hashes here.

File details

Details for the file openneuro_py-2023.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for openneuro_py-2023.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8fb22176a91259dc63f96fc231c60eb29ad7c012e6d5b84b2ad26bc956c56e25
MD5 b256f3ea0cfcd248d976934703ea8b1d
BLAKE2b-256 7fd617ce952423e2edf28d1f45a2afc949763d6872e6627b5e55e784310dcf6c

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