18 buildPythonPackage rec {
23 disabled = pythonOlder "3.7";
25 src = fetchFromGitHub {
26 owner = "ebellocchia";
29 hash = "sha256-3G37n/mfI+3JVIkmJWzbB1qPPTE6NJJlFZWdE0fIIWA=";
32 nativeBuildInputs = [ setuptools ];
34 propagatedBuildInputs = [
45 nativeCheckInputs = [ pytestCheckHook ];
47 pythonImportsCheck = [ "bip_utils" ];
50 description = "Implementation of BIP39, BIP32, BIP44, BIP49 and BIP84 for wallet seeds, keys and addresses generation";
51 homepage = "https://github.com/ebellocchia/bip_utils";
52 changelog = "https://github.com/ebellocchia/bip_utils/blob/v${version}/CHANGELOG.md";
53 license = with licenses; [ mit ];
54 maintainers = with maintainers; [