Metadata-Version: 1.1
Name: reedmuller
Version: 1.0.0
Summary: Implementation of Reed-Muller codes.
Home-page: http://www.site.uottawa.ca/~mraap046
Author: Sebastian Raaphorst
Author-email: srcoding@gmail.com
License: Apache 2.0
Description: 
              A package providing an implementation of Reed-Muller codes for Python.
              A brief description of Reed-Muller codes can be found both on my webpage:
              http://www.site.uottawa.ca/~mraap046
              and at Wikipedia:
              http://en.wikipedia.org/wiki/Reed-Muller
              A Reed-Muller encoder / decoder RM(r,m) can be created through the class
              ReedMuller, and words (as 0-1 lists) of the appropriate size can be
              encoded / decoded.
        
              1.0.0: Initial release. Complete functionality implemented.
              
Keywords: reed-muller reed muller code codes coding design error-correcting binary
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
