python-utilitybelt icon indicating copy to clipboard operation
python-utilitybelt copied to clipboard

Miscellaneous python utilities.

Results 3 python-utilitybelt issues
Sort by recently updated
recently updated
newest added

Raise an OutOfEntropyException when they do.

To reproduce: ``` python >>> from utilitybelt import charset_to_int >>> from utilitybelt import base32_chars >>> charset_to_int("AARDVARK", base32_chars) 574259754 >>> charset_to_int("RDVARK", base32_chars) 574259754 ``` When the leading characters of `s` are...

In Windows, I get: > > > hexlify(dev_random_entropy(32)) > > > Traceback (most recent call last): > > > File "", line 1, in > > > File "c:\Python27\lib\site-packages\utilitybelt-0.2.2-py2.7.egg >...