Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
=====================================================
|
||||
s3transfer - An Amazon S3 Transfer Manager for Python
|
||||
=====================================================
|
||||
|
||||
S3transfer is a Python library for managing Amazon S3 transfers.
|
||||
|
||||
.. note::
|
||||
|
||||
This project is not currently GA. If you are planning to use this code in
|
||||
production, make sure to lock to a minor version as interfaces may break
|
||||
from minor version to minor version. For a basic, stable interface of
|
||||
s3transfer, try the interfaces exposed in `boto3 <https://boto3.readthedocs.io/en/latest/guide/s3.html#using-the-transfer-manager>`__
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,39 @@
|
||||
Metadata-Version: 2.0
|
||||
Name: s3transfer
|
||||
Version: 0.2.1
|
||||
Summary: An Amazon S3 Transfer Manager
|
||||
Home-page: https://github.com/boto/s3transfer
|
||||
Author: Amazon Web Services
|
||||
Author-email: kyknapp1@gmail.com
|
||||
License: Apache License 2.0
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 3 - Alpha
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: Natural Language :: English
|
||||
Classifier: License :: OSI Approved :: Apache Software License
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 2.6
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.3
|
||||
Classifier: Programming Language :: Python :: 3.4
|
||||
Classifier: Programming Language :: Python :: 3.5
|
||||
Classifier: Programming Language :: Python :: 3.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Requires-Dist: botocore>=1.12.36,<2.0.0
|
||||
Requires-Dist: futures>=2.2.0,<4.0.0; python_version=="2.6" or python_version=="2.7"
|
||||
|
||||
=====================================================
|
||||
s3transfer - An Amazon S3 Transfer Manager for Python
|
||||
=====================================================
|
||||
|
||||
S3transfer is a Python library for managing Amazon S3 transfers.
|
||||
|
||||
.. note::
|
||||
|
||||
This project is not currently GA. If you are planning to use this code in
|
||||
production, make sure to lock to a minor version as interfaces may break
|
||||
from minor version to minor version. For a basic, stable interface of
|
||||
s3transfer, try the interfaces exposed in `boto3 <https://boto3.readthedocs.io/en/latest/guide/s3.html#using-the-transfer-manager>`__
|
||||
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
s3transfer-0.2.1.dist-info/DESCRIPTION.rst,sha256=IUpO1ILP1nRKGuhrgkSXDf9h0NviIGKlTXBS7Sa3HdA,601
|
||||
s3transfer-0.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
s3transfer-0.2.1.dist-info/METADATA,sha256=vQNVSizVeTuXNief-jtRR0wJIiYd82W4QAtfzz7ysss,1605
|
||||
s3transfer-0.2.1.dist-info/RECORD,,
|
||||
s3transfer-0.2.1.dist-info/WHEEL,sha256=AvR0WeTpDaxT645bl5FQxUK6NPsTls2ttpcGJg3j1Xg,110
|
||||
s3transfer-0.2.1.dist-info/metadata.json,sha256=Rjki6rcwR2k6VS1KMoXobUFCzCvuMh7IntyThkdw87Q,1151
|
||||
s3transfer-0.2.1.dist-info/top_level.txt,sha256=cT7JDso1VWzQGJXAXImnyI6JUK_Fw7zjNFsigiwIsNk,11
|
||||
s3transfer/__init__.py,sha256=o2mOiVUVIbC1LERC4_IRdEGCR0yH8Awl1cNk5xc0eyE,28159
|
||||
s3transfer/__pycache__/__init__.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/bandwidth.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/compat.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/constants.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/copies.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/delete.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/download.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/exceptions.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/futures.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/manager.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/processpool.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/subscribers.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/tasks.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/upload.cpython-37.pyc,,
|
||||
s3transfer/__pycache__/utils.cpython-37.pyc,,
|
||||
s3transfer/bandwidth.py,sha256=6UNIvWlmjokcIx2l1oxnKbtWR0hR1XaHqweJUertHBE,15643
|
||||
s3transfer/compat.py,sha256=o_Pgv_C50CDFuat70ig1L05BJH7BR6bVr0IGhvUXjaU,5884
|
||||
s3transfer/constants.py,sha256=FAXevHzX-VP0PNg0oIrlqGGXqHgwuWyAr4RXBNf_6oU,851
|
||||
s3transfer/copies.py,sha256=NYUoa2Di1QqWtnloERbAIVoZic7qLKQmWSpPeGvPr4Y,13258
|
||||
s3transfer/delete.py,sha256=GZ28WcJr0U3l0EzeZN8sO-uHB40g3NzG0cpVnfRNyvE,2583
|
||||
s3transfer/download.py,sha256=DYdSNRShXFHSMK5HZ-BCo-K5IG_J3bbIA74fBe3elhI,28065
|
||||
s3transfer/exceptions.py,sha256=QOjMT7zZcocBLFh69QKotfvqKgar0AehUauHIGsLvcg,1090
|
||||
s3transfer/futures.py,sha256=wZu1ULZXbzSSpPxNi_C5aLjLk05lqn4kZPHd4gVw2NE,21178
|
||||
s3transfer/manager.py,sha256=Hc28IR4Z9Wld4LeRjUHvzx9VM0ZKn3MQvOZB3G-zubE,27059
|
||||
s3transfer/processpool.py,sha256=FUzUxwhTMVjTerPM6qbPQK11FUiWnZwX91SYzoxYE7c,36233
|
||||
s3transfer/subscribers.py,sha256=GqVAw-CstweqvpxG48jISfGECEkGzD_-vdB1M5WmVRU,3628
|
||||
s3transfer/tasks.py,sha256=1LQCT1GNNO5ivsEchKPMK5tN3OCkyI_xWO50Ddn0wMI,16002
|
||||
s3transfer/upload.py,sha256=yhQLa25XGQVIW_Qm-1Z4DVlPj1rEE1yCCrv8zB3z558,29558
|
||||
s3transfer/utils.py,sha256=nhWJtoD4CfgsjYqSwGeSsPF7fixRFhI8YX-Ofd4XeGI,26274
|
||||
@@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.24.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
{"license": "Apache License 2.0", "name": "s3transfer", "metadata_version": "2.0", "generator": "bdist_wheel (0.24.0)", "summary": "An Amazon S3 Transfer Manager", "run_requires": [{"requires": ["botocore>=1.12.36,<2.0.0"]}, {"environment": "python_version==\"2.6\" or python_version==\"2.7\"", "requires": ["futures>=2.2.0,<4.0.0"]}], "version": "0.2.1", "extensions": {"python.details": {"project_urls": {"Home": "https://github.com/boto/s3transfer"}, "document_names": {"description": "DESCRIPTION.rst"}, "contacts": [{"role": "author", "email": "kyknapp1@gmail.com", "name": "Amazon Web Services"}]}}, "classifiers": ["Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Natural Language :: English", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7"], "extras": []}
|
||||
@@ -0,0 +1 @@
|
||||
s3transfer
|
||||
Reference in New Issue
Block a user