A small wrapper around the rust entropy crate with PyO3.
import rentropy
rentropy.eta(b"Hello, world!")
calculates the Shannon entropy of b"Hello, world!"
.
pip install rentropy
Use just to build wheels for CPython 3.5, 3.6 and 3.7 with manylinux.
just build