pyaws-s3 1.0.4__tar.gz → 1.0.6__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.
@@ -1,8 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyaws_s3
3
- Version: 1.0.4
3
+ Version: 1.0.6
4
4
  Summary: A Python package for AWS S3 utilities
5
- Author: Giuseppe Zileni
6
5
  Author-email: Giuseppe Zileni <giuseppe.zileni@gmail.com>
7
6
  Keywords: aws,s3,utilities
8
7
  Classifier: Programming Language :: Python :: 3
@@ -32,7 +31,7 @@ Requires-Dist: matplotlib==3.10.3
32
31
  Requires-Dist: multidict==6.4.3
33
32
  Requires-Dist: narwhals==1.39.1
34
33
  Requires-Dist: numpy==2.2.5
35
- Requires-Dist: packaging==25.0
34
+ Requires-Dist: packaging==23.2
36
35
  Requires-Dist: pandas==2.2.3
37
36
  Requires-Dist: pillow==11.2.1
38
37
  Requires-Dist: plotly==6.1.0
@@ -46,9 +45,7 @@ Requires-Dist: tzdata==2025.2
46
45
  Requires-Dist: urllib3==2.4.0
47
46
  Requires-Dist: wrapt==1.17.2
48
47
  Requires-Dist: yarl==1.20.0
49
- Dynamic: author
50
48
  Dynamic: license-file
51
- Dynamic: requires-python
52
49
 
53
50
  # PYAWS_S3
54
51
 
@@ -1,8 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyaws_s3
3
- Version: 1.0.4
3
+ Version: 1.0.6
4
4
  Summary: A Python package for AWS S3 utilities
5
- Author: Giuseppe Zileni
6
5
  Author-email: Giuseppe Zileni <giuseppe.zileni@gmail.com>
7
6
  Keywords: aws,s3,utilities
8
7
  Classifier: Programming Language :: Python :: 3
@@ -32,7 +31,7 @@ Requires-Dist: matplotlib==3.10.3
32
31
  Requires-Dist: multidict==6.4.3
33
32
  Requires-Dist: narwhals==1.39.1
34
33
  Requires-Dist: numpy==2.2.5
35
- Requires-Dist: packaging==25.0
34
+ Requires-Dist: packaging==23.2
36
35
  Requires-Dist: pandas==2.2.3
37
36
  Requires-Dist: pillow==11.2.1
38
37
  Requires-Dist: plotly==6.1.0
@@ -46,9 +45,7 @@ Requires-Dist: tzdata==2025.2
46
45
  Requires-Dist: urllib3==2.4.0
47
46
  Requires-Dist: wrapt==1.17.2
48
47
  Requires-Dist: yarl==1.20.0
49
- Dynamic: author
50
48
  Dynamic: license-file
51
- Dynamic: requires-python
52
49
 
53
50
  # PYAWS_S3
54
51
 
@@ -1,7 +1,6 @@
1
1
  LICENSE.md
2
2
  README.md
3
3
  pyproject.toml
4
- setup.py
5
4
  pyaws_s3/__init__.py
6
5
  pyaws_s3/s3.py
7
6
  pyaws_s3/util.py
@@ -20,7 +20,7 @@ matplotlib==3.10.3
20
20
  multidict==6.4.3
21
21
  narwhals==1.39.1
22
22
  numpy==2.2.5
23
- packaging==25.0
23
+ packaging==23.2
24
24
  pandas==2.2.3
25
25
  pillow==11.2.1
26
26
  plotly==6.1.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pyaws_s3"
7
- version = "1.0.4"
7
+ version = "1.0.6"
8
8
  description = "A Python package for AWS S3 utilities"
9
9
  authors = [
10
10
  { name="Giuseppe Zileni", email="giuseppe.zileni@gmail.com" }
@@ -37,7 +37,7 @@ dependencies = [
37
37
  "multidict==6.4.3",
38
38
  "narwhals==1.39.1",
39
39
  "numpy==2.2.5",
40
- "packaging==25.0",
40
+ "packaging==23.2",
41
41
  "pandas==2.2.3",
42
42
  "pillow==11.2.1",
43
43
  "plotly==6.1.0",
pyaws_s3-1.0.4/setup.py DELETED
@@ -1,55 +0,0 @@
1
- from setuptools import setup, find_packages
2
-
3
- setup(
4
- name="pyaws_s3",
5
- version="1.0.4",
6
- description="A package for AWS S3 utilities",
7
- author="Giuseppe Zileni",
8
- author_email="giuseppe.zileni@gmail,com",
9
- packages=find_packages(),
10
- include_package_data=True,
11
- install_requires=[
12
- "aioboto3==14.3.0",
13
- "aiobotocore==2.22.0",
14
- "aiofiles==24.1.0",
15
- "aiohappyeyeballs==2.6.1",
16
- "aiohttp==3.11.18",
17
- "aioitertools==0.12.0",
18
- "aiosignal==1.3.2",
19
- "attrs==25.3.0",
20
- "boto3==1.37.3",
21
- "botocore==1.37.3",
22
- "contourpy==1.3.2",
23
- "cycler==0.12.1",
24
- "fonttools==4.58.0",
25
- "fpdf==1.7.2",
26
- "frozenlist==1.6.0",
27
- "idna==3.10",
28
- "jmespath==1.0.1",
29
- "kiwisolver==1.4.8",
30
- "matplotlib==3.10.3",
31
- "multidict==6.4.3",
32
- "narwhals==1.39.1",
33
- "numpy==2.2.5",
34
- "packaging==25.0",
35
- "pandas==2.2.3",
36
- "pillow==11.2.1",
37
- "plotly==6.1.0",
38
- "propcache==0.3.1",
39
- "pyparsing==3.2.3",
40
- "python-dateutil==2.9.0.post0",
41
- "pytz==2025.2",
42
- "s3transfer==0.11.3",
43
- "six==1.17.0",
44
- "tzdata==2025.2",
45
- "urllib3==2.4.0",
46
- "wrapt==1.17.2",
47
- "yarl==1.20.0"
48
- ],
49
- python_requires=">=3.12",
50
- classifiers=[
51
- "Programming Language :: Python :: 3",
52
- "License :: OSI Approved :: MIT License",
53
- "Operating System :: OS Independent",
54
- ],
55
- )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes