10 buildPythonPackage rec {
11 pname = "plaid-python";
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-ksYTV10FGUjBIkJru4CiJIlPLT4S7fbpsNrjYczTFlI=";
22 propagatedBuildInputs = [
28 # Tests require a Client IP
31 pythonImportsCheck = [
36 description = "Python client library for the Plaid API and Link";
37 homepage = "https://github.com/plaid/plaid-python";
38 changelog = "https://github.com/plaid/plaid-python/blob/master/CHANGELOG.md";
39 license = licenses.mit;
40 maintainers = with maintainers; [ bhipple ];