8 buildPythonPackage rec {
9 pname = "opensensemap-api";
13 inherit pname version;
14 sha256 = "sha256-e60aVIoKFqo++WJHUYGutugkjB8YgyNQgJbILgAyOOY=";
17 propagatedBuildInputs = [
22 # no tests are present
25 pythonImportsCheck = [ "opensensemap_api" ];
28 description = "OpenSenseMap API Python client";
30 Python Client for interacting with the openSenseMap API. All
31 available information from the sensor can be retrieved.
33 homepage = "https://github.com/home-assistant-ecosystem/python-opensensemap-api";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];