7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-yxH/ZmV777qU2CjjtiLV+3byL72hN281Xz5uUel9lFA=";
17 propagatedBuildInputs = [
24 pythonImportsCheck = [ "watchgod" ];
27 description = "Simple, modern file watching and code reload in python";
28 mainProgram = "watchgod";
29 homepage = "https://github.com/samuelcolvin/watchgod";
30 license = licenses.mit;
31 maintainers = with maintainers; [ globin ];