A python wrapper module for the Linux kernel BCH library.
Project description
python-bchlib
This is a python module for encoding, decoding, and correcting data using BCH codes.
Requirements
Python 3.6 or greater required.
Installing the latest release:
$ pip install bchlib
Installing from source:
On Linux, you will need python-dev or equivalent package. Windows, you need Microsoft Visual C++. I've tested this manually using Visual Studio 2015.
$ pip install .
Usage Example
See Python's built-in help import bchlib; help(bchlib)
and the module's tests for usage examples.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bchlib-2.1.2.tar.gz
(27.1 kB
view hashes)