1 { buildPythonPackage, lib, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "sha256-MdSqA9jUTjXfE8Qx3jUTaZfwR6kkpZfYT3vCCeG+Vyc=";
12 pythonImportsCheck = [ "fields" ];
15 description = "Container class boilerplate killer";
16 homepage = "https://github.com/ionelmc/python-fields";
17 license = licenses.bsd2;
18 maintainers = [ maintainers.sheepforce ];