Metadata-Version: 1.0
Name: koremutake
Version: 1.1.0
Summary: Convert to and from Koremutake Memorable Random Strings
Home-page: http://github.com/pschork/koremutake
Author: Patrick Schork
Author-email: patrick@schork.com
License: BSD
Description: Koremutake is a 128bit MeRS encoding algorithm that can convert any large, 
        unsigned number into a memorable sequence of phonetically unique syllables.
        
        For details see http://shorl.com/koremutake.php
        
        To install, run 'sudo easy_install koremutake'
        
        >>> import koremutake
        >>> koremutake.encode(10610353957)
        'koremutake'
        >>> koremutake.decode('koremutake')
        10610353957
        
Keywords: koremutake kormutake koremutate kormutate shorl mers tinyurl
Platform: UNKNOWN
