Metadata-Version: 2.3
Name: dcm2niiw
Version: 0.1.1
Summary: Thin dcm2niix wrapper with Python and CLI interfaces.
Author: Fernando Pérez-García
Author-email: Fernando Pérez-García <fepegar@gmail.com>
Requires-Dist: dcm2niix
Requires-Dist: loguru
Requires-Dist: pydicom
Requires-Dist: tqdm
Requires-Dist: typer
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# `dcm2niiw`

Thin wrapper around [dcm2niix](https://github.com/rordenlab/dcm2niix) with some defaults modified.

## CLI

```shell
uv tool install dcm2niiw
dcm2niiw --help
dcm2hdr --help
```

## Python

```shell
uv init
uv add dcm2niiw
uv run python
```

```python
>>> from dcm2niiw import dcm2nii
>>> help(dcm2nii)
```
