aboutsummaryrefslogtreecommitdiff
path: root/devel/py-watchgod/pkg-descr
blob: f440eb2f42203fdb9ef98d82b9716f5c69373edc (plain) (blame)
1
2
3
4
5
6
watchgod is a simple, modern file watching and code reload in python.

watchgod is inspired by watchdog, hence the name, but tries to fix some of the
frustrations I found with watchdog, namely: separate approaches for each OS, an
inelegant approach to concurrency using threading, challenges around debouncing
changes and bugs which weren't being fixed.