First public release of the unireedsolomon pure Python library.
It is thoroughly unit tested and is based on the already powerful Andrew Brown's ReedSolomon library, with added universality, errors-and-erasures decoding, flexibility and sanity checking.
Works on Python from 2.6 up to the latest (3.4) and also on PyPy 2 and 3 for a big speedup (expect an encoding speed of about 1MB/s).