We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent accac8e commit 4bd19cbCopy full SHA for 4bd19cb
dandi/__init__.py
@@ -1,3 +1,18 @@
1
+"""
2
+DANDI
3
+=====
4
+
5
+The `dandi <https://github.com/dandi/dandi-cli>`_ library provides both a
6
+command line interface (CLI) and a Python API for interacting with `DANDI
7
+Archive <https://dandiarchive.org>`_.
8
9
+Additional references:
10
11
+- `Source Git repository <https://github.com/dandi/dandi-cli>`_
12
+- `Library documentation <https://dandi.readthedocs.io/>`_
13
+- `DANDI Archive handbook <https://www.dandiarchive.org/handbook/>`_
14
15
16
import logging
17
import os
18
0 commit comments