22 projects
blake2b-py
Blake2b hashing in Rust with Python bindings.
web3
web3.py
eth-typing
eth-typing: Common type annotations for ethereum python packages
eth-utils
eth-utils: Common utility functions for python code that interacts with Ethereum
hexbytes
hexbytes: Python `bytes` subclass that decodes hex, with a readable console output
trie
Python implementation of the Ethereum Trie structure
eth-tester
eth-tester: Tools for testing Ethereum applications.
eth-account
eth-account: Sign Ethereum transactions and messages with local private keys
py-geth
py-geth: Run Go-Ethereum as a subprocess
eth-bloom
A python implementation of the bloom filter used by Ethereum
py-evm
Python implementation of the Ethereum Virtual Machine
eth-abi
eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding
ssz
ssz: Python implementation of the Simple Serialization encoding and decoding
eth-hash
eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3
eth-keyfile
A library for handling the encrypted keyfiles used to store ethereum private keys.
eth-keys
Common API for Ethereum key operations.
eth-rlp
eth-rlp: RLP definitions for common Ethereum objects in Python
py-ecc
Elliptic curve crypto in python including secp256k1 and alt_bn128
rlp
A package for Recursive Length Prefix encoding and decoding
eth-enr
eth-enr: Python library for ENR (EIP-778) records
ens-namehash
Implementation of the namehash algorithm from EIP137
pyethash
Python wrappers for ethash, the ethereum proof of workhashing function