Skip to content

tbehner/rentropy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A small wrapper around a rust entropy crate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published