plambdapi
plambdapi copied to clipboard
Implement hash URL fragment
PEP 503 states:
The URL SHOULD include a hash in the form of an URL fragment with the following syntax:
#<hashname>=<hashvalue>
, where<hashname>
is the lowercase name of the hash function (such assha256
) and<hashvalue>
is the hex encoded digest.