about summary refs log tree commit diff
path: root/.venv/lib/python3.12/site-packages/s3transfer-0.11.4.dist-info/METADATA
diff options
context:
space:
mode:
authorS. Solomon Darnell2025-03-28 21:52:21 -0500
committerS. Solomon Darnell2025-03-28 21:52:21 -0500
commit4a52a71956a8d46fcb7294ac71734504bb09bcc2 (patch)
treeee3dc5af3b6313e921cd920906356f5d4febc4ed /.venv/lib/python3.12/site-packages/s3transfer-0.11.4.dist-info/METADATA
parentcc961e04ba734dd72309fb548a2f97d67d578813 (diff)
downloadgn-ai-master.tar.gz
two version of R2R are here HEAD master
Diffstat (limited to '.venv/lib/python3.12/site-packages/s3transfer-0.11.4.dist-info/METADATA')
-rw-r--r--.venv/lib/python3.12/site-packages/s3transfer-0.11.4.dist-info/METADATA41
1 files changed, 41 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/s3transfer-0.11.4.dist-info/METADATA b/.venv/lib/python3.12/site-packages/s3transfer-0.11.4.dist-info/METADATA
new file mode 100644
index 00000000..f1c81859
--- /dev/null
+++ b/.venv/lib/python3.12/site-packages/s3transfer-0.11.4.dist-info/METADATA
@@ -0,0 +1,41 @@
+Metadata-Version: 2.1
+Name: s3transfer
+Version: 0.11.4
+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
+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 :: 3
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
+Requires-Python: >= 3.8
+License-File: LICENSE.txt
+License-File: NOTICE.txt
+Requires-Dist: botocore (<2.0a.0,>=1.37.4)
+Provides-Extra: crt
+Requires-Dist: botocore[crt] (<2.0a.0,>=1.37.4) ; extra == 'crt'
+
+=====================================================
+s3transfer - An Amazon S3 Transfer Manager for Python
+=====================================================
+
+S3transfer is a Python library for managing Amazon S3 transfers.
+This project is maintained and published by Amazon Web Services.
+
+.. 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>`__