Metadata-Version: 2.1
Name: damm32
Version: 0.0.1
Summary: A pure-python implementation of the Damm Algorithm, base 32
Home-page: https://github.com/trickeydan/damm32
Author: Dan Trickey
Author-email: contact@trickey.io
License: UNKNOWN
Description: # Damm32
        
        [![CircleCI](https://circleci.com/gh/trickeydan/damm32.svg?style=svg)](https://circleci.com/gh/trickeydan/damm32)
        
        Python implementation of the Damm Algorithm in Base 32
        
        By default, it uses an alphabet as specified in [RFC 4648](https://tools.ietf.org/html/rfc4648) which contains 32 alphanumeric characters, with similar looking characters removed. The padding symbol is not included.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
