AUTHORS COPYING LICENSE MANIFEST.in README.rst changelog.rst pyproject.toml requirements-tests.txt setup.cfg setup.py tox.ini docs/Makefile docs/eclipse_cdt_style.xml docs/make.bat docs/source/api.rst docs/source/conf.py docs/source/global.rst.inc docs/source/hacking.rst docs/source/index.rst docs/source/installation.rst docs/source/quickstart.rst docs/source/examples/__init__.py docs/source/examples/logger.py docs/source/examples/patterns.py docs/source/examples/simple.py docs/source/examples/tricks.json docs/source/examples/tricks.yaml src/watchdog_fsevents.c src/watchdog/__init__.py src/watchdog/events.py src/watchdog/py.typed src/watchdog/version.py src/watchdog/watchmedo.py src/watchdog.egg-info/PKG-INFO src/watchdog.egg-info/SOURCES.txt src/watchdog.egg-info/dependency_links.txt src/watchdog.egg-info/entry_points.txt src/watchdog.egg-info/not-zip-safe src/watchdog.egg-info/requires.txt src/watchdog.egg-info/top_level.txt src/watchdog/observers/__init__.py src/watchdog/observers/api.py src/watchdog/observers/fsevents.py src/watchdog/observers/fsevents2.py src/watchdog/observers/inotify.py src/watchdog/observers/inotify_buffer.py src/watchdog/observers/inotify_c.py src/watchdog/observers/kqueue.py src/watchdog/observers/polling.py src/watchdog/observers/read_directory_changes.py src/watchdog/observers/winapi.py src/watchdog/tricks/__init__.py src/watchdog/utils/__init__.py src/watchdog/utils/bricks.py src/watchdog/utils/delayed_queue.py src/watchdog/utils/dirsnapshot.py src/watchdog/utils/echo.py src/watchdog/utils/event_debouncer.py src/watchdog/utils/patterns.py src/watchdog/utils/platform.py src/watchdog/utils/process_watcher.py tests/__init__.py tests/conftest.py tests/shell.py tests/test_0_watchmedo.py tests/test_delayed_queue.py tests/test_echo.py tests/test_emitter.py tests/test_events.py tests/test_fsevents.py tests/test_inotify_buffer.py tests/test_inotify_c.py tests/test_isolated.py tests/test_logging_event_handler.py tests/test_observer.py tests/test_observers_api.py tests/test_observers_polling.py tests/test_observers_winapi.py tests/test_pattern_matching_event_handler.py tests/test_patterns.py tests/test_regex_matching_event_handler.py tests/test_skip_repeats_queue.py tests/test_snapshot_diff.py tests/utils.py tests/isolated/__init__.py tests/isolated/eventlet_observer_stops.py tests/isolated/eventlet_skip_repeat_queue.py