Metadata-Version: |
2.2 |
Name: |
eth-bloom |
Version: |
3.1.0 |
Summary: |
A python implementation of the bloom filter used by Ethereum |
Author: |
The Ethereum Foundation |
Author-Email: |
snakecharmers[at]ethereum.org |
Home-Page: |
https://github.com/ethereum/eth-bloom |
License: |
MIT |
Keywords: |
ethereum blockchain evm trie merkle |
Classifier: |
Development Status :: 2 - Pre-Alpha |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Requires-Python: |
>=3.8, <4 |
Requires-Dist: |
eth-hash[pycryptodome] (>=0.4.0) |
Requires-Dist: |
build (>=0.9.0); extra == "dev" |
Requires-Dist: |
bump_my_version (>=0.19.0); extra == "dev" |
Requires-Dist: |
ipython; extra == "dev" |
Requires-Dist: |
mypy (==1.10.0); extra == "dev" |
Requires-Dist: |
pre-commit (>=3.4.0); extra == "dev" |
Requires-Dist: |
tox (>=4.0.0); extra == "dev" |
Requires-Dist: |
twine; extra == "dev" |
Requires-Dist: |
wheel; extra == "dev" |
Requires-Dist: |
towncrier (<25,>=24); extra == "dev" |
Requires-Dist: |
hypothesis (>=3.31.2); extra == "dev" |
Requires-Dist: |
pytest (>=7.0.0); extra == "dev" |
Requires-Dist: |
pytest-xdist (>=2.4.0); extra == "dev" |
Requires-Dist: |
towncrier (<25,>=24); extra == "docs" |
Requires-Dist: |
hypothesis (>=3.31.2); extra == "test" |
Requires-Dist: |
pytest (>=7.0.0); extra == "test" |
Requires-Dist: |
pytest-xdist (>=2.4.0); extra == "test" |
Provides-Extra: |
dev |
Provides-Extra: |
docs |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
Dynamic: |
author |
Dynamic: |
author-email |
Dynamic: |
classifier |
Dynamic: |
description |
Dynamic: |
description-content-type |
Dynamic: |
home-page |
Dynamic: |
keywords |
Dynamic: |
license |
Dynamic: |
provides-extra |
Dynamic: |
requires-dist |
Dynamic: |
requires-python |
Dynamic: |
summary |
License-File: |
LICENSE |