8 buildPythonPackage rec {
11 disabled = pythonOlder "3.6";
14 inherit pname version;
15 sha256 = "02fpbyg46mlpc2c1j4zylw9a1h6bacxvigrl3cndsf6fxlhfx15z";
18 propagatedBuildInputs = [ requests ];
20 # Test are not available (not in PyPI tarball and there are no GitHub releases)
22 pythonImportsCheck = [ "pyvesync" ];
25 description = "Python library to manage Etekcity Devices and Levoit Air Purifier";
26 homepage = "https://github.com/webdjoe/pyvesync";
27 license = with licenses; [ mit ];
28 maintainers = with maintainers; [ fab ];