README.md
pyproject.toml
memowatch/__init__.py
memowatch/fluent.py
memowatch.egg-info/PKG-INFO
memowatch.egg-info/SOURCES.txt
memowatch.egg-info/dependency_links.txt
memowatch.egg-info/entry_points.txt
memowatch.egg-info/requires.txt
memowatch.egg-info/top_level.txt
memowatch/backends/__init__.py
memowatch/backends/base.py
memowatch/backends/linux.py
memowatch/backends/polling.py
memowatch/backends/win32.py
memowatch/cli/__init__.py
memowatch/cli/main.py
memowatch/core/__init__.py
memowatch/core/ast_diff.py
memowatch/core/diff.py
memowatch/core/events.py
memowatch/core/observer.py
memowatch/core/pipeline.py
memowatch/core/predict.py
memowatch/filters/__init__.py
memowatch/filters/gitignore.py
memowatch/filters/pattern.py
memowatch/filters/size_mime.py
memowatch/notifications/__init__.py
memowatch/notifications/email.py
memowatch/notifications/whatsapp.py
memowatch/utils/__init__.py
memowatch/utils/hasher.py
memowatch/utils/lock_check.py
tests/test_events.py
tests/test_filters.py
tests/test_pipeline.py