10 buildPythonPackage rec {
15 disabled = pythonOlder "3.10";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-mRvKLPgtBgmFDTHqra7GslxsgsJpQ2w/DE0Zgz5jujk=";
24 build-system = [ setuptools ];
26 dependencies = [ aiohttp ];
31 pythonImportsCheck = [ "pyrympro" ];
34 description = "Module to interact with Read Your Meter Pro";
35 homepage = "https://github.com/OnFreund/pyrympro";
36 license = licenses.mit;
37 maintainers = with maintainers; [ fab ];