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.