10 buildPythonPackage rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-Qw2irvj94cBquYeVUhqOq8lw85oP5TqtA2XTT2z5/as=";
26 propagatedBuildInputs = [
32 # Project has no tests
35 pythonImportsCheck = [ "sml" ];
38 description = "Python library for EDL21 smart meters using Smart Message Language (SML)";
39 homepage = "https://github.com/mtdcr/pysml";
40 license = with licenses; [ mit ];
41 maintainers = with maintainers; [ fab ];