You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.6 KiB

4 years ago
  1. Metadata-Version: 2.0
  2. Name: s3transfer
  3. Version: 0.1.13
  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. Description-Content-Type: UNKNOWN
  10. Platform: UNKNOWN
  11. Classifier: Development Status :: 3 - Alpha
  12. Classifier: Intended Audience :: Developers
  13. Classifier: Natural Language :: English
  14. Classifier: License :: OSI Approved :: Apache Software License
  15. Classifier: Programming Language :: Python
  16. Classifier: Programming Language :: Python :: 2.6
  17. Classifier: Programming Language :: Python :: 2.7
  18. Classifier: Programming Language :: Python :: 3
  19. Classifier: Programming Language :: Python :: 3.3
  20. Classifier: Programming Language :: Python :: 3.4
  21. Classifier: Programming Language :: Python :: 3.5
  22. Classifier: Programming Language :: Python :: 3.6
  23. Requires-Dist: botocore>=1.3.0,<2.0.0
  24. Requires-Dist: futures>=2.2.0,<4.0.0; python_version=="2.6" or python_version=="2.7"
  25. =====================================================
  26. s3transfer - An Amazon S3 Transfer Manager for Python
  27. =====================================================
  28. S3transfer is a Python library for managing Amazon S3 transfers.
  29. .. note::
  30. This project is not currently GA. If you are planning to use this code in
  31. production, make sure to lock to a minor version as interfaces may break
  32. from minor version to minor version. For a basic, stable interface of
  33. s3transfer, try the interfaces exposed in `boto3 <https://boto3.readthedocs.io/en/latest/guide/s3.html#using-the-transfer-manager>`__