Hash anything
Project description
Hash anything.
>>> from superhash import superhash
>>> superhash({'look':'I','m':'hashing','a':'dictionary!'})
6096922376629631909
>>> superhash(['nested', ['data', ['structure?', ['no', ['problem!']]]]])
-1209686700893922918
>>> class Foo(object): pass
...
>>> foo = Foo()
>>> superhash(foo)
8783925544637
>>> foo.a = 1
>>> superhash(foo)
-3828842421826240771
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SuperHash-0.1.2.tar.gz
(1.9 kB
view details)
File details
Details for the file SuperHash-0.1.2.tar.gz.
File metadata
- Download URL: SuperHash-0.1.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88a6f345f30351495fdbb124f18379b2874cb61b45b04735453d2e76cfe41409
|
|
| MD5 |
3dfddb6f52a7ebb058597a1689de3a01
|
|
| BLAKE2b-256 |
60422e340527effbeb44b9652d98c04457cac7a3393c1508b070801257453fb3
|