Metadata-Version: 2.4
Name: immport-cli
Version: 1.1
Summary: CLI tool for the unofficial ImmPort API Python client
Author-email: Bjarne Hiller <bjarne.hiller@uni-rostock.de>
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: immport-client>=1.0.0
Requires-Dist: requests>=2.33.1
Requires-Dist: typer>=0.24.1

# immport-cli

> Simple CLI for the unofficial ImmPort API Python client

## Usage

```sh
# show info
immport-cli about SDY2015 --username ${USERNAME} --password ${PASSWORD}

# get file manifest
immport-cli manifest SDY2015 --username ${USERNAME} --password ${PASSWORD} -o manifest.json

# download result files from a manifest
immport-cli download --manifest manifest.json --username ${USERNAME} --password ${PASSWORD} --results-only

# download files for a study 
immport-cli download --study SDY2015 --username ${USERNAME} --password ${PASSWORD} --results-only
```

