8 buildPythonPackage rec {
9 pname = "dataclass-factory";
11 format = "setuptools";
13 src = fetchFromGitHub {
15 repo = "dataclass-factory";
17 hash = "sha256-0BIWgyAV1hJzFX4xYFqswvQi5F1Ce+V9FKSmNYuJfZM=";
28 pythonImportsCheck = [ "dataclass_factory" ];
39 description = "Modern way to convert python dataclasses or other objects to and from more common types like dicts or json-like structures";
40 homepage = "https://github.com/reagento/dataclass-factory";
41 changelog = "https://github.com/reagento/dataclass-factory/releases/tag/${src.rev}";
42 license = licenses.asl20;
43 maintainers = with maintainers; [ figsoda ];