pyaws-s3 1.0.20__tar.gz → 1.0.21__tar.gz
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 → pyaws_s3-1.0.21}/PKG-INFO +43 -43
- {pyaws_s3-1.0.20 → pyaws_s3-1.0.21}/pyaws_s3.egg-info/PKG-INFO +43 -43
- pyaws_s3-1.0.21/pyaws_s3.egg-info/requires.txt +43 -0
- pyaws_s3-1.0.21/pyproject.toml +64 -0
- pyaws_s3-1.0.20/pyaws_s3.egg-info/requires.txt +0 -43
- pyaws_s3-1.0.20/pyproject.toml +0 -64
- {pyaws_s3-1.0.20 → pyaws_s3-1.0.21}/LICENSE.md +0 -0
- {pyaws_s3-1.0.20 → pyaws_s3-1.0.21}/README.md +0 -0
- {pyaws_s3-1.0.20 → pyaws_s3-1.0.21}/pyaws_s3/__init__.py +0 -0
- {pyaws_s3-1.0.20 → pyaws_s3-1.0.21}/pyaws_s3/s3.py +0 -0
- {pyaws_s3-1.0.20 → pyaws_s3-1.0.21}/pyaws_s3.egg-info/SOURCES.txt +0 -0
- {pyaws_s3-1.0.20 → pyaws_s3-1.0.21}/pyaws_s3.egg-info/dependency_links.txt +0 -0
- {pyaws_s3-1.0.20 → pyaws_s3-1.0.21}/pyaws_s3.egg-info/top_level.txt +0 -0
- {pyaws_s3-1.0.20 → pyaws_s3-1.0.21}/setup.cfg +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
|
@@ -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,43 @@
|
|
1
|
+
aioboto3>=14.3.0
|
2
|
+
aiobotocore>=2.22.0
|
3
|
+
aiofiles>=24.1.0
|
4
|
+
aiohappyeyeballs>=2.6.1
|
5
|
+
aiohttp>=3.11.18
|
6
|
+
aioitertools>=0.12.0
|
7
|
+
aiosignal>=1.3.2
|
8
|
+
attrs>=25.3.0
|
9
|
+
boto3>=1.37.3
|
10
|
+
botocore>=1.37.3
|
11
|
+
build>=1.2.2.post1
|
12
|
+
chardet>=5.2.0
|
13
|
+
contourpy>=1.3.2
|
14
|
+
cycler>=0.12.1
|
15
|
+
fonttools>=4.58.0
|
16
|
+
fpdf>=1.7.2
|
17
|
+
frozenlist>=1.6.0
|
18
|
+
idna>=3.10
|
19
|
+
iniconfig>=2.1.0
|
20
|
+
jmespath>=1.0.1
|
21
|
+
kiwisolver>=1.4.8
|
22
|
+
matplotlib>=3.10.3
|
23
|
+
multidict>=6.4.3
|
24
|
+
narwhals>=1.39.1
|
25
|
+
packaging>=23.2
|
26
|
+
pandas>=2.2.3
|
27
|
+
pillow>=11.2.1
|
28
|
+
plotly>=6.1.0
|
29
|
+
pluggy>=1.6.0
|
30
|
+
propcache>=0.3.1
|
31
|
+
pyparsing>=3.2.3
|
32
|
+
pyproject_hooks>=1.2.0
|
33
|
+
pytest>=8.3.5
|
34
|
+
python-dateutil>=2.9.0.post0
|
35
|
+
pytz>=2025.2
|
36
|
+
reportlab>=4.4.1
|
37
|
+
s3transfer>=0.11.3
|
38
|
+
setuptools>=80.7.1
|
39
|
+
six>=1.17.0
|
40
|
+
tzdata>=2025.2
|
41
|
+
urllib3>=2.4.0
|
42
|
+
wrapt>=1.17.2
|
43
|
+
yarl>=1.20.0
|
@@ -0,0 +1,64 @@
|
|
1
|
+
[build-system]
|
2
|
+
requires = ["setuptools >= 77.0.3"]
|
3
|
+
build-backend = "setuptools.build_meta"
|
4
|
+
|
5
|
+
[project]
|
6
|
+
name = "pyaws-s3"
|
7
|
+
version = "1.0.21"
|
8
|
+
description = "A Python package for AWS S3 utilities"
|
9
|
+
authors = [
|
10
|
+
{ name="Giuseppe Zileni", email="giuseppe.zileni@gmail.com" }
|
11
|
+
]
|
12
|
+
readme = {file = "README.md", content-type = "text/markdown"}
|
13
|
+
requires-python = ">=3.9"
|
14
|
+
license-files = ["LICENSE.md"]
|
15
|
+
keywords = ["aws", "s3", "utilities"]
|
16
|
+
classifiers = ['Programming Language :: Python :: 3', 'Operating System :: OS Independent']
|
17
|
+
dependencies = [
|
18
|
+
"aioboto3>=14.3.0",
|
19
|
+
"aiobotocore>=2.22.0",
|
20
|
+
"aiofiles>=24.1.0",
|
21
|
+
"aiohappyeyeballs>=2.6.1",
|
22
|
+
"aiohttp>=3.11.18",
|
23
|
+
"aioitertools>=0.12.0",
|
24
|
+
"aiosignal>=1.3.2",
|
25
|
+
"attrs>=25.3.0",
|
26
|
+
"boto3>=1.37.3",
|
27
|
+
"botocore>=1.37.3",
|
28
|
+
"build>=1.2.2.post1",
|
29
|
+
"chardet>=5.2.0",
|
30
|
+
"contourpy>=1.3.2",
|
31
|
+
"cycler>=0.12.1",
|
32
|
+
"fonttools>=4.58.0",
|
33
|
+
"fpdf>=1.7.2",
|
34
|
+
"frozenlist>=1.6.0",
|
35
|
+
"idna>=3.10",
|
36
|
+
"iniconfig>=2.1.0",
|
37
|
+
"jmespath>=1.0.1",
|
38
|
+
"kiwisolver>=1.4.8",
|
39
|
+
"matplotlib>=3.10.3",
|
40
|
+
"multidict>=6.4.3",
|
41
|
+
"narwhals>=1.39.1",
|
42
|
+
"packaging>=23.2",
|
43
|
+
"pandas>=2.2.3",
|
44
|
+
"pillow>=11.2.1",
|
45
|
+
"plotly>=6.1.0",
|
46
|
+
"pluggy>=1.6.0",
|
47
|
+
"propcache>=0.3.1",
|
48
|
+
"pyparsing>=3.2.3",
|
49
|
+
"pyproject_hooks>=1.2.0",
|
50
|
+
"pytest>=8.3.5",
|
51
|
+
"python-dateutil>=2.9.0.post0",
|
52
|
+
"pytz>=2025.2",
|
53
|
+
"reportlab>=4.4.1",
|
54
|
+
"s3transfer>=0.11.3",
|
55
|
+
"setuptools>=80.7.1",
|
56
|
+
"six>=1.17.0",
|
57
|
+
"tzdata>=2025.2",
|
58
|
+
"urllib3>=2.4.0",
|
59
|
+
"wrapt>=1.17.2",
|
60
|
+
"yarl>=1.20.0"
|
61
|
+
]
|
62
|
+
|
63
|
+
[tool.setuptools]
|
64
|
+
packages = ["pyaws_s3"] # oppure usa "find:" se hai una struttura standard
|
@@ -1,43 +0,0 @@
|
|
1
|
-
aioboto3==14.3.0
|
2
|
-
aiobotocore==2.22.0
|
3
|
-
aiofiles==24.1.0
|
4
|
-
aiohappyeyeballs==2.6.1
|
5
|
-
aiohttp==3.11.18
|
6
|
-
aioitertools==0.12.0
|
7
|
-
aiosignal==1.3.2
|
8
|
-
attrs==25.3.0
|
9
|
-
boto3==1.37.3
|
10
|
-
botocore==1.37.3
|
11
|
-
build==1.2.2.post1
|
12
|
-
chardet==5.2.0
|
13
|
-
contourpy==1.3.2
|
14
|
-
cycler==0.12.1
|
15
|
-
fonttools==4.58.0
|
16
|
-
fpdf==1.7.2
|
17
|
-
frozenlist==1.6.0
|
18
|
-
idna==3.10
|
19
|
-
iniconfig==2.1.0
|
20
|
-
jmespath==1.0.1
|
21
|
-
kiwisolver==1.4.8
|
22
|
-
matplotlib==3.10.3
|
23
|
-
multidict==6.4.3
|
24
|
-
narwhals==1.39.1
|
25
|
-
packaging>=23.2
|
26
|
-
pandas==2.2.3
|
27
|
-
pillow==11.2.1
|
28
|
-
plotly==6.1.0
|
29
|
-
pluggy==1.6.0
|
30
|
-
propcache==0.3.1
|
31
|
-
pyparsing==3.2.3
|
32
|
-
pyproject_hooks==1.2.0
|
33
|
-
pytest==8.3.5
|
34
|
-
python-dateutil==2.9.0.post0
|
35
|
-
pytz==2025.2
|
36
|
-
reportlab==4.4.1
|
37
|
-
s3transfer==0.11.3
|
38
|
-
setuptools==80.7.1
|
39
|
-
six==1.17.0
|
40
|
-
tzdata==2025.2
|
41
|
-
urllib3==2.4.0
|
42
|
-
wrapt==1.17.2
|
43
|
-
yarl==1.20.0
|
pyaws_s3-1.0.20/pyproject.toml
DELETED
@@ -1,64 +0,0 @@
|
|
1
|
-
[build-system]
|
2
|
-
requires = ["setuptools >= 77.0.3"]
|
3
|
-
build-backend = "setuptools.build_meta"
|
4
|
-
|
5
|
-
[project]
|
6
|
-
name = "pyaws-s3"
|
7
|
-
version = "1.0.20"
|
8
|
-
description = "A Python package for AWS S3 utilities"
|
9
|
-
authors = [
|
10
|
-
{ name="Giuseppe Zileni", email="giuseppe.zileni@gmail.com" }
|
11
|
-
]
|
12
|
-
readme = {file = "README.md", content-type = "text/markdown"}
|
13
|
-
requires-python = ">=3.9"
|
14
|
-
license-files = ["LICENSE.md"]
|
15
|
-
keywords = ["aws", "s3", "utilities"]
|
16
|
-
classifiers = ['Programming Language :: Python :: 3', 'Operating System :: OS Independent']
|
17
|
-
dependencies = [
|
18
|
-
"aioboto3==14.3.0",
|
19
|
-
"aiobotocore==2.22.0",
|
20
|
-
"aiofiles==24.1.0",
|
21
|
-
"aiohappyeyeballs==2.6.1",
|
22
|
-
"aiohttp==3.11.18",
|
23
|
-
"aioitertools==0.12.0",
|
24
|
-
"aiosignal==1.3.2",
|
25
|
-
"attrs==25.3.0",
|
26
|
-
"boto3==1.37.3",
|
27
|
-
"botocore==1.37.3",
|
28
|
-
"build==1.2.2.post1",
|
29
|
-
"chardet==5.2.0",
|
30
|
-
"contourpy==1.3.2",
|
31
|
-
"cycler==0.12.1",
|
32
|
-
"fonttools==4.58.0",
|
33
|
-
"fpdf==1.7.2",
|
34
|
-
"frozenlist==1.6.0",
|
35
|
-
"idna==3.10",
|
36
|
-
"iniconfig==2.1.0",
|
37
|
-
"jmespath==1.0.1",
|
38
|
-
"kiwisolver==1.4.8",
|
39
|
-
"matplotlib==3.10.3",
|
40
|
-
"multidict==6.4.3",
|
41
|
-
"narwhals==1.39.1",
|
42
|
-
"packaging>=23.2",
|
43
|
-
"pandas==2.2.3",
|
44
|
-
"pillow==11.2.1",
|
45
|
-
"plotly==6.1.0",
|
46
|
-
"pluggy==1.6.0",
|
47
|
-
"propcache==0.3.1",
|
48
|
-
"pyparsing==3.2.3",
|
49
|
-
"pyproject_hooks==1.2.0",
|
50
|
-
"pytest==8.3.5",
|
51
|
-
"python-dateutil==2.9.0.post0",
|
52
|
-
"pytz==2025.2",
|
53
|
-
"reportlab==4.4.1",
|
54
|
-
"s3transfer==0.11.3",
|
55
|
-
"setuptools==80.7.1",
|
56
|
-
"six==1.17.0",
|
57
|
-
"tzdata==2025.2",
|
58
|
-
"urllib3==2.4.0",
|
59
|
-
"wrapt==1.17.2",
|
60
|
-
"yarl==1.20.0"
|
61
|
-
]
|
62
|
-
|
63
|
-
[tool.setuptools]
|
64
|
-
packages = ["pyaws_s3"] # oppure usa "find:" se hai una struttura standard
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|