rentropy

A small wrapper around a rust entropy crate


License
GPL-3.0
Install
pip install rentropy==0.1.1

Documentation

rentropy

A small wrapper around the rust entropy crate with PyO3.

Usage

    import rentropy
    rentropy.eta(b"Hello, world!")

calculates the Shannon entropy of b"Hello, world!".

Setup

    pip install rentropy

Build

Use just to build wheels for CPython 3.5, 3.6 and 3.7 with manylinux.

    just build