py36 gives following flag:
Traceback (most recent call last):
File "setup.py", line 50, in <module>
long_description = readme.read()
File "/usr/pkg/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2861: ordinal not in range(128)
eth-hash v0.3.1
Bugfixes
Bugfix to export type annotations
eth-hash v0.3.0
Features
Export type annotations, for use in importing projects
Internal Changes - for eth-hash Contributors
Import 3 years worth of template updates
This is a low-level library, intended to be used internally by other Ethereum
tools. If you're looking for a convenient hashing tool, check out
eth_utils.keccak() which will be a little friendlier, and provide access to
other helpful utilities.
Read more in the documentation on ReadTheDocs.
Note: the similarly named pyethash has a completely different use: it generates
proofs of work.