CHANGELOG.md
LICENSE
MANIFEST.in
README.md
README_CN.md
pyproject.toml
setup.py
examples/async_example.py
examples/callback_example.py
examples/decorator_example.py
examples/fastapi_hot_reload.py
examples/sync_iter_example.py
examples/thread_background_example.py
tests/__init__.py
tests/test_file_watch.py
tests/test_ignore.py
tests/test_industrial.py
tests/test_regressions.py
tests/test_watcher.py
yyds_fswatch/__init__.py
yyds_fswatch/__version__.py
yyds_fswatch/events.py
yyds_fswatch/ignore.py
yyds_fswatch/watcher.py
yyds_fswatch.egg-info/PKG-INFO
yyds_fswatch.egg-info/SOURCES.txt
yyds_fswatch.egg-info/dependency_links.txt
yyds_fswatch.egg-info/top_level.txt
yyds_fswatch/_platforms/__init__.py
yyds_fswatch/_platforms/_base.py
yyds_fswatch/_platforms/_darwin.py
yyds_fswatch/_platforms/_linux.py
yyds_fswatch/_platforms/_polling.py
yyds_fswatch/_platforms/_windows.py