Metadata-Version: 2.1
Name: cchecksum
Version: 0.3.0
Summary: A ~8x faster drop-in replacement for eth_utils.to_checksum_address. Raises the exact same Exceptions. Implemented in C.
Home-page: https://github.com/BobTheBuidler/cchecksum
Author: BobTheBuidler
Author-email: bobthebuidlerdefi@gmail.com
License: MIT
Requires-Python: >=3.8,<4
Description-Content-Type: text/markdown
License-File: LICENSE

## CChecksum

CChecksum is a ~8x faster drop-in replacement for eth_utils.to_checksum_address, with the most cpu-intensive part implemented in c.

It keeps the exact same API as the existing implementation, exceptions and all.

Just `pip install cchecksum`, drop it in, and run your script with a substantial speed improvement.

![image](https://github.com/user-attachments/assets/b989108f-350d-45a1-93c0-c1eaa3d8b801)
