METADATA 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Metadata-Version: 2.1
  2. Name: s3transfer
  3. Version: 0.4.2
  4. Summary: An Amazon S3 Transfer Manager
  5. Home-page: https://github.com/boto/s3transfer
  6. Author: Amazon Web Services
  7. Author-email: kyknapp1@gmail.com
  8. License: Apache License 2.0
  9. Platform: UNKNOWN
  10. Classifier: Development Status :: 3 - Alpha
  11. Classifier: Intended Audience :: Developers
  12. Classifier: Natural Language :: English
  13. Classifier: License :: OSI Approved :: Apache Software License
  14. Classifier: Programming Language :: Python
  15. Classifier: Programming Language :: Python :: 2.7
  16. Classifier: Programming Language :: Python :: 3
  17. Classifier: Programming Language :: Python :: 3.6
  18. Classifier: Programming Language :: Python :: 3.7
  19. Classifier: Programming Language :: Python :: 3.8
  20. Requires-Dist: botocore (<2.0a.0,>=1.12.36)
  21. Requires-Dist: futures (<4.0.0,>=2.2.0) ; python_version=="2.7"
  22. Provides-Extra: crt
  23. Requires-Dist: botocore[crt] (<2.0a.0,>=1.20.29) ; extra == 'crt'
  24. =====================================================
  25. s3transfer - An Amazon S3 Transfer Manager for Python
  26. =====================================================
  27. S3transfer is a Python library for managing Amazon S3 transfers.
  28. .. note::
  29. This project is not currently GA. If you are planning to use this code in
  30. production, make sure to lock to a minor version as interfaces may break
  31. from minor version to minor version. For a basic, stable interface of
  32. s3transfer, try the interfaces exposed in `boto3 <https://boto3.readthedocs.io/en/latest/guide/s3.html#using-the-transfer-manager>`__