9 buildPythonPackage rec {
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
16 owner = "ebellocchia";
19 sha256 = "1dj0c9sj0c4dkdf7rbz3s1z5kfzw22hpncm4bnwqigjzi6nrk81z";
22 propagatedBuildInputs = [ ecdsa pysha3 ];
24 pythonImportsCheck = [
29 description = "Implementation of BIP39, BIP32, BIP44, BIP49 and BIP84 for wallet seeds, keys and addresses generation";
30 homepage = "https://github.com/ebellocchia/bip_utils";
31 license = with lib.licenses; [ mit ];
32 maintainers = with lib.maintainers; [ prusnak ];