Metadata-Version: 2.4
Name: dl-cli-aiteam
Version: 1.0.2
Summary: CLI and Python library to upload, download, and manage file transfers from ...
License: MIT
Project-URL: Repository, https://github.com/your-org/dl-cli
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: System :: Networking
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.28.0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: tqdm>=4.66.0
Requires-Dist: typer>=0.15.0
Requires-Dist: rich>=13.9.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-cov>=6.0; extra == "dev"
Requires-Dist: ruff>=0.9; extra == "dev"
Requires-Dist: build>=1.0; extra == "dev"
Requires-Dist: twine>=6.0; extra == "dev"

# DL CLI

Python library and CLI to upload, download, and manage file transfers from ... by Relay Server

## Installation

```bash
pip install dl-cli-aiteam
```

## Build & Publish

```bash
pip install build twine
python -m build
twine upload dist/*
```

## Docker

```bash
./deployment/deploy.sh build
./deployment/deploy.sh rerun
docker run --rm dl-cli --help
```
