9 buildPythonPackage rec {
10 pname = "pytrafikverket";
14 inherit pname version;
15 sha256 = "0hrjsw53ixgmhsiszdrzzh0wma705nrhq8npzacsyaf43r29zvqy";
18 propagatedBuildInputs = [
24 # Project has no tests
26 pythonImportsCheck = [ "pytrafikverket" ];
29 description = "Python library to manage Etekcity Devices and Levoit Air Purifier";
30 homepage = "https://github.com/endor-force/pytrafikverket";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];