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