faster-eth-abi 5.2.3__tar.gz → 5.2.4__tar.gz
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_abi-5.2.3 → faster_eth_abi-5.2.4}/PKG-INFO +2 -2
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/PKG-INFO +2 -2
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/setup.py +2 -2
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/LICENSE +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/MANIFEST.in +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/README.md +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/__init__.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/abi.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/base.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/codec.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/constants.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/decoding.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/encoding.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/exceptions.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/from_type_str.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/grammar.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/io.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/packed.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/py.typed +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/registry.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/tools/__init__.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/tools/_strategies.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/__init__.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/numeric.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/padding.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/string.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi/utils/validation.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/SOURCES.txt +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/dependency_links.txt +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/not-zip-safe +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/requires.txt +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/faster_eth_abi.egg-info/top_level.txt +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/pyproject.toml +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/scripts/release/test_package.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/setup.cfg +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/__init__.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/__init__.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_decode.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_encode.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_is_encodable.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_is_encodable_type.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_reversibility_properties.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_uint_properties.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/base.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/common/__init__.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/common/strategies.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/common/unit.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/decoding/__init__.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/decoding/test_context_frames_bytes_io.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/decoding/test_decoder_properties.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/encoding/__init__.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/encoding/test_encoder_properties.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/end_to_end/__init__.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/end_to_end/test_custom_registrations.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/grammar.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/packed/__init__.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/packed/test_encode_packed.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/packed/test_is_encodable_packed.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/registry/__init__.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/registry/test_abi_registry.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/registry/test_predicate_mapping.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/registry/test_predicates.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/test_import_and_version.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/test_tools.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/utils/__init__.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/utils/test_abbr.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/utils/test_ceil32.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/utils/test_scale_places.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/utils/test_validation_utils.py +0 -0
- {faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/utils/test_zpad.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: faster_eth_abi
|
3
|
-
Version: 5.2.
|
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, <
|
22
|
+
Requires-Python: >=3.8, <4
|
23
23
|
Description-Content-Type: text/markdown
|
24
24
|
Provides-Extra: dev
|
25
25
|
Provides-Extra: docs
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: faster-eth-abi
|
3
|
-
Version: 5.2.
|
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, <
|
22
|
+
Requires-Python: >=3.8, <4
|
23
23
|
Description-Content-Type: text/markdown
|
24
24
|
Provides-Extra: dev
|
25
25
|
Provides-Extra: docs
|
@@ -72,7 +72,7 @@ else:
|
|
72
72
|
setup(
|
73
73
|
name="faster_eth_abi",
|
74
74
|
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
|
75
|
-
version="5.2.
|
75
|
+
version="5.2.4",
|
76
76
|
description="""A fork of eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding, implemented in C.""",
|
77
77
|
long_description=long_description,
|
78
78
|
long_description_content_type="text/markdown",
|
@@ -87,7 +87,7 @@ setup(
|
|
87
87
|
"mypy_extensions",
|
88
88
|
"parsimonious>=0.10.0,<0.11.0",
|
89
89
|
],
|
90
|
-
python_requires=">=3.8, <
|
90
|
+
python_requires=">=3.8, <4",
|
91
91
|
extras_require=extras_require,
|
92
92
|
py_modules=["eth_abi"],
|
93
93
|
license="MIT",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_is_encodable_type.py
RENAMED
File without changes
|
{faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/abi_tests/test_reversibility_properties.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/decoding/test_context_frames_bytes_io.py
RENAMED
File without changes
|
{faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/decoding/test_decoder_properties.py
RENAMED
File without changes
|
File without changes
|
{faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/encoding/test_encoder_properties.py
RENAMED
File without changes
|
File without changes
|
{faster_eth_abi-5.2.3 → faster_eth_abi-5.2.4}/tests/core/end_to_end/test_custom_registrations.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|