6 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "1eaade76d8036e1cb79e944b75874bfe5ee4046a571c0724564e1721565c73fd";
17 # upstream has no tests
20 pythonImportsCheck = [ "onetimepad" ];
23 description = "A hacky implementation of one-time pad";
24 homepage = "https://jailuthra.in/onetimepad";
25 license = lib.licenses.mit;
26 maintainers = with lib.maintainers; [ dotlambda ];