9 buildPythonPackage rec {
10 pname = "dataclasses-json";
14 inherit pname version;
15 sha256 = "56ec931959ede74b5dedf65cf20772e6a79764d20c404794cce0111c88c085ff";
18 propagatedBuildInputs = [
25 description = "Simple API for encoding and decoding dataclasses to and from JSON";
26 homepage = "https://github.com/lidatong/dataclasses-json";
27 license = licenses.mit;
28 maintainers = with maintainers; [ albakham ];