Metadata-Version: 1.1
Name: AsciiBinaryConverter
Version: 1.0
Summary: Converts Between ASCII strings and a string of binary.
Home-page: UNKNOWN
Author: Joe Bell
Author-email: belljoe3@hotmail.co.uk
License: UNKNOWN
Description: The module in imported :
        "import asciibinary".
        
        Then you can encode ascii with "asciibinary.encode('string')"
        
        To decode binary do "asciibinary.decode('0001101001101110')"
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
