faster-eth-utils 5.3.11__cp313-cp313-macosx_11_0_arm64.whl → 5.3.12__cp313-cp313-macosx_11_0_arm64.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.
- faster_eth_utils/abi.cpython-313-darwin.so +0 -0
- faster_eth_utils/address.cpython-313-darwin.so +0 -0
- faster_eth_utils/applicators.cpython-313-darwin.so +0 -0
- faster_eth_utils/applicators.py +2 -1
- faster_eth_utils/conversions.cpython-313-darwin.so +0 -0
- faster_eth_utils/crypto.cpython-313-darwin.so +0 -0
- faster_eth_utils/currency.cpython-313-darwin.so +0 -0
- faster_eth_utils/debug.cpython-313-darwin.so +0 -0
- faster_eth_utils/decorators.cpython-313-darwin.so +0 -0
- faster_eth_utils/encoding.cpython-313-darwin.so +0 -0
- faster_eth_utils/exceptions.cpython-313-darwin.so +0 -0
- faster_eth_utils/functional.cpython-313-darwin.so +0 -0
- faster_eth_utils/hexadecimal.cpython-313-darwin.so +0 -0
- faster_eth_utils/humanize.cpython-313-darwin.so +0 -0
- faster_eth_utils/module_loading.cpython-313-darwin.so +0 -0
- faster_eth_utils/network.cpython-313-darwin.so +0 -0
- faster_eth_utils/numeric.cpython-313-darwin.so +0 -0
- faster_eth_utils/toolz.cpython-313-darwin.so +0 -0
- faster_eth_utils/types.cpython-313-darwin.so +0 -0
- faster_eth_utils/units.cpython-313-darwin.so +0 -0
- {faster_eth_utils-5.3.11.dist-info → faster_eth_utils-5.3.12.dist-info}/METADATA +2 -2
- faster_eth_utils-5.3.12.dist-info/RECORD +53 -0
- faster_eth_utils__mypyc.cpython-313-darwin.so +0 -0
- faster_eth_utils-5.3.11.dist-info/RECORD +0 -53
- {faster_eth_utils-5.3.11.dist-info → faster_eth_utils-5.3.12.dist-info}/WHEEL +0 -0
- {faster_eth_utils-5.3.11.dist-info → faster_eth_utils-5.3.12.dist-info}/licenses/LICENSE +0 -0
- {faster_eth_utils-5.3.11.dist-info → faster_eth_utils-5.3.12.dist-info}/top_level.txt +0 -0
Binary file
|
Binary file
|
Binary file
|
faster_eth_utils/applicators.py
CHANGED
@@ -4,6 +4,7 @@ from typing import (
|
|
4
4
|
Dict,
|
5
5
|
Generator,
|
6
6
|
List,
|
7
|
+
Mapping,
|
7
8
|
Sequence,
|
8
9
|
Tuple,
|
9
10
|
TypeVar,
|
@@ -179,7 +180,7 @@ def apply_one_of_formatters(
|
|
179
180
|
|
180
181
|
|
181
182
|
def apply_key_map(
|
182
|
-
key_mappings: Dict[Any, Any], value:
|
183
|
+
key_mappings: Dict[Any, Any], value: Mapping[Any, Any]
|
183
184
|
) -> Dict[Any, Any]:
|
184
185
|
key_conflicts = (
|
185
186
|
set(value.keys())
|
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.12
|
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
|
@@ -84,7 +84,7 @@ Dynamic: summary
|
|
84
84
|
|
85
85
|
##### We benchmark `faster-eth-utils` against the original `eth-utils` for your convenience. [See results](https://github.com/BobTheBuidler/faster-eth-utils/tree/master/benchmarks/results).
|
86
86
|
|
87
|
-
##### You can find the compiled C code
|
87
|
+
##### You can find the compiled C code and header files in the [build](https://github.com/BobTheBuidler/eth-utils/tree/master/build) directory.
|
88
88
|
|
89
89
|
###### You may also be interested in: [faster-web3.py](https://github.com/BobTheBuidler/faster-web3.py/), [faster-eth-abi](https://github.com/BobTheBuidler/faster-eth-abi/), and [faster-hexbytes](https://github.com/BobTheBuidler/faster-hexbytes/)
|
90
90
|
|
@@ -0,0 +1,53 @@
|
|
1
|
+
faster_eth_utils__mypyc.cpython-313-darwin.so,sha256=TqF5fnLl0Foi_71iyHYNKx6ypew19zwzvt1PZRRzCmU,1202640
|
2
|
+
faster_eth_utils/abi.cpython-313-darwin.so,sha256=OSPigZj5b4QELe-Om8zleFtQcXz0qqoBZ2M2FsjKbec,50632
|
3
|
+
faster_eth_utils/conversions.cpython-313-darwin.so,sha256=EI1qSbwQNBCJZ_DGfGV2UjgXzIeH6WP6jnNErpEhCaA,50672
|
4
|
+
faster_eth_utils/functional.cpython-313-darwin.so,sha256=s4zKPyjEKGpH7FAs7tLhRye6v9atye0iFnk7pucR3hg,50672
|
5
|
+
faster_eth_utils/hexadecimal.py,sha256=bPxUdJse6A3j3vF6KpnvSM2h3eRhgWSWeyicwnLdvHY,2082
|
6
|
+
faster_eth_utils/toolz.cpython-313-darwin.so,sha256=CcGelo4MmB82m_mhNWAkmpwRKdZR2l2duwEHpI-D1pU,50648
|
7
|
+
faster_eth_utils/address.py,sha256=IIHlYuIz-F6-mAnRWdsD4uH5l56yVRFMokFQINao9lE,3680
|
8
|
+
faster_eth_utils/logging.py,sha256=Gm0B2D7oDPByi-mNCEwLnl3lAU4_TJ4yc6EsOOJA8Rc,4590
|
9
|
+
faster_eth_utils/decorators.cpython-313-darwin.so,sha256=At5M1o6NS95PmlaIwzsGeWc1HTowgdiwcHzEImxod90,50672
|
10
|
+
faster_eth_utils/applicators.py,sha256=ExFoKpS3Y09AXhth15QaKfr7CRQrW-ikE1thXDwTx0k,5849
|
11
|
+
faster_eth_utils/units.py,sha256=jRo8p6trxwuISBnT8kfxTNVyd_TSd5vVY5aiKDefB1U,1757
|
12
|
+
faster_eth_utils/encoding.py,sha256=1qfDeuinLZ01XjYgknpm_p9LuWwaYvicYkYI8mS1iMc,199
|
13
|
+
faster_eth_utils/units.cpython-313-darwin.so,sha256=UbwIz_aDCZeMKb3n-yfuAK2TvfJAzB-FgNAaSgMD5_8,50648
|
14
|
+
faster_eth_utils/debug.cpython-313-darwin.so,sha256=OjMtdZdoaBIGtY6OqvZBtREOmP4JVA5khJ7hRCkRAC8,50648
|
15
|
+
faster_eth_utils/crypto.cpython-313-darwin.so,sha256=N_3wDKXXlCvwpVjrC3xd5XW7IuE6u1C4Nf-iqUnZuXg,50656
|
16
|
+
faster_eth_utils/conversions.py,sha256=t2TEe0WsffqOFDbyQcERTSbHJYpDBWHKd8XPArhLoEE,5665
|
17
|
+
faster_eth_utils/network.cpython-313-darwin.so,sha256=dUD9ISzzUk6c67C_dxsJNkOsmVwVAWBUbMH1FJr4ziI,50656
|
18
|
+
faster_eth_utils/encoding.cpython-313-darwin.so,sha256=SqCgcxa6KvFDpgwsvXpQNtqWer_yiQwpmKE5gE4VZHw,50656
|
19
|
+
faster_eth_utils/numeric.cpython-313-darwin.so,sha256=VJsGgy_VXqinsKS81qQRzKdW1A0xBrWfvf5dStAQSqU,50656
|
20
|
+
faster_eth_utils/applicators.cpython-313-darwin.so,sha256=D2caeM_Ve2DuEGkmtCZrbYPG75s1VF7R-UWizMnTfWw,50672
|
21
|
+
faster_eth_utils/__init__.py,sha256=hW-A_fjyQ76crTKwuxxSbvNzvPfW27dSlzhtOkseymg,2762
|
22
|
+
faster_eth_utils/types.py,sha256=-RDPzkoNhkp3dpDNK9iKzGmSQawwZ6wJ4exur0E_BuY,1519
|
23
|
+
faster_eth_utils/humanize.py,sha256=bCxXyx73NuVIDjRnpPZs7lybfrun-llC3ITy-0zZSns,4682
|
24
|
+
faster_eth_utils/pydantic.py,sha256=za0WJGWkjYQkRnMbEke7ueyhDt-kuqFmCq0Utaji46g,3393
|
25
|
+
faster_eth_utils/functional.py,sha256=nJTxE4_HDci0chos5mQdy05pJ8o7n0wx_o7_WCro2gI,2449
|
26
|
+
faster_eth_utils/crypto.py,sha256=EQgupom_TnURbLNXodwbJoKB-mHyxgOTvo8EjnSzdxw,395
|
27
|
+
faster_eth_utils/debug.py,sha256=0Z-tNOqgQJunS4uHeSCCH1LWLoijlH34MBh6NRrrDrk,499
|
28
|
+
faster_eth_utils/currency.cpython-313-darwin.so,sha256=jSmHxdYhpr4DHTLLcz8Nmimfl8yS9aAgNQz0w9PNwX8,50656
|
29
|
+
faster_eth_utils/numeric.py,sha256=RrXdXI-bhhkEsz3aBtxHuGlc_2ZJvUGpvMc47wx408Y,1190
|
30
|
+
faster_eth_utils/network.py,sha256=O3yTtA93YyyZ6Obkusr_IbbcZ6upkCewN6EsAcF0Npc,2278
|
31
|
+
faster_eth_utils/exceptions.cpython-313-darwin.so,sha256=-R_LdMoL9nKWI8ORDMRORmK2e5_OErt8X5bEOx61VZY,50672
|
32
|
+
faster_eth_utils/hexadecimal.cpython-313-darwin.so,sha256=CHu_i25_gSzx95YID3ddcp1wnB8LmEMFp7XTUFcshMM,50672
|
33
|
+
faster_eth_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
|
+
faster_eth_utils/abi.py,sha256=3pAqpKXMOcOLCD4uUUVfxBcM9H1K311dpd1Zj0Qi21g,26404
|
35
|
+
faster_eth_utils/exceptions.py,sha256=7Cjxewj4g95RxNvjNqaB2w3HGk6068V82ppCHS_S-Y0,369
|
36
|
+
faster_eth_utils/address.cpython-313-darwin.so,sha256=WmLJ4JqnrQ5Z2eBlMTzTCwek1TfqwZFTzIOi4XG4Us4,50656
|
37
|
+
faster_eth_utils/module_loading.cpython-313-darwin.so,sha256=uGogHbM8PoNZa9G6s7LRfcUfouufxPCsu2k5S1G1DJo,50696
|
38
|
+
faster_eth_utils/currency.py,sha256=01YVV2f2GL4830jfSjnC4XhLQjTNQB-5y7vbGzaMWbM,4150
|
39
|
+
faster_eth_utils/module_loading.py,sha256=DCLM4dEh1gqr8Ny-FWwD-_pINqeHzbLSupz4ZIpCCAw,842
|
40
|
+
faster_eth_utils/__main__.py,sha256=mH37e49q7_A0-q1ymqkq1QyYABbQHVmXeuSKIBSahO8,86
|
41
|
+
faster_eth_utils/humanize.cpython-313-darwin.so,sha256=6INEpMC0Af1yXYPGmylNoEV8mGFBz5Fbw-z_Hh1f-pg,50656
|
42
|
+
faster_eth_utils/types.cpython-313-darwin.so,sha256=8gUkkWd71CuM_IeIRLATkOHvnq_6EMmgoelZKVqYPmc,50648
|
43
|
+
faster_eth_utils/toolz.py,sha256=1QQY-aMbZrEgJsuqR0Ajsa32C_cXrQquzViw7OkxNLU,4410
|
44
|
+
faster_eth_utils/decorators.py,sha256=BdAz-imQIf0TlBm7Di7T05o3IC6ei-xJc7FgIOqqAyE,2145
|
45
|
+
faster_eth_utils/curried/__init__.py,sha256=x_nPjvTwmXeEl5jV86RRUvudu6ks1kMUxZfbjNuGx8Y,7407
|
46
|
+
faster_eth_utils/typing/misc.py,sha256=4N5raYXFAeRGpmch6qgHrtYNCDxCJM5XtAAsJ1FSzzU,190
|
47
|
+
faster_eth_utils/typing/__init__.py,sha256=84PxIxCvEHtBb-Ik6qnGvXH4alaWbamr_zDbtlbJh3A,325
|
48
|
+
faster_eth_utils/__json/eth_networks.json,sha256=0S8HoWD6RTR6Hc0uQdQl2VHtopytIYl5NiDAzpuskBs,414773
|
49
|
+
faster_eth_utils-5.3.12.dist-info/RECORD,,
|
50
|
+
faster_eth_utils-5.3.12.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
|
51
|
+
faster_eth_utils-5.3.12.dist-info/top_level.txt,sha256=wTH6UCItCCvEEiJ9EiOrm0Kn4p4xhB7VdmmTHktoo9Y,51
|
52
|
+
faster_eth_utils-5.3.12.dist-info/METADATA,sha256=WY-bib_GXbHWpDXrSq0qyJiUs0Au4dI33z210Shnejg,7800
|
53
|
+
faster_eth_utils-5.3.12.dist-info/licenses/LICENSE,sha256=STqznQ6A8OeJylPrTA7dlsMtH0isQQybRlnDZOKGVrM,1095
|
Binary file
|
@@ -1,53 +0,0 @@
|
|
1
|
-
faster_eth_utils__mypyc.cpython-313-darwin.so,sha256=_mFwZ8VxL68HF4UelapPiydU9wu9yRki_NovmtYVGuE,1202976
|
2
|
-
faster_eth_utils/abi.cpython-313-darwin.so,sha256=mJ5hdQHLfR0cJeSZU8CGiSqeabjHKDC4qIflMX_CDI4,50632
|
3
|
-
faster_eth_utils/conversions.cpython-313-darwin.so,sha256=ieR4Hd95E7cc0SJBr1zYPd62aR9riOaNuMLNbPOv2wE,50672
|
4
|
-
faster_eth_utils/functional.cpython-313-darwin.so,sha256=9FYjwEwAuFnLnI790LlEPJhTU0xBSYm3YVKlutmfzOo,50672
|
5
|
-
faster_eth_utils/hexadecimal.py,sha256=bPxUdJse6A3j3vF6KpnvSM2h3eRhgWSWeyicwnLdvHY,2082
|
6
|
-
faster_eth_utils/toolz.cpython-313-darwin.so,sha256=Gro7uoFiV5SKaeBOoOMs6gYagpjifdT5wWJcdeMsMC8,50648
|
7
|
-
faster_eth_utils/address.py,sha256=IIHlYuIz-F6-mAnRWdsD4uH5l56yVRFMokFQINao9lE,3680
|
8
|
-
faster_eth_utils/logging.py,sha256=Gm0B2D7oDPByi-mNCEwLnl3lAU4_TJ4yc6EsOOJA8Rc,4590
|
9
|
-
faster_eth_utils/decorators.cpython-313-darwin.so,sha256=ItIy6ihwczLvNhXTP27vCzqABMeg_E8XMYSJt1SVr1w,50672
|
10
|
-
faster_eth_utils/applicators.py,sha256=LEffyul-ZdsAhNB7H7E6e-J4fXw7bUt0NxrkjZWMHkA,5833
|
11
|
-
faster_eth_utils/units.py,sha256=jRo8p6trxwuISBnT8kfxTNVyd_TSd5vVY5aiKDefB1U,1757
|
12
|
-
faster_eth_utils/encoding.py,sha256=1qfDeuinLZ01XjYgknpm_p9LuWwaYvicYkYI8mS1iMc,199
|
13
|
-
faster_eth_utils/units.cpython-313-darwin.so,sha256=EIAaL35wjez3t0yb71y-PpJzstNQEm_VGjUbnaVkMVM,50648
|
14
|
-
faster_eth_utils/debug.cpython-313-darwin.so,sha256=f19tPaUnCdc-SaOokTIZx4FRAvcMQI7wuaruuU5cMnM,50648
|
15
|
-
faster_eth_utils/crypto.cpython-313-darwin.so,sha256=_O2aERo6cF-_oABXZIcXQhfGeCRYkyq-b9XW9AqkTow,50656
|
16
|
-
faster_eth_utils/conversions.py,sha256=t2TEe0WsffqOFDbyQcERTSbHJYpDBWHKd8XPArhLoEE,5665
|
17
|
-
faster_eth_utils/network.cpython-313-darwin.so,sha256=QF3aWPx7WFMic9JQ6aZoVwBJA4FripmJHgBJcc-9QLI,50656
|
18
|
-
faster_eth_utils/encoding.cpython-313-darwin.so,sha256=-yAdUYQwbgGq5o3z_bTD7tF2dpzgphD1EMf8NIjKE10,50656
|
19
|
-
faster_eth_utils/numeric.cpython-313-darwin.so,sha256=13wkE2aShxa98mIj59qHv71F5VwiC4xTfKSgwgAUz60,50656
|
20
|
-
faster_eth_utils/applicators.cpython-313-darwin.so,sha256=W-umCd8DFxyHepf5v0epMUngdpUUBY17qh_yxcd-ncc,50672
|
21
|
-
faster_eth_utils/__init__.py,sha256=hW-A_fjyQ76crTKwuxxSbvNzvPfW27dSlzhtOkseymg,2762
|
22
|
-
faster_eth_utils/types.py,sha256=-RDPzkoNhkp3dpDNK9iKzGmSQawwZ6wJ4exur0E_BuY,1519
|
23
|
-
faster_eth_utils/humanize.py,sha256=bCxXyx73NuVIDjRnpPZs7lybfrun-llC3ITy-0zZSns,4682
|
24
|
-
faster_eth_utils/pydantic.py,sha256=za0WJGWkjYQkRnMbEke7ueyhDt-kuqFmCq0Utaji46g,3393
|
25
|
-
faster_eth_utils/functional.py,sha256=nJTxE4_HDci0chos5mQdy05pJ8o7n0wx_o7_WCro2gI,2449
|
26
|
-
faster_eth_utils/crypto.py,sha256=EQgupom_TnURbLNXodwbJoKB-mHyxgOTvo8EjnSzdxw,395
|
27
|
-
faster_eth_utils/debug.py,sha256=0Z-tNOqgQJunS4uHeSCCH1LWLoijlH34MBh6NRrrDrk,499
|
28
|
-
faster_eth_utils/currency.cpython-313-darwin.so,sha256=DjMklM2t1Dvz1x9HQtYEzgWIFhLjG5UiVblbah-G3Cw,50656
|
29
|
-
faster_eth_utils/numeric.py,sha256=RrXdXI-bhhkEsz3aBtxHuGlc_2ZJvUGpvMc47wx408Y,1190
|
30
|
-
faster_eth_utils/network.py,sha256=O3yTtA93YyyZ6Obkusr_IbbcZ6upkCewN6EsAcF0Npc,2278
|
31
|
-
faster_eth_utils/exceptions.cpython-313-darwin.so,sha256=hhtoX4NbLyvOUXG09PzOKsoN_w140Ptal6aOhXKsT0Q,50672
|
32
|
-
faster_eth_utils/hexadecimal.cpython-313-darwin.so,sha256=0kgDyyc9lemfvAFWSV1YB19qLd5yKvlR0o51EpkpdJg,50672
|
33
|
-
faster_eth_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
|
-
faster_eth_utils/abi.py,sha256=3pAqpKXMOcOLCD4uUUVfxBcM9H1K311dpd1Zj0Qi21g,26404
|
35
|
-
faster_eth_utils/exceptions.py,sha256=7Cjxewj4g95RxNvjNqaB2w3HGk6068V82ppCHS_S-Y0,369
|
36
|
-
faster_eth_utils/address.cpython-313-darwin.so,sha256=3GGSxglT23bgn5qoNgxqVISA5gmUrEtmuGYhD5_PUJw,50656
|
37
|
-
faster_eth_utils/module_loading.cpython-313-darwin.so,sha256=olPkvL9Ntdr-JFyCQDuyles2h5HgEmd-riBfr4vQpYw,50696
|
38
|
-
faster_eth_utils/currency.py,sha256=01YVV2f2GL4830jfSjnC4XhLQjTNQB-5y7vbGzaMWbM,4150
|
39
|
-
faster_eth_utils/module_loading.py,sha256=DCLM4dEh1gqr8Ny-FWwD-_pINqeHzbLSupz4ZIpCCAw,842
|
40
|
-
faster_eth_utils/__main__.py,sha256=mH37e49q7_A0-q1ymqkq1QyYABbQHVmXeuSKIBSahO8,86
|
41
|
-
faster_eth_utils/humanize.cpython-313-darwin.so,sha256=qDHu2ZSn5NDSLmGOyhusZ6111UD2LLcWGqLVmi_Z6-k,50656
|
42
|
-
faster_eth_utils/types.cpython-313-darwin.so,sha256=ZnGGusojyDTw1VMLLBrPlXWUIgwdYj2_-YWaymBNTMk,50648
|
43
|
-
faster_eth_utils/toolz.py,sha256=1QQY-aMbZrEgJsuqR0Ajsa32C_cXrQquzViw7OkxNLU,4410
|
44
|
-
faster_eth_utils/decorators.py,sha256=BdAz-imQIf0TlBm7Di7T05o3IC6ei-xJc7FgIOqqAyE,2145
|
45
|
-
faster_eth_utils/curried/__init__.py,sha256=x_nPjvTwmXeEl5jV86RRUvudu6ks1kMUxZfbjNuGx8Y,7407
|
46
|
-
faster_eth_utils/typing/misc.py,sha256=4N5raYXFAeRGpmch6qgHrtYNCDxCJM5XtAAsJ1FSzzU,190
|
47
|
-
faster_eth_utils/typing/__init__.py,sha256=84PxIxCvEHtBb-Ik6qnGvXH4alaWbamr_zDbtlbJh3A,325
|
48
|
-
faster_eth_utils/__json/eth_networks.json,sha256=0S8HoWD6RTR6Hc0uQdQl2VHtopytIYl5NiDAzpuskBs,414773
|
49
|
-
faster_eth_utils-5.3.11.dist-info/RECORD,,
|
50
|
-
faster_eth_utils-5.3.11.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
|
51
|
-
faster_eth_utils-5.3.11.dist-info/top_level.txt,sha256=wTH6UCItCCvEEiJ9EiOrm0Kn4p4xhB7VdmmTHktoo9Y,51
|
52
|
-
faster_eth_utils-5.3.11.dist-info/METADATA,sha256=mWz6FEZ0Mh9sRbTKYAx0Lgohpb_fpXSIB6IzYmwd0GA,7788
|
53
|
-
faster_eth_utils-5.3.11.dist-info/licenses/LICENSE,sha256=STqznQ6A8OeJylPrTA7dlsMtH0isQQybRlnDZOKGVrM,1095
|
File without changes
|
File without changes
|
File without changes
|