web3 6.20.3__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.
- web3-6.20.4.dist-info/METADATA +116 -0
- {web3-6.20.3.dist-info → web3-6.20.4.dist-info}/RECORD +6 -6
- {web3-6.20.3.dist-info → web3-6.20.4.dist-info}/WHEEL +1 -1
- web3-6.20.3.dist-info/METADATA +0 -104
- {web3-6.20.3.dist-info → web3-6.20.4.dist-info}/LICENSE +0 -0
- {web3-6.20.3.dist-info → web3-6.20.4.dist-info}/entry_points.txt +0 -0
- {web3-6.20.3.dist-info → web3-6.20.4.dist-info}/top_level.txt +0 -0
|
@@ -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
|
+
[](https://web3py.readthedocs.io/en/latest/?badge=latest)
|
|
89
|
+
[](https://discord.gg/GHryRvPB84)
|
|
90
|
+
[](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.
|
|
279
|
-
web3-6.20.
|
|
280
|
-
web3-6.20.
|
|
281
|
-
web3-6.20.
|
|
282
|
-
web3-6.20.
|
|
283
|
-
web3-6.20.
|
|
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,,
|
web3-6.20.3.dist-info/METADATA
DELETED
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: web3
|
|
3
|
-
Version: 6.20.3
|
|
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: requests >=2.16.0
|
|
35
|
-
Requires-Dist: typing-extensions >=4.0.1
|
|
36
|
-
Requires-Dist: websockets >=10.0.0
|
|
37
|
-
Requires-Dist: pyunormalize >=15.0.0
|
|
38
|
-
Requires-Dist: pywin32 >=223 ; platform_system == "Windows"
|
|
39
|
-
Provides-Extra: dev
|
|
40
|
-
Requires-Dist: py-geth <4,>=3.14.0 ; extra == 'dev'
|
|
41
|
-
Requires-Dist: sphinx >=5.3.0 ; extra == 'dev'
|
|
42
|
-
Requires-Dist: sphinx-rtd-theme >=1.0.0 ; extra == 'dev'
|
|
43
|
-
Requires-Dist: towncrier <22,>=21 ; extra == 'dev'
|
|
44
|
-
Requires-Dist: ipfshttpclient ==0.8.0a2 ; extra == 'dev'
|
|
45
|
-
Requires-Dist: bumpversion ; extra == 'dev'
|
|
46
|
-
Requires-Dist: flaky >=3.7.0 ; extra == 'dev'
|
|
47
|
-
Requires-Dist: hypothesis >=3.31.2 ; extra == 'dev'
|
|
48
|
-
Requires-Dist: pre-commit >=2.21.0 ; extra == 'dev'
|
|
49
|
-
Requires-Dist: pytest >=7.0.0 ; extra == 'dev'
|
|
50
|
-
Requires-Dist: pytest-asyncio <0.23,>=0.21.2 ; extra == 'dev'
|
|
51
|
-
Requires-Dist: pytest-mock >=1.10 ; extra == 'dev'
|
|
52
|
-
Requires-Dist: pytest-watch >=4.2 ; extra == 'dev'
|
|
53
|
-
Requires-Dist: pytest-xdist >=1.29 ; extra == 'dev'
|
|
54
|
-
Requires-Dist: setuptools >=38.6.0 ; extra == 'dev'
|
|
55
|
-
Requires-Dist: tox >=3.18.0 ; extra == 'dev'
|
|
56
|
-
Requires-Dist: tqdm >4.32 ; extra == 'dev'
|
|
57
|
-
Requires-Dist: twine >=1.13 ; extra == 'dev'
|
|
58
|
-
Requires-Dist: when-changed >=0.3.0 ; extra == 'dev'
|
|
59
|
-
Requires-Dist: build >=0.9.0 ; extra == 'dev'
|
|
60
|
-
Requires-Dist: importlib-metadata <5.0 ; (python_version < "3.8") and extra == 'dev'
|
|
61
|
-
Requires-Dist: eth-tester[py-evm] <0.10.0b1,>=0.9.0b1 ; (python_version <= "3.7") and extra == 'dev'
|
|
62
|
-
Requires-Dist: eth-tester[py-evm] <0.12.0b1,>=0.11.0b1 ; (python_version > "3.7") and extra == 'dev'
|
|
63
|
-
Provides-Extra: docs
|
|
64
|
-
Requires-Dist: sphinx >=5.3.0 ; extra == 'docs'
|
|
65
|
-
Requires-Dist: sphinx-rtd-theme >=1.0.0 ; extra == 'docs'
|
|
66
|
-
Requires-Dist: towncrier <22,>=21 ; extra == 'docs'
|
|
67
|
-
Provides-Extra: ipfs
|
|
68
|
-
Requires-Dist: ipfshttpclient ==0.8.0a2 ; extra == 'ipfs'
|
|
69
|
-
Provides-Extra: tester
|
|
70
|
-
Requires-Dist: py-geth <4,>=3.14.0 ; extra == 'tester'
|
|
71
|
-
Requires-Dist: eth-tester[py-evm] <0.10.0b1,>=0.9.0b1 ; (python_version <= "3.7") and extra == 'tester'
|
|
72
|
-
Requires-Dist: eth-tester[py-evm] <0.12.0b1,>=0.11.0b1 ; (python_version > "3.7") and extra == 'tester'
|
|
73
|
-
|
|
74
|
-
# web3.py
|
|
75
|
-
|
|
76
|
-
[](https://web3py.readthedocs.io/en/latest/?badge=latest)
|
|
77
|
-
[](https://discord.gg/GHryRvPB84)
|
|
78
|
-
[](https://circleci.com/gh/ethereum/web3.py)
|
|
79
|
-
|
|
80
|
-
A Python library for interacting with Ethereum.
|
|
81
|
-
|
|
82
|
-
- Python 3.7.2+ support
|
|
83
|
-
|
|
84
|
-
---
|
|
85
|
-
|
|
86
|
-
## Quickstart
|
|
87
|
-
|
|
88
|
-
[Get started in 5 minutes](https://web3py.readthedocs.io/en/latest/quickstart.html) or
|
|
89
|
-
[take a tour](https://web3py.readthedocs.io/en/latest/overview.html) of the library.
|
|
90
|
-
|
|
91
|
-
## Documentation
|
|
92
|
-
|
|
93
|
-
For additional guides, examples, and APIs, see the [documentation](https://web3py.readthedocs.io/en/latest/).
|
|
94
|
-
|
|
95
|
-
## Want to help?
|
|
96
|
-
|
|
97
|
-
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our
|
|
98
|
-
guidelines for [contributing](https://web3py.readthedocs.io/en/latest/contributing.html),
|
|
99
|
-
then check out issues that are labeled
|
|
100
|
-
[Good First Issue](https://github.com/ethereum/web3.py/issues?q=is%3Aissue+is%3Aopen+label%3A%22Good+First+Issue%22).
|
|
101
|
-
|
|
102
|
-
---
|
|
103
|
-
|
|
104
|
-
#### Questions on implementation or usage? Join the conversation on [discord](https://discord.gg/GHryRvPB84).
|
|
File without changes
|
|
File without changes
|
|
File without changes
|