78 lines
2.1 KiB
Plaintext
78 lines
2.1 KiB
Plaintext
AUTHORS
|
|
COPYING
|
|
LICENSE
|
|
MANIFEST.in
|
|
README.rst
|
|
changelog.rst
|
|
setup.cfg
|
|
setup.py
|
|
docs/Makefile
|
|
docs/dependencies.txt
|
|
docs/echo.py.txt
|
|
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/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/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/compat.py
|
|
src/watchdog/utils/delayed_queue.py
|
|
src/watchdog/utils/dirsnapshot.py
|
|
src/watchdog/utils/echo.py
|
|
src/watchdog/utils/platform.py
|
|
src/watchdog/utils/unicode_paths.py
|
|
src/watchdog/utils/win32stat.py
|
|
tests/__init__.py
|
|
tests/conftest.py
|
|
tests/markers.py
|
|
tests/shell.py
|
|
tests/test_delayed_queue.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_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_regex_matching_event_handler.py
|
|
tests/test_skip_repeats_queue.py
|
|
tests/test_snapshot_diff.py
|
|
tests/test_watchmedo.py |