ethereum / hexbytes

Python `bytes` subclass that decodes hex, with a readable console output
MIT License
27 stars 19 forks source link

Drop `eth_utils` requirement #12

Closed pipermerriam closed 4 years ago

pipermerriam commented 4 years ago

What is wrong

This library is so tiny it would be nice if it only depended on standard library tools.

How can it be fixed?

The eth-utils requirement could be dropped in favor of vendoring the needed functionality here in this library.