16 buildPythonPackage rec {
22 inherit pname version;
23 hash = "sha256-FQ34pKRK1HDLoupMDfVaNxAhn1HbZHYi6se4ewlUWGA=";
26 nativeBuildInputs = [ hatchling ];
28 propagatedBuildInputs = [
35 pythonImportsCheck = [ "pyemvue" ];
41 changelog = "https://github.com/magico13/PyEmVue/releases/tag/v${version}";
42 description = "Python library for reading data from the Emporia Vue energy monitoring system";
43 homepage = "https://github.com/magico13/PyEmVue";
44 license = licenses.mit;
45 maintainers = with maintainers; [ presto8 ];