15 buildPythonPackage rec {
21 inherit pname version;
22 hash = "sha256-cgQARaGM6Jb2kEcG7HqPStRPkhHldJ7UbxQpxN6JbZE=";
29 propagatedBuildInputs = [
36 pythonImportsCheck = [ "pyemvue" ];
42 changelog = "https://github.com/magico13/PyEmVue/releases/tag/v${version}";
43 description = "A Python library for reading data from the Emporia Vue energy monitoring system";
44 homepage = "https://github.com/magico13/PyEmVue";
45 license = licenses.mit;
46 maintainers = with maintainers; [ presto8 ];