neuralfetch.download.Dandi

pydantic model neuralfetch.download.Dandi[source][source]

Download a Dandiset from the DANDI Archive (dandiarchive.org).

Uses the official dandi Python client (pip install dandi).

Parameters:
  • study (str) – Dandiset ID (e.g. "000026" or "000049"). Use the numeric identifier shown in the archive URL.

  • version (str) – Dandiset version to download (default: "draft" for the latest).

Fields:
requirements: ClassVar[tuple[str, ...]] = ('dandi',)[source]
field version: str = 'draft'[source]