This org hosts a stack of small Python packages related to client access to Ethereum network:
compagesis a simple (de)structurer for typed data.ethereum-rpccontains types used in the Ethereum RPC and the JSON (de)serializer for them (usingcompages).alysisis an Ethereum testerchain currently backed bypy-evm. Its built-in RPC provider usesethereum-rpctypes.ponsis an async Ethereum client, providing also a more high-level access to thealysistesterchain and to the Solidity compiler (backed bypy-solc-x). Usesethereum-rpctypes.
In addition:
pure-keccakis a pure Python keccak implementation. Pretty slow.