10 buildPythonPackage rec {
15 src = fetchFromGitHub {
17 repo = "braintree_python";
19 hash = "sha256-5MF8W2zUVvNiOnmszgJkMDmeYLZ6ppFHqmH6dmlCzQY=";
22 build-system = [ setuptools ];
24 dependencies = [ requests ];
26 nativeCheckInputs = [ pytestCheckHook ];
28 pythonImportsCheck = [ "braintree" ];
34 "tests/integration/test_credentials_parser.py"
38 description = "Python library for integration with Braintree";
39 homepage = "https://github.com/braintree/braintree_python";
40 license = lib.licenses.mit;