web3 6.20.2__py3-none-any.whl → 6.20.4__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.
@@ -0,0 +1,116 @@
1
+ Metadata-Version: 2.2
2
+ Name: web3
3
+ Version: 6.20.4
4
+ Summary: web3.py
5
+ Home-page: https://github.com/ethereum/web3.py
6
+ Author: The Ethereum Foundation
7
+ Author-email: snakecharmers@ethereum.org
8
+ License: MIT
9
+ Keywords: ethereum
10
+ Classifier: Development Status :: 5 - Production/Stable
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Natural Language :: English
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.7
16
+ Classifier: Programming Language :: Python :: 3.8
17
+ Classifier: Programming Language :: Python :: 3.9
18
+ Classifier: Programming Language :: Python :: 3.10
19
+ Classifier: Programming Language :: Python :: 3.11
20
+ Requires-Python: >=3.7.2
21
+ Description-Content-Type: text/markdown
22
+ License-File: LICENSE
23
+ Requires-Dist: aiohttp>=3.7.4.post0
24
+ Requires-Dist: ckzg<2
25
+ Requires-Dist: eth-abi>=4.0.0
26
+ Requires-Dist: eth-account<0.13,>=0.8.0
27
+ Requires-Dist: eth-hash[pycryptodome]>=0.5.1
28
+ Requires-Dist: eth-typing!=4.2.0,<5.0.0,>=3.0.0
29
+ Requires-Dist: eth-utils<5,>=2.1.0
30
+ Requires-Dist: hexbytes<0.4.0,>=0.1.0
31
+ Requires-Dist: jsonschema>=4.0.0
32
+ Requires-Dist: lru-dict<1.3.0,>=1.1.6
33
+ Requires-Dist: protobuf>=4.21.6
34
+ Requires-Dist: pywin32>=223; platform_system == "Windows"
35
+ Requires-Dist: requests>=2.16.0
36
+ Requires-Dist: typing-extensions>=4.0.1
37
+ Requires-Dist: websockets<14.0.0,>=10.0.0
38
+ Requires-Dist: pyunormalize>=15.0.0
39
+ Provides-Extra: tester
40
+ Requires-Dist: eth-tester[py-evm]<0.10.0b1,>=0.9.0b1; python_version <= "3.7" and extra == "tester"
41
+ Requires-Dist: eth-tester[py-evm]<0.12.0b1,>=0.11.0b1; python_version > "3.7" and extra == "tester"
42
+ Requires-Dist: py-geth<4,>=3.14.0; extra == "tester"
43
+ Provides-Extra: docs
44
+ Requires-Dist: sphinx>=5.3.0; extra == "docs"
45
+ Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "docs"
46
+ Requires-Dist: towncrier<22,>=21; extra == "docs"
47
+ Provides-Extra: dev
48
+ Requires-Dist: eth-tester[py-evm]<0.10.0b1,>=0.9.0b1; python_version <= "3.7" and extra == "dev"
49
+ Requires-Dist: eth-tester[py-evm]<0.12.0b1,>=0.11.0b1; python_version > "3.7" and extra == "dev"
50
+ Requires-Dist: py-geth<4,>=3.14.0; extra == "dev"
51
+ Requires-Dist: sphinx>=5.3.0; extra == "dev"
52
+ Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "dev"
53
+ Requires-Dist: towncrier<22,>=21; extra == "dev"
54
+ Requires-Dist: ipfshttpclient==0.8.0a2; extra == "dev"
55
+ Requires-Dist: bumpversion; extra == "dev"
56
+ Requires-Dist: flaky>=3.7.0; extra == "dev"
57
+ Requires-Dist: hypothesis>=3.31.2; extra == "dev"
58
+ Requires-Dist: importlib-metadata<5.0; python_version < "3.8" and extra == "dev"
59
+ Requires-Dist: pre-commit>=2.21.0; extra == "dev"
60
+ Requires-Dist: pytest>=7.0.0; extra == "dev"
61
+ Requires-Dist: pytest-asyncio<0.23,>=0.21.2; extra == "dev"
62
+ Requires-Dist: pytest-mock>=1.10; extra == "dev"
63
+ Requires-Dist: pytest-watch>=4.2; extra == "dev"
64
+ Requires-Dist: pytest-xdist>=1.29; extra == "dev"
65
+ Requires-Dist: setuptools>=38.6.0; extra == "dev"
66
+ Requires-Dist: tox>=3.18.0; extra == "dev"
67
+ Requires-Dist: tqdm>4.32; extra == "dev"
68
+ Requires-Dist: twine>=1.13; extra == "dev"
69
+ Requires-Dist: when-changed>=0.3.0; extra == "dev"
70
+ Requires-Dist: build>=0.9.0; extra == "dev"
71
+ Provides-Extra: ipfs
72
+ Requires-Dist: ipfshttpclient==0.8.0a2; extra == "ipfs"
73
+ Dynamic: author
74
+ Dynamic: author-email
75
+ Dynamic: classifier
76
+ Dynamic: description
77
+ Dynamic: description-content-type
78
+ Dynamic: home-page
79
+ Dynamic: keywords
80
+ Dynamic: license
81
+ Dynamic: provides-extra
82
+ Dynamic: requires-dist
83
+ Dynamic: requires-python
84
+ Dynamic: summary
85
+
86
+ # web3.py
87
+
88
+ [![Documentation Status](https://readthedocs.org/projects/web3py/badge/?version=latest)](https://web3py.readthedocs.io/en/latest/?badge=latest)
89
+ [![Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84)
90
+ [![Build Status](https://circleci.com/gh/ethereum/web3.py.svg?style=shield)](https://circleci.com/gh/ethereum/web3.py)
91
+
92
+ A Python library for interacting with Ethereum.
93
+
94
+ - Python 3.7.2+ support
95
+
96
+ ---
97
+
98
+ ## Quickstart
99
+
100
+ [Get started in 5 minutes](https://web3py.readthedocs.io/en/latest/quickstart.html) or
101
+ [take a tour](https://web3py.readthedocs.io/en/latest/overview.html) of the library.
102
+
103
+ ## Documentation
104
+
105
+ For additional guides, examples, and APIs, see the [documentation](https://web3py.readthedocs.io/en/latest/).
106
+
107
+ ## Want to help?
108
+
109
+ Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our
110
+ guidelines for [contributing](https://web3py.readthedocs.io/en/latest/contributing.html),
111
+ then check out issues that are labeled
112
+ [Good First Issue](https://github.com/ethereum/web3.py/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Issue%22).
113
+
114
+ ---
115
+
116
+ #### Questions on implementation or usage? Join the conversation on [discord](https://discord.gg/GHryRvPB84).
@@ -275,9 +275,9 @@ web3/utils/address.py,sha256=KC_IpEbixSCuMhaW6V2QCyyJTYKYGS9c8QtI9_aH7zQ,967
275
275
  web3/utils/async_exception_handling.py,sha256=gfLuzP7Y5rc21jZVjWEYAOZUMJkJd9CmsL297UKReow,3096
276
276
  web3/utils/caching.py,sha256=PgfuXiVgPYQuS0S89-jkNOJ3L2uTRt2MkVBvzMkaAXI,1770
277
277
  web3/utils/exception_handling.py,sha256=12xkzIqMAOx0Jcm6PYL98PmWlLPKFll0p9YoLGS_ZNg,3052
278
- web3-6.20.2.dist-info/LICENSE,sha256=ulnXiEqqFp9VyWe8yMFdtDi70RMBJk3mpY3FKujv6l8,1090
279
- web3-6.20.2.dist-info/METADATA,sha256=HAI2cD-mXi-yXC88_xZQ51_yyyM34nNogWWyrVOcEdw,4538
280
- web3-6.20.2.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
281
- web3-6.20.2.dist-info/entry_points.txt,sha256=2qjzGxFUlYBzoP68fcB3AJyMRunWI70uBoxNp17Brb0,64
282
- web3-6.20.2.dist-info/top_level.txt,sha256=5lRZg30BFUrz8eUK60C7OAjNT3FI4YsGmA-vZ0WIOik,15
283
- web3-6.20.2.dist-info/RECORD,,
278
+ web3-6.20.4.dist-info/LICENSE,sha256=ulnXiEqqFp9VyWe8yMFdtDi70RMBJk3mpY3FKujv6l8,1090
279
+ web3-6.20.4.dist-info/METADATA,sha256=yiUCFCqlS3TQzAEYgek5ts7M24u9UCSN1QZDpG32mDI,4739
280
+ web3-6.20.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
281
+ web3-6.20.4.dist-info/entry_points.txt,sha256=2qjzGxFUlYBzoP68fcB3AJyMRunWI70uBoxNp17Brb0,64
282
+ web3-6.20.4.dist-info/top_level.txt,sha256=5lRZg30BFUrz8eUK60C7OAjNT3FI4YsGmA-vZ0WIOik,15
283
+ web3-6.20.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (72.2.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,103 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: web3
3
- Version: 6.20.2
4
- Summary: web3.py
5
- Home-page: https://github.com/ethereum/web3.py
6
- Author: The Ethereum Foundation
7
- Author-email: snakecharmers@ethereum.org
8
- License: MIT
9
- Keywords: ethereum
10
- Classifier: Development Status :: 5 - Production/Stable
11
- Classifier: Intended Audience :: Developers
12
- Classifier: License :: OSI Approved :: MIT License
13
- Classifier: Natural Language :: English
14
- Classifier: Programming Language :: Python :: 3
15
- Classifier: Programming Language :: Python :: 3.7
16
- Classifier: Programming Language :: Python :: 3.8
17
- Classifier: Programming Language :: Python :: 3.9
18
- Classifier: Programming Language :: Python :: 3.10
19
- Classifier: Programming Language :: Python :: 3.11
20
- Requires-Python: >=3.7.2
21
- Description-Content-Type: text/markdown
22
- License-File: LICENSE
23
- Requires-Dist: aiohttp >=3.7.4.post0
24
- Requires-Dist: eth-abi >=4.0.0
25
- Requires-Dist: eth-account <0.13,>=0.8.0
26
- Requires-Dist: eth-hash[pycryptodome] >=0.5.1
27
- Requires-Dist: eth-typing !=4.2.0,<5.0.0,>=3.0.0
28
- Requires-Dist: eth-utils <5,>=2.1.0
29
- Requires-Dist: hexbytes <0.4.0,>=0.1.0
30
- Requires-Dist: jsonschema >=4.0.0
31
- Requires-Dist: lru-dict <1.3.0,>=1.1.6
32
- Requires-Dist: protobuf >=4.21.6
33
- Requires-Dist: requests >=2.16.0
34
- Requires-Dist: typing-extensions >=4.0.1
35
- Requires-Dist: websockets >=10.0.0
36
- Requires-Dist: pyunormalize >=15.0.0
37
- Requires-Dist: pywin32 >=223 ; platform_system == "Windows"
38
- Provides-Extra: dev
39
- Requires-Dist: py-geth <4,>=3.14.0 ; extra == 'dev'
40
- Requires-Dist: sphinx >=5.3.0 ; extra == 'dev'
41
- Requires-Dist: sphinx-rtd-theme >=1.0.0 ; extra == 'dev'
42
- Requires-Dist: towncrier <22,>=21 ; extra == 'dev'
43
- Requires-Dist: ipfshttpclient ==0.8.0a2 ; extra == 'dev'
44
- Requires-Dist: bumpversion ; extra == 'dev'
45
- Requires-Dist: flaky >=3.7.0 ; extra == 'dev'
46
- Requires-Dist: hypothesis >=3.31.2 ; extra == 'dev'
47
- Requires-Dist: pre-commit >=2.21.0 ; extra == 'dev'
48
- Requires-Dist: pytest >=7.0.0 ; extra == 'dev'
49
- Requires-Dist: pytest-asyncio <0.23,>=0.21.2 ; extra == 'dev'
50
- Requires-Dist: pytest-mock >=1.10 ; extra == 'dev'
51
- Requires-Dist: pytest-watch >=4.2 ; extra == 'dev'
52
- Requires-Dist: pytest-xdist >=1.29 ; extra == 'dev'
53
- Requires-Dist: setuptools >=38.6.0 ; extra == 'dev'
54
- Requires-Dist: tox >=3.18.0 ; extra == 'dev'
55
- Requires-Dist: tqdm >4.32 ; extra == 'dev'
56
- Requires-Dist: twine >=1.13 ; extra == 'dev'
57
- Requires-Dist: when-changed >=0.3.0 ; extra == 'dev'
58
- Requires-Dist: build >=0.9.0 ; extra == 'dev'
59
- Requires-Dist: importlib-metadata <5.0 ; (python_version < "3.8") and extra == 'dev'
60
- Requires-Dist: eth-tester[py-evm] <0.10.0b1,>=0.9.0b1 ; (python_version <= "3.7") and extra == 'dev'
61
- Requires-Dist: eth-tester[py-evm] <0.12.0b1,>=0.11.0b1 ; (python_version > "3.7") and extra == 'dev'
62
- Provides-Extra: docs
63
- Requires-Dist: sphinx >=5.3.0 ; extra == 'docs'
64
- Requires-Dist: sphinx-rtd-theme >=1.0.0 ; extra == 'docs'
65
- Requires-Dist: towncrier <22,>=21 ; extra == 'docs'
66
- Provides-Extra: ipfs
67
- Requires-Dist: ipfshttpclient ==0.8.0a2 ; extra == 'ipfs'
68
- Provides-Extra: tester
69
- Requires-Dist: py-geth <4,>=3.14.0 ; extra == 'tester'
70
- Requires-Dist: eth-tester[py-evm] <0.10.0b1,>=0.9.0b1 ; (python_version <= "3.7") and extra == 'tester'
71
- Requires-Dist: eth-tester[py-evm] <0.12.0b1,>=0.11.0b1 ; (python_version > "3.7") and extra == 'tester'
72
-
73
- # web3.py
74
-
75
- [![Documentation Status](https://readthedocs.org/projects/web3py/badge/?version=latest)](https://web3py.readthedocs.io/en/latest/?badge=latest)
76
- [![Discord](https://img.shields.io/discord/809793915578089484?color=blue&label=chat&logo=discord&logoColor=white)](https://discord.gg/GHryRvPB84)
77
- [![Build Status](https://circleci.com/gh/ethereum/web3.py.svg?style=shield)](https://circleci.com/gh/ethereum/web3.py)
78
-
79
- A Python library for interacting with Ethereum.
80
-
81
- - Python 3.7.2+ support
82
-
83
- ---
84
-
85
- ## Quickstart
86
-
87
- [Get started in 5 minutes](https://web3py.readthedocs.io/en/latest/quickstart.html) or
88
- [take a tour](https://web3py.readthedocs.io/en/latest/overview.html) of the library.
89
-
90
- ## Documentation
91
-
92
- For additional guides, examples, and APIs, see the [documentation](https://web3py.readthedocs.io/en/latest/).
93
-
94
- ## Want to help?
95
-
96
- Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our
97
- guidelines for [contributing](https://web3py.readthedocs.io/en/latest/contributing.html),
98
- then check out issues that are labeled
99
- [Good First Issue](https://github.com/ethereum/web3.py/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Issue%22).
100
-
101
- ---
102
-
103
- #### Questions on implementation or usage? Join the conversation on [discord](https://discord.gg/GHryRvPB84).
File without changes