METADATA 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Metadata-Version: 2.1
  2. Name: s3transfer
  3. Version: 0.8.0
  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 :: 3
  16. Classifier: Programming Language :: Python :: 3 :: Only
  17. Classifier: Programming Language :: Python :: 3.7
  18. Classifier: Programming Language :: Python :: 3.8
  19. Classifier: Programming Language :: Python :: 3.9
  20. Classifier: Programming Language :: Python :: 3.10
  21. Classifier: Programming Language :: Python :: 3.11
  22. Classifier: Programming Language :: Python :: 3.12
  23. Requires-Python: >= 3.7
  24. License-File: LICENSE.txt
  25. License-File: NOTICE.txt
  26. Requires-Dist: botocore (<2.0a.0,>=1.32.7)
  27. Provides-Extra: crt
  28. Requires-Dist: botocore[crt] (<2.0a.0,>=1.32.7) ; extra == 'crt'
  29. =====================================================
  30. s3transfer - An Amazon S3 Transfer Manager for Python
  31. =====================================================
  32. S3transfer is a Python library for managing Amazon S3 transfers.
  33. This project is maintained and published by Amazon Web Services.
  34. .. note::
  35. This project is not currently GA. If you are planning to use this code in
  36. production, make sure to lock to a minor version as interfaces may break
  37. from minor version to minor version. For a basic, stable interface of
  38. s3transfer, try the interfaces exposed in `boto3 <https://boto3.readthedocs.io/en/latest/guide/s3.html#using-the-transfer-manager>`__