12 buildPythonPackage rec {
15 format = "setuptools";
18 src = fetchFromGitHub {
19 owner = "portugueslab";
22 sha256 = "13hlkvjcyz2lhvlfqyavja64jccbidshhs39sl4fibrn9iq34s3i";
25 propagatedBuildInputs = [
32 pythonImportsCheck = [ "lightparam" ];
35 homepage = "https://github.com/portugueslab/lightparam";
36 description = "Another attempt at parameters in Python";
37 license = lib.licenses.mit;
38 maintainers = with lib.maintainers; [ tbenst ];