python_inotify:监视文件和目录,Linux inotify 的 python 绑定

时间:2024-07-13 20:49:03
【文件属性】:

文件名称:python_inotify:监视文件和目录,Linux inotify 的 python 绑定

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-13 20:49:03

Python

python-inotify linux inotify的python绑定 许可证:麻省理工学院 演示 #! /usr/bin/env python """ backup your file automatically. """ import os import time import shutil import sys import errno import os . path try : import _inotify except : print "install _inotify please, url: https://github.com/maliubiao/python_inotify" exit ( 0 ) backup_dst = "/dropbox/path/backup" backup_list = [ "/home


【文件预览】:
python_inotify-master
----test.py(245B)
----inotify.c(5KB)
----examples()
--------nonblock_watch.py(776B)
--------watchfile.py(2KB)
--------example(7B)
--------readwrite.py(2KB)
----LICENSE(1KB)
----setup.py(274B)
----README.md(5KB)
----htmltable.py(2KB)
----compile.sh(48B)

网友评论