/rentropy

A small wrapper around a rust entropy crate

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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