slackbuilds_ponce/python/s3transfer/README
Dimitris Zlatanidis 44bccccee1
python/s3transfer: Added python3 support.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-09-19 08:55:02 +07:00

5 lines
227 B
Text

S3transfer is a Python library for managing Amazon S3 transfers.
Note: Dependency futures it does not work on Python 3,
and Python 3 users do not need it as the concurrent.futures package
is available in the standard library.