DANDIArchive.jl

Reproduce DANDI cli functionality in Julia
Author brendanjohnharris
Popularity
0 Stars
Updated Last
1 Year Ago
Started In
August 2022

DANDIArchive

Build Status Coverage

This little package wraps functions from the Dandi python API.

Functions and classes from the python API can be accessed with:

using DANDIArchive
DANDIArchive.<module>.<function>

where valid values for <module> and <function> generally follow the documentation for the python package, available here.

Additional functions have been added for convenience, such as:

dandiurl(dandiset_id::String, filepath::String; version::{String})

which can be used to grab the url of a dandiset from the dandiset id and the filepath of the file within the dandiset.

Used By Packages

No packages found.