1 { lib, buildPythonPackage, fetchFromGitHub, isPy27
10 buildPythonPackage rec {
15 src = fetchFromGitHub {
17 repo = "python-fints";
19 sha256 = "sha256-P9+3QuB5c7WMjic2fSp8pwXrOUHIrLThvfodtbBXLMY=";
22 propagatedBuildInputs = [ requests mt-940 sepaxml bleach ];
24 checkInputs = [ pytestCheckHook pytest-mock ];
27 homepage = "https://github.com/raphaelm/python-fints/";
28 description = "Pure-python FinTS (formerly known as HBCI) implementation";
29 license = licenses.lgpl3Only;
30 maintainers = with maintainers; [ elohmeier dotlambda ];