pip install hoon
import hoon
print hoon.hash(hoon.fread('README.md'))
# Print the sha1 for this file
Don't expect backwards compatibility in hoon, each version usually breaks everything with the previous. e.g.: function names
Like binhash() except the digest is returned as a string of double length, containing only hexadecimal digits.
algorithm parameter defaults to sha1.
Get a list of tuples describing how to turn a into b.
Some humans like it this way
Fast test the similarity of two sequences by testing with real_quick_ratio() first.
Return an upper bound on ratio() very quickly.
Return a measure of the sequences' similarity.
Makes a simple request. If no data it's a GET else it's a POST. Returns a string.
Short for the SequenceMatcher constructor. isjunk is moved to the right so it's not required when providing a and b parameters.
Translate each character in old to the character at the same positionin new
Convert integer numbers to binary data.
Found bugs or have a new feature that you want to add?