Skip to content

Grisshink/hashell-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashell-py

Python bindings for hashell (see https://github.com/Grisshink/hashell)

Example

from hashell import hash_string

print(hash_string('some value', 16)) # 5149710603511119

Building

python -m venv env
source env/bin/activate
pip install maturin
maturin develop

This should install hashell-py library in your python environment