No description
Find a file
2025-03-06 07:51:02 +00:00
src/s3downloader Initial commit 2023-09-06 12:06:20 +02:00
.gitignore Initial commit 2023-09-06 12:06:20 +02:00
LICENSE feat: extend copyright to 2024 2024-05-21 13:14:01 +02:00
pyproject.toml Update contact information and author name 2023-09-06 12:11:57 +02:00
README.md Initial commit 2023-09-06 12:06:20 +02:00
renovate.json Add renovate.json 2025-03-06 07:35:53 +00:00
settings.dist.ini Initial commit 2023-09-06 12:06:20 +02:00

S3 Downloader

This is a simple tool to download files from S3. It is intended to be used as a CLI tool, but can also be used as a library.

Requirements

  • Python 3.8+

Installation

python -m venv venv
source venv/bin/activate
pip install git+https://kumig.it/kumisystems/s3downloader.git

License

This project is licensed under the MIT License - see the LICENSE file for details.