9 buildPythonPackage rec {
10 pname = "laundrify-aio";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
18 repo = "laundrify-pypi";
20 hash = "sha256-+dTvYn4hux3Y19kWZwxhdkBARmfD8SuNlYWM/ET9K2M=";
23 propagatedBuildInputs = [
31 pythonImportsCheck = [
36 description = "Module to communicate with the laundrify API";
37 homepage = "https://github.com/laundrify/laundrify-pypi";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ fab ];