cnda_dl 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cnda_dl/cli.py +1 -1
- {cnda_dl-1.0.0.dist-info → cnda_dl-1.0.1.dist-info}/METADATA +5 -13
- {cnda_dl-1.0.0.dist-info → cnda_dl-1.0.1.dist-info}/RECORD +6 -6
- {cnda_dl-1.0.0.dist-info → cnda_dl-1.0.1.dist-info}/WHEEL +0 -0
- {cnda_dl-1.0.0.dist-info → cnda_dl-1.0.1.dist-info}/entry_points.txt +0 -0
- {cnda_dl-1.0.0.dist-info → cnda_dl-1.0.1.dist-info}/licenses/LICENSE +0 -0
cnda_dl/cli.py
CHANGED
@@ -318,7 +318,7 @@ def dat_dcm_to_nifti(session: str,
|
|
318
318
|
def main():
|
319
319
|
parser = argparse.ArgumentParser(
|
320
320
|
prog="cnda-dl",
|
321
|
-
description="
|
321
|
+
description="A command-line utility for downloading fMRI data from CNDA",
|
322
322
|
)
|
323
323
|
parser.add_argument('session_list',
|
324
324
|
nargs="+",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cnda_dl
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: A command line utility for downloading fMRI data from CNDA
|
5
5
|
Author-Email: Ramone Agard <agardr@wustl.edu>, Joey Scanga <joeyscanga92@gmail.com>
|
6
6
|
Requires-Python: <4.0,>=3.9
|
@@ -10,20 +10,12 @@ Requires-Dist: progressbar2>=4.4.2
|
|
10
10
|
Requires-Dist: pyxnat>=1.6.2
|
11
11
|
Description-Content-Type: text/markdown
|
12
12
|
|
13
|
-
#
|
13
|
+
# Installation
|
14
14
|
|
15
|
-
|
15
|
+
We recommend installing cnda-dl with [pipx](https://github.com/pypa/pipx), which ensures that the cnda-dl binary is installed in an isolated environment. Installation instructions can be found [here](https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx).
|
16
16
|
|
17
|
-
|
18
|
-
which uv
|
19
|
-
```
|
20
|
-
|
21
|
-
If not, this can be installed following instructions [here](https://docs.astral.sh/uv/getting-started/installation/).
|
22
|
-
|
23
|
-
Then run:
|
17
|
+
With `pipx` installed:
|
24
18
|
|
25
19
|
```
|
26
|
-
|
27
|
-
cd cnda-dl
|
28
|
-
uv sync
|
20
|
+
pipx install cnda_dl
|
29
21
|
```
|
@@ -1,10 +1,10 @@
|
|
1
|
-
cnda_dl-1.0.
|
2
|
-
cnda_dl-1.0.
|
3
|
-
cnda_dl-1.0.
|
4
|
-
cnda_dl-1.0.
|
1
|
+
cnda_dl-1.0.1.dist-info/METADATA,sha256=4Y7x_u7x7eZU9f0DN8Q4HYSoaOpF0TZIe2LF57Ds9BY,742
|
2
|
+
cnda_dl-1.0.1.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
|
3
|
+
cnda_dl-1.0.1.dist-info/entry_points.txt,sha256=U5B378NGa-YaoKi3s456cW9HT1THi1B_vLKzwAHxHi8,61
|
4
|
+
cnda_dl-1.0.1.dist-info/licenses/LICENSE,sha256=5Dte9TUnLZzPRs4NQzl-Jc2-Ljd-t_v0ZR5Ng5r0UsY,35131
|
5
5
|
cnda_dl/.ruff_cache/.gitignore,sha256=njpg8ebsSuYCFcEdVLFxOSdF7CXp3e1DPVvZITY68xY,35
|
6
6
|
cnda_dl/.ruff_cache/0.9.9/15962950311086395899,sha256=2FFgjB2VS-A2SnbYZgGkU-flEhS3KDRCXoPWi-wjLtQ,22959
|
7
7
|
cnda_dl/.ruff_cache/CACHEDIR.TAG,sha256=WVMVbX4MVkpCclExbq8m-IcOZIOuIZf5FrYw5Pk-Ma4,43
|
8
8
|
cnda_dl/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
|
-
cnda_dl/cli.py,sha256=
|
10
|
-
cnda_dl-1.0.
|
9
|
+
cnda_dl/cli.py,sha256=PqiKj3DgHnIz2ilSQfrNHFFLZARcUCVjGCG6DEc9lyA,21597
|
10
|
+
cnda_dl-1.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|