1 { lib, buildPythonPackage, fetchPypi, six, pytest, pytestrunner }:
3 buildPythonPackage rec {
9 sha256 = "7fa4337256a1542e8f5bb4bed19e1d9aea98fe5ff9baf76693342a1dd6ac7c96";
12 propagatedBuildInputs = [ six ];
14 checkInputs = [ pytest pytestrunner ];
17 description = "Python-Tools to implement Secure Remote Password (SRP) authentication";
18 homepage = "https://github.com/idlesign/srptools";
19 license = licenses.bsd3;
20 maintainers = with maintainers; [ elseym ];