Metadata-Version: 2.4
Name: filesender-client
Version: 2.1.2
Summary: FileSender Python CLI and API client
License: BSD-3-Clause
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiostream
Requires-Dist: aiofiles
Requires-Dist: typer>=0.9.2
Requires-Dist: beautifulsoup4
Requires-Dist: rich
Requires-Dist: httpx
Requires-Dist: httpcore>=1.0.3
Requires-Dist: cryptography
Requires-Dist: typing_extensions
Requires-Dist: tenacity
Requires-Dist: tqdm
Requires-Dist: click>=8.2
Dynamic: license-file

# FileSender CLI

![PyPI - Version](https://img.shields.io/pypi/v/filesender-client?link=https%3A%2F%2Fpypi.org%2Fproject%2Ffilesender-client%2F)

## Installation

Requires `Python>=3.9`

```bash
pip install filesender-client
```

## Usage

See <https://wehi-researchcomputing.github.io/FileSenderCli/>
