An open API service indexing awesome lists of open source software.

https://github.com/mfa/inotify_example


https://github.com/mfa/inotify_example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# inotify example

check if file is closed in a folder for further processing

# install

```
mkvirtualenv -p `which python3` inotify_example
pip install -r requirements.txt
python inotify_example.py
```

# run

in another shell now add a file to current folder:

```
echo "test" > test.txt
```