pyaws-s3 1.0.20__py3-none-any.whl → 1.0.21__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyaws_s3-1.0.20.dist-info → pyaws_s3-1.0.21.dist-info}/METADATA +43 -43
- pyaws_s3-1.0.21.dist-info/RECORD +7 -0
- pyaws_s3-1.0.20.dist-info/RECORD +0 -7
- {pyaws_s3-1.0.20.dist-info → pyaws_s3-1.0.21.dist-info}/WHEEL +0 -0
- {pyaws_s3-1.0.20.dist-info → pyaws_s3-1.0.21.dist-info}/licenses/LICENSE.md +0 -0
- {pyaws_s3-1.0.20.dist-info → pyaws_s3-1.0.21.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: pyaws-s3
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.21
|
4
4
|
Summary: A Python package for AWS S3 utilities
|
5
5
|
Author-email: Giuseppe Zileni <giuseppe.zileni@gmail.com>
|
6
6
|
Keywords: aws,s3,utilities
|
@@ -9,49 +9,49 @@ Classifier: Operating System :: OS Independent
|
|
9
9
|
Requires-Python: >=3.9
|
10
10
|
Description-Content-Type: text/markdown
|
11
11
|
License-File: LICENSE.md
|
12
|
-
Requires-Dist: aioboto3
|
13
|
-
Requires-Dist: aiobotocore
|
14
|
-
Requires-Dist: aiofiles
|
15
|
-
Requires-Dist: aiohappyeyeballs
|
16
|
-
Requires-Dist: aiohttp
|
17
|
-
Requires-Dist: aioitertools
|
18
|
-
Requires-Dist: aiosignal
|
19
|
-
Requires-Dist: attrs
|
20
|
-
Requires-Dist: boto3
|
21
|
-
Requires-Dist: botocore
|
22
|
-
Requires-Dist: build
|
23
|
-
Requires-Dist: chardet
|
24
|
-
Requires-Dist: contourpy
|
25
|
-
Requires-Dist: cycler
|
26
|
-
Requires-Dist: fonttools
|
27
|
-
Requires-Dist: fpdf
|
28
|
-
Requires-Dist: frozenlist
|
29
|
-
Requires-Dist: idna
|
30
|
-
Requires-Dist: iniconfig
|
31
|
-
Requires-Dist: jmespath
|
32
|
-
Requires-Dist: kiwisolver
|
33
|
-
Requires-Dist: matplotlib
|
34
|
-
Requires-Dist: multidict
|
35
|
-
Requires-Dist: narwhals
|
12
|
+
Requires-Dist: aioboto3>=14.3.0
|
13
|
+
Requires-Dist: aiobotocore>=2.22.0
|
14
|
+
Requires-Dist: aiofiles>=24.1.0
|
15
|
+
Requires-Dist: aiohappyeyeballs>=2.6.1
|
16
|
+
Requires-Dist: aiohttp>=3.11.18
|
17
|
+
Requires-Dist: aioitertools>=0.12.0
|
18
|
+
Requires-Dist: aiosignal>=1.3.2
|
19
|
+
Requires-Dist: attrs>=25.3.0
|
20
|
+
Requires-Dist: boto3>=1.37.3
|
21
|
+
Requires-Dist: botocore>=1.37.3
|
22
|
+
Requires-Dist: build>=1.2.2.post1
|
23
|
+
Requires-Dist: chardet>=5.2.0
|
24
|
+
Requires-Dist: contourpy>=1.3.2
|
25
|
+
Requires-Dist: cycler>=0.12.1
|
26
|
+
Requires-Dist: fonttools>=4.58.0
|
27
|
+
Requires-Dist: fpdf>=1.7.2
|
28
|
+
Requires-Dist: frozenlist>=1.6.0
|
29
|
+
Requires-Dist: idna>=3.10
|
30
|
+
Requires-Dist: iniconfig>=2.1.0
|
31
|
+
Requires-Dist: jmespath>=1.0.1
|
32
|
+
Requires-Dist: kiwisolver>=1.4.8
|
33
|
+
Requires-Dist: matplotlib>=3.10.3
|
34
|
+
Requires-Dist: multidict>=6.4.3
|
35
|
+
Requires-Dist: narwhals>=1.39.1
|
36
36
|
Requires-Dist: packaging>=23.2
|
37
|
-
Requires-Dist: pandas
|
38
|
-
Requires-Dist: pillow
|
39
|
-
Requires-Dist: plotly
|
40
|
-
Requires-Dist: pluggy
|
41
|
-
Requires-Dist: propcache
|
42
|
-
Requires-Dist: pyparsing
|
43
|
-
Requires-Dist: pyproject_hooks
|
44
|
-
Requires-Dist: pytest
|
45
|
-
Requires-Dist: python-dateutil
|
46
|
-
Requires-Dist: pytz
|
47
|
-
Requires-Dist: reportlab
|
48
|
-
Requires-Dist: s3transfer
|
49
|
-
Requires-Dist: setuptools
|
50
|
-
Requires-Dist: six
|
51
|
-
Requires-Dist: tzdata
|
52
|
-
Requires-Dist: urllib3
|
53
|
-
Requires-Dist: wrapt
|
54
|
-
Requires-Dist: yarl
|
37
|
+
Requires-Dist: pandas>=2.2.3
|
38
|
+
Requires-Dist: pillow>=11.2.1
|
39
|
+
Requires-Dist: plotly>=6.1.0
|
40
|
+
Requires-Dist: pluggy>=1.6.0
|
41
|
+
Requires-Dist: propcache>=0.3.1
|
42
|
+
Requires-Dist: pyparsing>=3.2.3
|
43
|
+
Requires-Dist: pyproject_hooks>=1.2.0
|
44
|
+
Requires-Dist: pytest>=8.3.5
|
45
|
+
Requires-Dist: python-dateutil>=2.9.0.post0
|
46
|
+
Requires-Dist: pytz>=2025.2
|
47
|
+
Requires-Dist: reportlab>=4.4.1
|
48
|
+
Requires-Dist: s3transfer>=0.11.3
|
49
|
+
Requires-Dist: setuptools>=80.7.1
|
50
|
+
Requires-Dist: six>=1.17.0
|
51
|
+
Requires-Dist: tzdata>=2025.2
|
52
|
+
Requires-Dist: urllib3>=2.4.0
|
53
|
+
Requires-Dist: wrapt>=1.17.2
|
54
|
+
Requires-Dist: yarl>=1.20.0
|
55
55
|
Dynamic: license-file
|
56
56
|
|
57
57
|
# PYAWS_S3
|
@@ -0,0 +1,7 @@
|
|
1
|
+
pyaws_s3/__init__.py,sha256=Tr7xJiCKOMWYydOJ4kxHlA7AR1X3pRsJ8MjxJev2wsw,24
|
2
|
+
pyaws_s3/s3.py,sha256=ZuhqpK5uwL-0jxnKXoT-nil0QnzApNXxHUSyGypk1sc,20366
|
3
|
+
pyaws_s3-1.0.21.dist-info/licenses/LICENSE.md,sha256=7WXohDebeZpcVn_nH2aIaLhFZRvZBdcPSqWsO12lhwM,1074
|
4
|
+
pyaws_s3-1.0.21.dist-info/METADATA,sha256=qM5imVtKLjLKuxJcmge8FlIVeDzwlCOS-x5Fi80D7SA,5464
|
5
|
+
pyaws_s3-1.0.21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
+
pyaws_s3-1.0.21.dist-info/top_level.txt,sha256=MxSSC4Q8Vr32wKgrUAlwT4BTXwqUaG_CAWoBuPeXYjQ,9
|
7
|
+
pyaws_s3-1.0.21.dist-info/RECORD,,
|
pyaws_s3-1.0.20.dist-info/RECORD
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
pyaws_s3/__init__.py,sha256=Tr7xJiCKOMWYydOJ4kxHlA7AR1X3pRsJ8MjxJev2wsw,24
|
2
|
-
pyaws_s3/s3.py,sha256=ZuhqpK5uwL-0jxnKXoT-nil0QnzApNXxHUSyGypk1sc,20366
|
3
|
-
pyaws_s3-1.0.20.dist-info/licenses/LICENSE.md,sha256=7WXohDebeZpcVn_nH2aIaLhFZRvZBdcPSqWsO12lhwM,1074
|
4
|
-
pyaws_s3-1.0.20.dist-info/METADATA,sha256=EQOXhu-dDaxyyuw17_LhChqLdtcszxQWUzbkedm2bLc,5464
|
5
|
-
pyaws_s3-1.0.20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
6
|
-
pyaws_s3-1.0.20.dist-info/top_level.txt,sha256=MxSSC4Q8Vr32wKgrUAlwT4BTXwqUaG_CAWoBuPeXYjQ,9
|
7
|
-
pyaws_s3-1.0.20.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|