Metadata-Version: 2.3
Name: dcm2niiw
Version: 0.1.0
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>=0.7.3
Requires-Dist: pydicom>=2.4.4
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 git+https://github.com/fepegar/dcm2niiw
dcm2niiw --help
dcm2hdr --help
```

## Python

```shell
uv init
uv add git+https://github.com/fepegar/dcm2niiw
uv run python
```

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