/pycodec2

Python's interface to codec2

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Overview

This is a Cython wrapper for codec2 library. More about codec2 can be found here.

Installation

Run:

python setup.py install

to install the library.

Documentation

pycodec2 uses sphinx for documentation generation. To generate pydocs run:

cd docs
make html

This will create HTML documentation in docs/_build/html/

Remarks

This library is considered complete. Please notify me or send a pull request on Github if you notice any bugs.