faster-eth-utils 5.3.8__cp314-cp314-win_amd64.whl → 5.3.9__cp314-cp314-win_amd64.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.
Potentially problematic release.
This version of faster-eth-utils might be problematic. Click here for more details.
- 99c07adba6ff961eaf3e__mypyc.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/abi.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/address.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/applicators.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/conversions.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/crypto.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/currency.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/debug.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/decorators.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/encoding.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/exceptions.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/functional.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/hexadecimal.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/humanize.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/module_loading.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/network.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/numeric.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/toolz.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/types.cp314-win_amd64.pyd +0 -0
- faster_eth_utils/units.cp314-win_amd64.pyd +0 -0
- {faster_eth_utils-5.3.8.dist-info → faster_eth_utils-5.3.9.dist-info}/METADATA +4 -4
- {faster_eth_utils-5.3.8.dist-info → faster_eth_utils-5.3.9.dist-info}/RECORD +25 -25
- {faster_eth_utils-5.3.8.dist-info → faster_eth_utils-5.3.9.dist-info}/WHEEL +0 -0
- {faster_eth_utils-5.3.8.dist-info → faster_eth_utils-5.3.9.dist-info}/licenses/LICENSE +0 -0
- {faster_eth_utils-5.3.8.dist-info → faster_eth_utils-5.3.9.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: faster-eth-utils
|
|
3
|
-
Version: 5.3.
|
|
3
|
+
Version: 5.3.9
|
|
4
4
|
Summary: A fork of eth-utils: Common utility functions for python code that interacts with Ethereum, implemented in C
|
|
5
5
|
Home-page: https://github.com/BobTheBuidler/eth-utils
|
|
6
6
|
Author: The Ethereum Foundation
|
|
@@ -32,7 +32,7 @@ Requires-Dist: build>=0.9.0; extra == "dev"
|
|
|
32
32
|
Requires-Dist: bump_my_version>=0.19.0; extra == "dev"
|
|
33
33
|
Requires-Dist: eth-hash[pycryptodome]; extra == "dev"
|
|
34
34
|
Requires-Dist: ipython; extra == "dev"
|
|
35
|
-
Requires-Dist: mypy==1.
|
|
35
|
+
Requires-Dist: mypy==1.18.2; extra == "dev"
|
|
36
36
|
Requires-Dist: pre-commit>=3.4.0; extra == "dev"
|
|
37
37
|
Requires-Dist: tox>=4.0.0; extra == "dev"
|
|
38
38
|
Requires-Dist: twine; extra == "dev"
|
|
@@ -42,7 +42,7 @@ Requires-Dist: sphinx-autobuild>=2021.3.14; extra == "dev"
|
|
|
42
42
|
Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "dev"
|
|
43
43
|
Requires-Dist: towncrier<25,>=24; extra == "dev"
|
|
44
44
|
Requires-Dist: hypothesis>=4.43.0; extra == "dev"
|
|
45
|
-
Requires-Dist: mypy==1.
|
|
45
|
+
Requires-Dist: mypy==1.18.2; extra == "dev"
|
|
46
46
|
Requires-Dist: pytest>=7.0.0; extra == "dev"
|
|
47
47
|
Requires-Dist: pytest-codspeed>=2.0.0; extra == "dev"
|
|
48
48
|
Requires-Dist: pytest-xdist>=2.4.0; extra == "dev"
|
|
@@ -53,7 +53,7 @@ Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "docs"
|
|
|
53
53
|
Requires-Dist: towncrier<25,>=24; extra == "docs"
|
|
54
54
|
Provides-Extra: test
|
|
55
55
|
Requires-Dist: hypothesis>=4.43.0; extra == "test"
|
|
56
|
-
Requires-Dist: mypy==1.
|
|
56
|
+
Requires-Dist: mypy==1.18.2; extra == "test"
|
|
57
57
|
Requires-Dist: pytest>=7.0.0; extra == "test"
|
|
58
58
|
Requires-Dist: pytest-codspeed>=2.0.0; extra == "test"
|
|
59
59
|
Requires-Dist: pytest-xdist>=2.4.0; extra == "test"
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
99c07adba6ff961eaf3e__mypyc.cp314-win_amd64.pyd,sha256=
|
|
1
|
+
99c07adba6ff961eaf3e__mypyc.cp314-win_amd64.pyd,sha256=_ntvItI-KWYcQm4wyYAf4oA87mtFh9ylmOZLZEJWv0M,445952
|
|
2
2
|
faster_eth_utils/__init__.py,sha256=Hk6hT3RXB-ednEtyC4QgGeRVby9xSwUsK5I38NxnqBg,2906
|
|
3
3
|
faster_eth_utils/__main__.py,sha256=_ZPSIKET0Rym_kVRE6xmvmbZVqYTMuTeyRdwduo2e48,91
|
|
4
|
-
faster_eth_utils/abi.cp314-win_amd64.pyd,sha256=
|
|
4
|
+
faster_eth_utils/abi.cp314-win_amd64.pyd,sha256=8kFsKhDGwTLTwxkxCXY0THJj4LyGLaBVcpqLgk95Pf4,10752
|
|
5
5
|
faster_eth_utils/abi.py,sha256=3VWTb9hWO_bxHHdbz4-rDZNN_gYmdFv7CHKo6N6bOq4,27387
|
|
6
|
-
faster_eth_utils/address.cp314-win_amd64.pyd,sha256=
|
|
6
|
+
faster_eth_utils/address.cp314-win_amd64.pyd,sha256=SbJXuMUyemM5N_BIf7o_iGjemMj5cJduTNMcEttICdM,10752
|
|
7
7
|
faster_eth_utils/address.py,sha256=G9HKC4rFnPFF94Dyae5NmOICgjubl0ZPlNJWZGEOCNg,3825
|
|
8
|
-
faster_eth_utils/applicators.cp314-win_amd64.pyd,sha256=
|
|
8
|
+
faster_eth_utils/applicators.cp314-win_amd64.pyd,sha256=oPpBeZ5W2Z_6jZpKKxAn8x90TM2DG8suieCtIXelxAo,10752
|
|
9
9
|
faster_eth_utils/applicators.py,sha256=w_Dhkd8uWUpCGxYoNkvwf1FsSTvonZ0Ci82DaSr-yUk,5480
|
|
10
|
-
faster_eth_utils/conversions.cp314-win_amd64.pyd,sha256=
|
|
10
|
+
faster_eth_utils/conversions.cp314-win_amd64.pyd,sha256=0rLMoIvKnWV5ckjDCI45wXvDEl_MfNPiz0ZeMvygvxM,10752
|
|
11
11
|
faster_eth_utils/conversions.py,sha256=IPUPtXHUyzBYc13c2IY8ZhM4MmA2BBaVnDihvDIApSY,5856
|
|
12
|
-
faster_eth_utils/crypto.cp314-win_amd64.pyd,sha256=
|
|
12
|
+
faster_eth_utils/crypto.cp314-win_amd64.pyd,sha256=_Rd2cdVWEXX1o93PuzKXhmrdEDghPb3D92tI1axyABs,10752
|
|
13
13
|
faster_eth_utils/crypto.py,sha256=X_l4B_ZBNHaulcInSVpdBG24xqjQ1_W9t4wYvi9Btw0,416
|
|
14
|
-
faster_eth_utils/currency.cp314-win_amd64.pyd,sha256=
|
|
14
|
+
faster_eth_utils/currency.cp314-win_amd64.pyd,sha256=Mx438lddVi5MLiD3bBgnD8KCb2eT3csTEyjP_PNUVBY,10752
|
|
15
15
|
faster_eth_utils/currency.py,sha256=8oLxDv52IDJ2SK5q8C1zBdPXKHHBi7v_44sdbv3VJVw,4291
|
|
16
|
-
faster_eth_utils/debug.cp314-win_amd64.pyd,sha256=
|
|
16
|
+
faster_eth_utils/debug.cp314-win_amd64.pyd,sha256=8odABp_jCGzzmLMUtR4wvdnpa6HL9s0T-1Fzd6d1v94,10752
|
|
17
17
|
faster_eth_utils/debug.py,sha256=V3fN7-gz246Tcf_Zp99QK3uDzW22odPpAl_bShIZhZs,519
|
|
18
|
-
faster_eth_utils/decorators.cp314-win_amd64.pyd,sha256=
|
|
18
|
+
faster_eth_utils/decorators.cp314-win_amd64.pyd,sha256=IcGOeuak-U1gKf_hjufSyfXQ6vY5hM641RJvGg520SI,10752
|
|
19
19
|
faster_eth_utils/decorators.py,sha256=h9v97vwtqgtPVkcBMtTk1MNYk4BY7QH53GC3c_Wc-OQ,2224
|
|
20
|
-
faster_eth_utils/encoding.cp314-win_amd64.pyd,sha256=
|
|
20
|
+
faster_eth_utils/encoding.cp314-win_amd64.pyd,sha256=7oiqZllw98qypaM3zHFlRs4XxLjN06nJHwcOcezGUzg,10752
|
|
21
21
|
faster_eth_utils/encoding.py,sha256=8_mWHVwdNL4Y1R-7N6q-N9R3N-yKtZ0arHaq8CuuCMM,205
|
|
22
|
-
faster_eth_utils/exceptions.cp314-win_amd64.pyd,sha256=
|
|
22
|
+
faster_eth_utils/exceptions.cp314-win_amd64.pyd,sha256=HVaqtM0gRK_aPDwmJPuNIZpvr_o8KBKk0uxkdObdCtI,10752
|
|
23
23
|
faster_eth_utils/exceptions.py,sha256=BFZxGWQcQGmeYZHn-valoA_1M0Y7Ub43-L9CndFewGc,114
|
|
24
|
-
faster_eth_utils/functional.cp314-win_amd64.pyd,sha256=
|
|
24
|
+
faster_eth_utils/functional.cp314-win_amd64.pyd,sha256=kF299O3sUpkKR1xyteQPy2uQRY6_IbGknKJ7IXM0uJM,10752
|
|
25
25
|
faster_eth_utils/functional.py,sha256=MWexxiZH6yqg1MMGsTRHuC0SxLVi3kZQKBAgtq6wrqo,2538
|
|
26
|
-
faster_eth_utils/hexadecimal.cp314-win_amd64.pyd,sha256=
|
|
26
|
+
faster_eth_utils/hexadecimal.cp314-win_amd64.pyd,sha256=lPeJVWT7F9iL4lrhVyUCsYIIRI7fQ3NwFLZys1V9hKw,10752
|
|
27
27
|
faster_eth_utils/hexadecimal.py,sha256=bnWHo68ajygzhbLJfVOmqBlgifXfkBX8QvlHbigk9KU,2162
|
|
28
|
-
faster_eth_utils/humanize.cp314-win_amd64.pyd,sha256=
|
|
28
|
+
faster_eth_utils/humanize.cp314-win_amd64.pyd,sha256=53noZXl2jhSztRKosqpuKB03gdSg3PoP1Fkt6xZQTdk,10752
|
|
29
29
|
faster_eth_utils/humanize.py,sha256=GA0N9yfbnQiYuP3CnT6nO6YLFs4GT1e6EskRsH9xL4s,4883
|
|
30
30
|
faster_eth_utils/logging.py,sha256=fYULygZhlrLaXr5-Ao589w7wiNLLsvC7JWblR5E9oy0,4735
|
|
31
|
-
faster_eth_utils/module_loading.cp314-win_amd64.pyd,sha256
|
|
31
|
+
faster_eth_utils/module_loading.cp314-win_amd64.pyd,sha256=-yL9zsNO26vIKLc8w84d8ad7sV-NV6Lh0YxUe2Z4QIM,10752
|
|
32
32
|
faster_eth_utils/module_loading.py,sha256=gGZ0n4zezi2zxMRuEU0cf7EYW1lXpS_a1aPvP1KFkXA,873
|
|
33
|
-
faster_eth_utils/network.cp314-win_amd64.pyd,sha256=
|
|
33
|
+
faster_eth_utils/network.cp314-win_amd64.pyd,sha256=56UFuRaR_2lEUusKImJNLvSt_naTm4efJUli6hRG2c8,10752
|
|
34
34
|
faster_eth_utils/network.py,sha256=MVyNw-DQGoaMvKXedWbOzESSfT2x5HPtsxaImWLhXd4,2370
|
|
35
|
-
faster_eth_utils/numeric.cp314-win_amd64.pyd,sha256=
|
|
35
|
+
faster_eth_utils/numeric.cp314-win_amd64.pyd,sha256=4xgf477ISXREWvN23psHMlDqAJ-jDYTLdCQdRonFrKc,10752
|
|
36
36
|
faster_eth_utils/numeric.py,sha256=Mqc6dzs-aK84cBFxsZtXJhpb7_S-TDug-FuFqlR6vHg,1233
|
|
37
37
|
faster_eth_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
faster_eth_utils/pydantic.py,sha256=PNyQtjSkOuN7m78b7vKyiMCiKLXXAbd5IIB2V0NwdwM,3467
|
|
39
|
-
faster_eth_utils/toolz.cp314-win_amd64.pyd,sha256=
|
|
39
|
+
faster_eth_utils/toolz.cp314-win_amd64.pyd,sha256=SkHrqI2mddPzAqdefehOewVnuqrfL5eocRBbLG7mkC8,10752
|
|
40
40
|
faster_eth_utils/toolz.py,sha256=P3s23LOEFRY6XQ8i_ChnA9hf-PSi-Oe-pv0jzsj7DjY,4494
|
|
41
|
-
faster_eth_utils/types.cp314-win_amd64.pyd,sha256
|
|
41
|
+
faster_eth_utils/types.cp314-win_amd64.pyd,sha256=-4bJE_BxnNnWaLA6SVn98d_xM_9qL0RaPP9tWFYZT7M,10752
|
|
42
42
|
faster_eth_utils/types.py,sha256=93qhgOdd3t9oVYptsgddUV42LEbic80wfqpevLwrIWI,1587
|
|
43
|
-
faster_eth_utils/units.cp314-win_amd64.pyd,sha256=
|
|
43
|
+
faster_eth_utils/units.cp314-win_amd64.pyd,sha256=9nilhxJWwzK6lQZI9nSTTOOMCGcYszSKVNaFjVf_zho,10752
|
|
44
44
|
faster_eth_utils/units.py,sha256=QQyNHx2umgN5LtOmptc_2-XKf3A-5YfVcTwaEcVrev8,1788
|
|
45
45
|
faster_eth_utils/__json/eth_networks.json,sha256=Zvb92ir0B_xKfqAraQtQLSf7J1zrfl_lwbYYrtP-hms,414774
|
|
46
46
|
faster_eth_utils/curried/__init__.py,sha256=l6kKdgMwrK4nqMz9r6AoNMIPJKfSI5bNxKuQzgq2sRQ,7707
|
|
47
47
|
faster_eth_utils/typing/__init__.py,sha256=mCjbC5-GULGyLCr-LHccbW_aKPkzN2w1ejW3EBfy6mU,343
|
|
48
48
|
faster_eth_utils/typing/misc.py,sha256=rokTYylOyX_Uok6rb8L1JsH_7fAydRmDWLzL5xc6Bao,204
|
|
49
|
-
faster_eth_utils-5.3.
|
|
50
|
-
faster_eth_utils-5.3.
|
|
51
|
-
faster_eth_utils-5.3.
|
|
52
|
-
faster_eth_utils-5.3.
|
|
53
|
-
faster_eth_utils-5.3.
|
|
49
|
+
faster_eth_utils-5.3.9.dist-info/licenses/LICENSE,sha256=VSsrPEmF7tY2P84NOLM4ZsJDoEIjpf16GFwU5-py2n0,1116
|
|
50
|
+
faster_eth_utils-5.3.9.dist-info/METADATA,sha256=3lTiMIDuFd0s1w1yexN9TgdHipGorZRQnsK5xlwUet4,7268
|
|
51
|
+
faster_eth_utils-5.3.9.dist-info/WHEEL,sha256=7k6Wcy588iJYe5lf5K095NLg-uoBTnE-T8eHJ92G4_4,101
|
|
52
|
+
faster_eth_utils-5.3.9.dist-info/top_level.txt,sha256=8eOy3WlvVLCcmwPnl2UMylYQNmrXz76p9L_TH-NYSSM,55
|
|
53
|
+
faster_eth_utils-5.3.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|