Ruby 的 watchr 在 Python 中等效吗?
我喜欢 watchr 的概念:它监视文件系统并在发生变化时运行回调。有纯Python 的等价物吗?最好可以 pip 安装。
I like the concept of watchr: it monitor the file system and run a callback when something changes. Is there a pure Python equivalent? Preferably pip installable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可能应该看看看门狗:
http://packages.python.org/watchdog/
You should probably look at watchdog:
http://packages.python.org/watchdog/
对于 Windows,有 watcher,这可能接近您所需要的,尽管我不确定它提供 100% 等效信息。
For Windows, there's watcher, that is probably close to what you need although I'm not sure it provides 100% equivalent information.