faster-eth-abi 5.2.3__cp313-cp313-macosx_11_0_arm64.whl → 5.2.4__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.
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: faster_eth_abi
3
- Version: 5.2.3
3
+ Version: 5.2.4
4
4
  Summary: A fork of eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding, implemented in C.
5
5
  Home-page: https://github.com/BobTheBuidler/faster-eth-abi
6
6
  Author: The Ethereum Foundation
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.11
19
19
  Classifier: Programming Language :: Python :: 3.12
20
20
  Classifier: Programming Language :: Python :: 3.13
21
21
  Classifier: Programming Language :: Python :: Implementation :: CPython
22
- Requires-Python: >=3.8, <3.15
22
+ Requires-Python: >=3.8, <4
23
23
  Description-Content-Type: text/markdown
24
24
  License-File: LICENSE
25
25
  Requires-Dist: cchecksum<0.4,>=0.2.6
@@ -1,11 +1,6 @@
1
- a1f8aa123fabc88e2b56__mypyc.cpython-313-darwin.so,sha256=3ebpdabiuia9tpX5p4n1PJTJ4y5w_54B3Bb1p5PcQww,267168
2
- faster_eth_abi-5.2.3.dist-info/RECORD,,
3
- faster_eth_abi-5.2.3.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
4
- faster_eth_abi-5.2.3.dist-info/top_level.txt,sha256=NbjfpQ9lBrFaSYDeeRrYo2vn3ZGVqu_9MZ0LOqjzQho,51
5
- faster_eth_abi-5.2.3.dist-info/METADATA,sha256=L898WzcSbn5AAtfr5K039wHyV_MxzWotKslvQEONOpM,4132
6
- faster_eth_abi-5.2.3.dist-info/licenses/LICENSE,sha256=P_zrhVa0OXK-_XuA0RF3d3gwMLXRSBkn2fWraC4CFLo,1106
7
- faster_eth_abi/abi.cpython-313-darwin.so,sha256=7aAqQQ7j37zMDvoqr-JxEUsEYTnwSnDNJPaoyrtG418,50632
8
- faster_eth_abi/constants.cpython-313-darwin.so,sha256=imqZUH030zsr7LqDb6kEZUdwqlrdaAHeTvIic4hQvyU,50656
1
+ a1f8aa123fabc88e2b56__mypyc.cpython-313-darwin.so,sha256=rjtVx6FJVMQP6z3E6C7NEREDQBGGqJZA1bnI5PeoQ6I,267168
2
+ faster_eth_abi/abi.cpython-313-darwin.so,sha256=hiVTJuYI7UsgpAqWPCR0pcBVTBI8c4cQTL2r1Vq3Nb0,50632
3
+ faster_eth_abi/constants.cpython-313-darwin.so,sha256=OL0V-d7rXr15_iKGPmK0bEC7PuuZxWe721cI9-BTO4A,50656
9
4
  faster_eth_abi/packed.py,sha256=qDPBjish_0h26O7xGWopnlD4pRkphFuFq4izgIqT600,301
10
5
  faster_eth_abi/encoding.py,sha256=Ht1g6Xa2y-npY5YrI1zjVcerf7YSZX-cYHZ6IJE5G5M,19988
11
6
  faster_eth_abi/registry.py,sha256=ja53ifO-YlxZa_k0jtjHYa8nAJ9LJQNc9kVthss_TYo,19667
@@ -15,24 +10,29 @@ faster_eth_abi/__init__.py,sha256=55jGpiVbsTGNu-c_rr-wwyH3eqEv9MELSTWa4AMiKvU,20
15
10
  faster_eth_abi/decoding.py,sha256=xLon-1I5EZCZBgsTZsvl-ienFY2ZUr5D2FqzsiTdQS0,17347
16
11
  faster_eth_abi/grammar.py,sha256=9Q4niyiw8cAKXwVMlpfayPNcWkerZXM6WuWBEjx2TQ8,13335
17
12
  faster_eth_abi/from_type_str.py,sha256=aAZ58YUBZuMF_DovGkthvnacAD6X6VkYFs0Zbv9JxoM,4311
18
- faster_eth_abi/from_type_str.cpython-313-darwin.so,sha256=6tgwWYQDMLCE_DCEivcFX-ri5ITBSmxRnu5Fynk6ev0,50672
13
+ faster_eth_abi/from_type_str.cpython-313-darwin.so,sha256=juJ1B5z_MCpsV8-0j6FPdloL4tY4IIs9pJgW59BmQno,50672
19
14
  faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
15
  faster_eth_abi/abi.py,sha256=HzkXy0EjHraNbbC5l-EhVqVcx5vy8tcykiKIO4Fp1xw,366
21
16
  faster_eth_abi/exceptions.py,sha256=Q_b62R-E0OtlxQGLQSyx6BXkBbLf259KQ1pT5Eb1oh8,2952
22
17
  faster_eth_abi/codec.py,sha256=wjKLVR4Qb4hn2bloeEeZ4lQs7uLKoZq5c6rSTJVlCeo,5174
23
18
  faster_eth_abi/base.py,sha256=eMpUM78FhJg5wHPj6glvJRpS1AmvQ_1ks9ENwyu68hc,1188
24
- faster_eth_abi/packed.cpython-313-darwin.so,sha256=YSWItXLwXJX0JoqQIbO6psuQkFXCw3_W8bQJyveVyMc,50640
25
- faster_eth_abi/tools/__init__.cpython-313-darwin.so,sha256=yREV0XwQKR3T61MNGmmowytrptWwk3AMBj8ARPHSR78,50640
19
+ faster_eth_abi/packed.cpython-313-darwin.so,sha256=nvRTTJN1XkqAh9KKzufm8_NfMGoF2aRJDrYHFdOGi8s,50640
20
+ faster_eth_abi/tools/__init__.cpython-313-darwin.so,sha256=jnE-fidYPXvCqyRYs8gDWGbQgPhO6zsgdICg0ZvhLqU,50640
26
21
  faster_eth_abi/tools/_strategies.py,sha256=iLIjqRw7FlEEIXtnhSgtrWwbxO74dslT0EQrgE2o8I8,5960
27
22
  faster_eth_abi/tools/__init__.py,sha256=trtATEmgu4ctg04qkejbODDzvDSofgcVJ3rkzMP_hQE,51
28
- faster_eth_abi/tools/_strategies.cpython-313-darwin.so,sha256=b5N42Fg18b7FUfABEn0YoAzSBpGJH2TaZCLnUJ68N1Q,50672
29
- faster_eth_abi/utils/validation.cpython-313-darwin.so,sha256=Bx2kFoQlyXGaIYBBDu75ZcIbA9od9ay3vah9dwh1OoI,50672
30
- faster_eth_abi/utils/__init__.cpython-313-darwin.so,sha256=jdx0QXArubMrkvd9yS2ZcYhlTqeiynHud6cAJfIfs4M,50640
31
- faster_eth_abi/utils/numeric.cpython-313-darwin.so,sha256=JxiD9zw34yXvhrWuMfoUb0kuRIi_-MpUHnTbb-30Hjk,50656
23
+ faster_eth_abi/tools/_strategies.cpython-313-darwin.so,sha256=1kN9nqzswl4tYUEXcjQuPtLBPXBLyDRHyh4B-p_1eFE,50672
24
+ faster_eth_abi/utils/validation.cpython-313-darwin.so,sha256=MT2bDvpYvKdLVdfNy3Tvd-790byT243TMkKufkhg_3w,50672
25
+ faster_eth_abi/utils/__init__.cpython-313-darwin.so,sha256=y7YGZkZe33tZvxUyGQhpzXGca9IgR8aoUIIUpx9hhaM,50640
26
+ faster_eth_abi/utils/numeric.cpython-313-darwin.so,sha256=sN9wCKvYfoY5MUC3Gf5d7-CmKp9BlPGY_ygIjqJbq14,50656
32
27
  faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
- faster_eth_abi/utils/padding.cpython-313-darwin.so,sha256=m2laI97lVimXZAzJ9hHVuX5zWS2ukga68NdYaL6R_AM,50656
28
+ faster_eth_abi/utils/padding.cpython-313-darwin.so,sha256=rIdZX8OkfALHqRrnui21I2GdyoAodsFXwMY8BfjI6e0,50656
34
29
  faster_eth_abi/utils/numeric.py,sha256=VU6Z76zvZn7rYaZMyDy1XO9A9ukKTzOrtA80jypp_LQ,2146
35
- faster_eth_abi/utils/string.cpython-313-darwin.so,sha256=z07QlYLWKHq8382_WSamyXZ3p4mKHyFyf_CcJj3utbs,50656
30
+ faster_eth_abi/utils/string.cpython-313-darwin.so,sha256=WoHA4o0ZfxjgFBfe4lzsSlwX5Tv4mJlv0jhAraXO8Hg,50656
36
31
  faster_eth_abi/utils/string.py,sha256=fjsAR2C7Xlu5bHomxx5l4rlADFtByzGTQfugMTo8TQk,436
37
32
  faster_eth_abi/utils/padding.py,sha256=JBuFhdrvKWLrmmJBZ-a6pqbHWydAuiUBt2aBjCwVcVE,493
38
33
  faster_eth_abi/utils/validation.py,sha256=kqDxlcIyb55Y80FdcCYtWP1-8geCePsH3_yPTayxdM8,547
34
+ faster_eth_abi-5.2.4.dist-info/RECORD,,
35
+ faster_eth_abi-5.2.4.dist-info/WHEEL,sha256=oqGJCpG61FZJmvyZ3C_0aCv-2mdfcY9e3fXvyUNmWfM,136
36
+ faster_eth_abi-5.2.4.dist-info/top_level.txt,sha256=NbjfpQ9lBrFaSYDeeRrYo2vn3ZGVqu_9MZ0LOqjzQho,51
37
+ faster_eth_abi-5.2.4.dist-info/METADATA,sha256=KuZsNosWAxgduSru00lsek6bd9H2_B4PFGX1cPA-o-A,4129
38
+ faster_eth_abi-5.2.4.dist-info/licenses/LICENSE,sha256=P_zrhVa0OXK-_XuA0RF3d3gwMLXRSBkn2fWraC4CFLo,1106