faster-eth-abi 5.2.13__cp314-cp314-macosx_11_0_arm64.whl → 5.2.15__cp314-cp314-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.

Potentially problematic release.


This version of faster-eth-abi might be problematic. Click here for more details.

Files changed (31) hide show
  1. benchmarks/test_registry_benchmarks.py +7 -4
  2. faster_eth_abi/_codec.cpython-314-darwin.so +0 -0
  3. faster_eth_abi/_codec.py +1 -1
  4. faster_eth_abi/_decoding.cpython-314-darwin.so +0 -0
  5. faster_eth_abi/_encoding.cpython-314-darwin.so +0 -0
  6. faster_eth_abi/_encoding.py +141 -6
  7. faster_eth_abi/_grammar.cpython-314-darwin.so +0 -0
  8. faster_eth_abi/_grammar.py +9 -3
  9. faster_eth_abi/abi.cpython-314-darwin.so +0 -0
  10. faster_eth_abi/codec.py +1550 -0
  11. faster_eth_abi/constants.cpython-314-darwin.so +0 -0
  12. faster_eth_abi/decoding.py +41 -16
  13. faster_eth_abi/encoding.py +55 -27
  14. faster_eth_abi/from_type_str.cpython-314-darwin.so +0 -0
  15. faster_eth_abi/packed.cpython-314-darwin.so +0 -0
  16. faster_eth_abi/registry.py +47 -31
  17. faster_eth_abi/tools/__init__.cpython-314-darwin.so +0 -0
  18. faster_eth_abi/tools/_strategies.cpython-314-darwin.so +0 -0
  19. faster_eth_abi/typing.py +4543 -0
  20. faster_eth_abi/utils/__init__.cpython-314-darwin.so +0 -0
  21. faster_eth_abi/utils/numeric.cpython-314-darwin.so +0 -0
  22. faster_eth_abi/utils/padding.cpython-314-darwin.so +0 -0
  23. faster_eth_abi/utils/string.cpython-314-darwin.so +0 -0
  24. faster_eth_abi/utils/validation.cpython-314-darwin.so +0 -0
  25. {faster_eth_abi-5.2.13.dist-info → faster_eth_abi-5.2.15.dist-info}/METADATA +4 -4
  26. faster_eth_abi-5.2.15.dist-info/RECORD +58 -0
  27. faster_eth_abi__mypyc.cpython-314-darwin.so +0 -0
  28. faster_eth_abi-5.2.13.dist-info/RECORD +0 -57
  29. {faster_eth_abi-5.2.13.dist-info → faster_eth_abi-5.2.15.dist-info}/WHEEL +0 -0
  30. {faster_eth_abi-5.2.13.dist-info → faster_eth_abi-5.2.15.dist-info}/licenses/LICENSE +0 -0
  31. {faster_eth_abi-5.2.13.dist-info → faster_eth_abi-5.2.15.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: faster_eth_abi
3
- Version: 5.2.13
4
- Summary: A faster fork of eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding. Implemented in C.
3
+ Version: 5.2.15
4
+ Summary: A ~2-6x faster 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
7
7
  Author-email: snakecharmers@ethereum.org
@@ -73,7 +73,7 @@ Provides-Extra: tools
73
73
  Requires-Dist: hypothesis<6.108.7,>=6.22.0; extra == "tools"
74
74
  Provides-Extra: codspeed
75
75
  Requires-Dist: pytest>=7.0.0; extra == "codspeed"
76
- Requires-Dist: pytest-codspeed; extra == "codspeed"
76
+ Requires-Dist: pytest-codspeed<4.3,>=4.2; extra == "codspeed"
77
77
  Requires-Dist: pytest-test-groups; extra == "codspeed"
78
78
  Dynamic: author
79
79
  Dynamic: author-email
@@ -90,7 +90,7 @@ Dynamic: requires-dist
90
90
  Dynamic: requires-python
91
91
  Dynamic: summary
92
92
 
93
- ### I forked eth-abi and compiled it to C. It does the same stuff, now faster
93
+ ### I forked eth-abi and compiled it to C. It does the same stuff, now ~2-6x faster
94
94
 
95
95
  [![PyPI](https://img.shields.io/pypi/v/faster-eth-abi.svg?logo=Python&logoColor=white)](https://pypi.org/project/faster-eth-abi/)
96
96
  [![Monthly Downloads](https://img.shields.io/pypi/dm/faster-eth-abi)](https://pypistats.org/packages/faster-eth-abi)
@@ -0,0 +1,58 @@
1
+ faster_eth_abi__mypyc.cpython-314-darwin.so,sha256=s3HTAb6-cCcWaluO0zgeB0LywDqC8brN2P-3FLhq7TI,695976
2
+ faster_eth_abi/_encoding.cpython-314-darwin.so,sha256=-sGZI473wlq76uxq5nyxXafAPAQyXZj2_Ti6l7ILX88,50656
3
+ faster_eth_abi/_encoding.py,sha256=n3POAR1IAjQObaDTY_GyqgQPwmTIC2CT7VuAf5vBvyg,8540
4
+ faster_eth_abi/packed.py,sha256=qDPBjish_0h26O7xGWopnlD4pRkphFuFq4izgIqT600,301
5
+ faster_eth_abi/encoding.py,sha256=3-MNnZ7PUNZXUbu-HrmM_PDSVfAEZcdmrbMu8GHqYMQ,19685
6
+ faster_eth_abi/registry.py,sha256=HmspZBvwUrkeVjecCOQJUjXkYP5aDAGbkCx1CzASppk,21554
7
+ faster_eth_abi/_decoding.py,sha256=WbFy1GxPYGHduUNCjiTz4gLbNuDffbbJ6MFujjINTpw,9613
8
+ faster_eth_abi/_grammar.cpython-314-darwin.so,sha256=7DTRlN6w-s83GvLOIR2EBrrRhJKWhXDqU8uh9TOCe80,50656
9
+ faster_eth_abi/constants.py,sha256=uJbuND1rFs_Pexuz58TKd-BJPuoA6hLqFEX6kkDS-dE,107
10
+ faster_eth_abi/io.py,sha256=PjOnBChWh_-6ADkpJQONnxHVwsAfC_4bRiT6YQhlP6c,3728
11
+ faster_eth_abi/constants.cpython-314-darwin.so,sha256=jmaD40ZoWhZd-bLqVCj9qdcDlqkntdipVU3ugAgblLo,50656
12
+ faster_eth_abi/__init__.py,sha256=55jGpiVbsTGNu-c_rr-wwyH3eqEv9MELSTWa4AMiKvU,205
13
+ faster_eth_abi/abi.cpython-314-darwin.so,sha256=f0whbtcBlWVQhm3LJsO6Z03jKP1dhKG0IDyS-DPH_90,50632
14
+ faster_eth_abi/_grammar.py,sha256=e-t-f_v0BssDnma3yD-FpVR3IHdp-5vK1L-0s9vodKk,10315
15
+ faster_eth_abi/_codec.cpython-314-darwin.so,sha256=egkDAdnO7R9K9qs7uuVwcbJJYLBE71Ta0VXlJBZzLhU,50640
16
+ faster_eth_abi/decoding.py,sha256=vBrGAol7NC_7iA3j4V_rwtLwo2hzK1b60-o559iuHls,16227
17
+ faster_eth_abi/grammar.py,sha256=JJ7QLGJVKmoWwx3J8O-5snrza-Si4NdCweUummqzjlo,4511
18
+ faster_eth_abi/from_type_str.py,sha256=C3QNACXS-5lTtOx1kNAqfZLvky37wV7gqY3Cf9QoEkk,4337
19
+ faster_eth_abi/_decoding.cpython-314-darwin.so,sha256=TXH4c3vmrw2OJPGcaHMzMxZTavIeg_vYQv7dXGaaUZ4,50656
20
+ faster_eth_abi/packed.cpython-314-darwin.so,sha256=0YwIZtDdN73g_r0jAnSfA4cTI6MyURwDoau2Y_K3lac,50640
21
+ faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
+ faster_eth_abi/abi.py,sha256=HzkXy0EjHraNbbC5l-EhVqVcx5vy8tcykiKIO4Fp1xw,366
23
+ faster_eth_abi/exceptions.py,sha256=pbwvH_WeAlSlwqA8w79e_RCt8_uaasLcGtRY7yT9LTQ,3577
24
+ faster_eth_abi/_codec.py,sha256=qcK1Mfy_6tO48srobl-WyBBIkEFzwpMQrdGQ8H5TH-o,2271
25
+ faster_eth_abi/from_type_str.cpython-314-darwin.so,sha256=gGf4EeqFjKGeQC1WW5yfNBp9rA8kGlTRqtnlyXHaJE0,50672
26
+ faster_eth_abi/typing.py,sha256=muZI3t_mw2awfy2JWa4XT2zFIqko03Z_P8s6rkWvu0g,103723
27
+ faster_eth_abi/codec.py,sha256=d1swlSK3m3_yn3vmzb08esOohJcDxDvoHnmP1SQKlpk,39712
28
+ faster_eth_abi/base.py,sha256=eMpUM78FhJg5wHPj6glvJRpS1AmvQ_1ks9ENwyu68hc,1188
29
+ faster_eth_abi/tools/__init__.cpython-314-darwin.so,sha256=tkpG2qPaq-rT-LtfEcT9aNhokP3AkugheRtvbB1Sx4w,50640
30
+ faster_eth_abi/tools/_strategies.py,sha256=XQhK8eG87W7LB5v6ibzEAB0BkhTr-oc7dIzPvZu6AE0,6089
31
+ faster_eth_abi/tools/__init__.py,sha256=trtATEmgu4ctg04qkejbODDzvDSofgcVJ3rkzMP_hQE,51
32
+ faster_eth_abi/tools/_strategies.cpython-314-darwin.so,sha256=twzXWRt21UwIIzmTvCXI56UxW0ZpNRpYyC1sG1OUZTw,50672
33
+ faster_eth_abi/utils/padding.cpython-314-darwin.so,sha256=aelwQIinCT3di6VU5UpKt3x5gg6l7mjVUR8PgR2jGZk,50656
34
+ faster_eth_abi/utils/__init__.cpython-314-darwin.so,sha256=BwGWAWfB7FkkYHMp96pHntBbgxHXfNxmuMAj2AqorXk,50640
35
+ faster_eth_abi/utils/numeric.cpython-314-darwin.so,sha256=6R8G61-wsq7GUbObFTtT5-NBJPd2-OWYDfh7c3ewt74,50656
36
+ faster_eth_abi/utils/validation.cpython-314-darwin.so,sha256=sYYXpgYjmcEsqyXTWSu7Hurlz_NZJ3MiPToHpQhrNlQ,50672
37
+ faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
+ faster_eth_abi/utils/string.cpython-314-darwin.so,sha256=QnpOWCbr6VAkTXdsEfIRPtEYo_0TwI3yWJZpu_K5k38,50656
39
+ faster_eth_abi/utils/numeric.py,sha256=fkdazLcgd7FN0JGSSyb6Jsx555QdgRf2N0mxrm6rGB4,3278
40
+ faster_eth_abi/utils/string.py,sha256=fjsAR2C7Xlu5bHomxx5l4rlADFtByzGTQfugMTo8TQk,436
41
+ faster_eth_abi/utils/padding.py,sha256=JBuFhdrvKWLrmmJBZ-a6pqbHWydAuiUBt2aBjCwVcVE,493
42
+ faster_eth_abi/utils/validation.py,sha256=NA2wRacYEBdkpQnZfmeDvzF-sHyy6NT2QzCFuBnYJVI,521
43
+ benchmarks/test_registry_benchmarks.py,sha256=RQTkFsOk9pIDPd84bZqm3mfBuKSYhuQCCmSblYDzFOE,1262
44
+ benchmarks/type_strings.py,sha256=tC12IvA5TbJFQDvydi1lCxnCHUxWurBW69xLG9Xjywc,566
45
+ benchmarks/batch.py,sha256=8MkG1hAxZerEnPTtrESUAWXB6C-iNnCMQ5yJMz3HDIM,199
46
+ benchmarks/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
47
+ benchmarks/test_grammar_benchmarks.py,sha256=faL_y_fmdvEeULTmLj88OWEj4e1mAdzuZTYkLF47ZAA,1129
48
+ benchmarks/test_packed_benchmarks.py,sha256=KHi8aEKKWZw4lNNrpJtdr6l2cjI5RecyA8w4gJhDmm4,1395
49
+ benchmarks/test_abi_benchmarks.py,sha256=tTwhKGizr7hIu-QV-A1PAN-n3Bk8LnfaY3Dv5-dE3E0,2497
50
+ benchmarks/test_io_benchmarks.py,sha256=SkBGL0FijyVefSlL1VTQIaD1b2oruWjdo6WAck8rpQY,3065
51
+ benchmarks/test_encoding_benchmarks.py,sha256=sfVncm7BGIV0k_byD8HCjuwc8oGx4-KLnx8Jk8_9uD0,3212
52
+ benchmarks/data.py,sha256=YeU6gxSF2_XFVnwy7N2CuEiqiS8AFrc4ZQ4B3Z0HRw4,9205
53
+ benchmarks/test_decoding_benchmarks.py,sha256=MVZ4lN1V8OTvO-957joBBOgkHnsfSghF3d_GiBeEh1E,3904
54
+ faster_eth_abi-5.2.15.dist-info/RECORD,,
55
+ faster_eth_abi-5.2.15.dist-info/WHEEL,sha256=2Id6qreet5t4wZv58bZfijJ58qrc2xkw6OVvWfeqxV0,136
56
+ faster_eth_abi-5.2.15.dist-info/top_level.txt,sha256=z3gorxabz8D2eg5A3YX2M3p3JMFRLLX3DRp0jAwNZOY,48
57
+ faster_eth_abi-5.2.15.dist-info/METADATA,sha256=0g5FmP2D2ZG45S9T-6zh9zMJdBTDsq8lgz1O_QiOgsA,7000
58
+ faster_eth_abi-5.2.15.dist-info/licenses/LICENSE,sha256=P_zrhVa0OXK-_XuA0RF3d3gwMLXRSBkn2fWraC4CFLo,1106
Binary file
@@ -1,57 +0,0 @@
1
- faster_eth_abi__mypyc.cpython-314-darwin.so,sha256=tiOKhHwLioTwo95gmjJSFle21qCuPaZlztc8ChwE3tg,630552
2
- faster_eth_abi/_encoding.cpython-314-darwin.so,sha256=5FwC-2IhvNcrreRQIKS0TrVDo-gpnYzSGqOLOLavFqM,50656
3
- faster_eth_abi/_encoding.py,sha256=nBIqwHbvT7loTmiYlcl7Z8HhnOGEY-jr-cpCZEU-1X8,3230
4
- faster_eth_abi/packed.py,sha256=qDPBjish_0h26O7xGWopnlD4pRkphFuFq4izgIqT600,301
5
- faster_eth_abi/encoding.py,sha256=lH6t_8rokfmg8M4JBjmIO3a3l9jGu_rbwoskb0PcH7M,19009
6
- faster_eth_abi/registry.py,sha256=RqHQNDLzvQ6embdnOSxlpvPw7dn-jqUU9MshLe5JuuM,21082
7
- faster_eth_abi/_decoding.py,sha256=WbFy1GxPYGHduUNCjiTz4gLbNuDffbbJ6MFujjINTpw,9613
8
- faster_eth_abi/_grammar.cpython-314-darwin.so,sha256=dThXJz5AHhZrS1O0BtFooKz8ER3nGb7XqKzZYh4sGiY,50656
9
- faster_eth_abi/constants.py,sha256=uJbuND1rFs_Pexuz58TKd-BJPuoA6hLqFEX6kkDS-dE,107
10
- faster_eth_abi/io.py,sha256=PjOnBChWh_-6ADkpJQONnxHVwsAfC_4bRiT6YQhlP6c,3728
11
- faster_eth_abi/constants.cpython-314-darwin.so,sha256=itCuH0vjVv21a2aom8_N2_AJ0wYV86VlPE-7DG1wmpI,50656
12
- faster_eth_abi/__init__.py,sha256=55jGpiVbsTGNu-c_rr-wwyH3eqEv9MELSTWa4AMiKvU,205
13
- faster_eth_abi/abi.cpython-314-darwin.so,sha256=frHSp5J3AWvNfjboDRtxVOP-P-K6QriYUhWXLQO6XeE,50632
14
- faster_eth_abi/_grammar.py,sha256=6REsztEP6kJvWSB3DoLRGbl1whc-pLj5aEWrT6GxaN0,10142
15
- faster_eth_abi/_codec.cpython-314-darwin.so,sha256=Fqw96Zr_HH1TZL8xRKL6MXcLQx7mxuNcDA1mMwT9yD8,50640
16
- faster_eth_abi/decoding.py,sha256=MYddNAyi3cUKnkV0KYSvff8SeJe3oXaw0GH--iujLzY,15350
17
- faster_eth_abi/grammar.py,sha256=JJ7QLGJVKmoWwx3J8O-5snrza-Si4NdCweUummqzjlo,4511
18
- faster_eth_abi/from_type_str.py,sha256=C3QNACXS-5lTtOx1kNAqfZLvky37wV7gqY3Cf9QoEkk,4337
19
- faster_eth_abi/_decoding.cpython-314-darwin.so,sha256=ixFL7D4G_sPJmfXVZjTAyFOCnZMU3NiulGtNL7SZhvg,50656
20
- faster_eth_abi/packed.cpython-314-darwin.so,sha256=ekZroulzCdvGNg_BmZwc_aYoKLM_J7ShFGYtlwLkzew,50640
21
- faster_eth_abi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
22
- faster_eth_abi/abi.py,sha256=HzkXy0EjHraNbbC5l-EhVqVcx5vy8tcykiKIO4Fp1xw,366
23
- faster_eth_abi/exceptions.py,sha256=pbwvH_WeAlSlwqA8w79e_RCt8_uaasLcGtRY7yT9LTQ,3577
24
- faster_eth_abi/_codec.py,sha256=7TfO2ij2jBuUK54LuMdhC0YX8NEui3rnN2ZG1NnP3dA,2264
25
- faster_eth_abi/from_type_str.cpython-314-darwin.so,sha256=NRqumoMzOd9-UzEMtOsIg53Axrj4PrVq6z4RVEWqsEA,50672
26
- faster_eth_abi/codec.py,sha256=2CtGd3SdNCF5mLqTrZ2FpMAyBtFt83IGu81T--Gevyc,4415
27
- faster_eth_abi/base.py,sha256=eMpUM78FhJg5wHPj6glvJRpS1AmvQ_1ks9ENwyu68hc,1188
28
- faster_eth_abi/tools/__init__.cpython-314-darwin.so,sha256=EHJH-v6aUg-AlEW91xARKlnSqjti4g9D77w11KevjX8,50640
29
- faster_eth_abi/tools/_strategies.py,sha256=XQhK8eG87W7LB5v6ibzEAB0BkhTr-oc7dIzPvZu6AE0,6089
30
- faster_eth_abi/tools/__init__.py,sha256=trtATEmgu4ctg04qkejbODDzvDSofgcVJ3rkzMP_hQE,51
31
- faster_eth_abi/tools/_strategies.cpython-314-darwin.so,sha256=AnpUYGs0jft1CL1U2kRft2JAsgOkdhMjV_YmgaqB_W0,50672
32
- faster_eth_abi/utils/padding.cpython-314-darwin.so,sha256=jeRUJrid7PaMGwj9-IIvDGZTYkwm1JdwvZpZg3lLgUE,50656
33
- faster_eth_abi/utils/__init__.cpython-314-darwin.so,sha256=rMq-udW4ptHAYbyt4ukxpqxR31DhKjrJbWnc_f9FVPI,50640
34
- faster_eth_abi/utils/numeric.cpython-314-darwin.so,sha256=gCUlK7ilel0WjuFLal8lK0hLd_80SeZ5aaKRQEzQfc8,50656
35
- faster_eth_abi/utils/validation.cpython-314-darwin.so,sha256=OgvRSC6XIN4eSeUIo6TYa0WkNKeeZejvcjvxLoH9xJ8,50672
36
- faster_eth_abi/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
- faster_eth_abi/utils/string.cpython-314-darwin.so,sha256=Z8fE0gEWG4tHrgHUr7v15sjw8L6OfFTnm1JmBFK2ZhU,50656
38
- faster_eth_abi/utils/numeric.py,sha256=fkdazLcgd7FN0JGSSyb6Jsx555QdgRf2N0mxrm6rGB4,3278
39
- faster_eth_abi/utils/string.py,sha256=fjsAR2C7Xlu5bHomxx5l4rlADFtByzGTQfugMTo8TQk,436
40
- faster_eth_abi/utils/padding.py,sha256=JBuFhdrvKWLrmmJBZ-a6pqbHWydAuiUBt2aBjCwVcVE,493
41
- faster_eth_abi/utils/validation.py,sha256=NA2wRacYEBdkpQnZfmeDvzF-sHyy6NT2QzCFuBnYJVI,521
42
- benchmarks/test_registry_benchmarks.py,sha256=76bFMgx0o4YxWfMszWJdmancPtywNJBN38nehhXeMRM,1216
43
- benchmarks/type_strings.py,sha256=tC12IvA5TbJFQDvydi1lCxnCHUxWurBW69xLG9Xjywc,566
44
- benchmarks/batch.py,sha256=8MkG1hAxZerEnPTtrESUAWXB6C-iNnCMQ5yJMz3HDIM,199
45
- benchmarks/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
46
- benchmarks/test_grammar_benchmarks.py,sha256=faL_y_fmdvEeULTmLj88OWEj4e1mAdzuZTYkLF47ZAA,1129
47
- benchmarks/test_packed_benchmarks.py,sha256=KHi8aEKKWZw4lNNrpJtdr6l2cjI5RecyA8w4gJhDmm4,1395
48
- benchmarks/test_abi_benchmarks.py,sha256=tTwhKGizr7hIu-QV-A1PAN-n3Bk8LnfaY3Dv5-dE3E0,2497
49
- benchmarks/test_io_benchmarks.py,sha256=SkBGL0FijyVefSlL1VTQIaD1b2oruWjdo6WAck8rpQY,3065
50
- benchmarks/test_encoding_benchmarks.py,sha256=sfVncm7BGIV0k_byD8HCjuwc8oGx4-KLnx8Jk8_9uD0,3212
51
- benchmarks/data.py,sha256=YeU6gxSF2_XFVnwy7N2CuEiqiS8AFrc4ZQ4B3Z0HRw4,9205
52
- benchmarks/test_decoding_benchmarks.py,sha256=MVZ4lN1V8OTvO-957joBBOgkHnsfSghF3d_GiBeEh1E,3904
53
- faster_eth_abi-5.2.13.dist-info/RECORD,,
54
- faster_eth_abi-5.2.13.dist-info/WHEEL,sha256=2Id6qreet5t4wZv58bZfijJ58qrc2xkw6OVvWfeqxV0,136
55
- faster_eth_abi-5.2.13.dist-info/top_level.txt,sha256=z3gorxabz8D2eg5A3YX2M3p3JMFRLLX3DRp0jAwNZOY,48
56
- faster_eth_abi-5.2.13.dist-info/METADATA,sha256=xmxMq_V5kqGXUFQQWEQB33b7JhiezKLg--TTfjkK60s,6978
57
- faster_eth_abi-5.2.13.dist-info/licenses/LICENSE,sha256=P_zrhVa0OXK-_XuA0RF3d3gwMLXRSBkn2fWraC4CFLo,1106