MANIFEST.in
README.rst
requirements-dev.txt
requirements-test.txt
requirements.txt
setup.cfg
setup.py
src/_cffi_src/build_bindings.py
src/_cffi_src/winfsp.cdef.h
src/winfspy/__init__.py
src/winfspy/_version.py
src/winfspy/file_system.py
src/winfspy/memfs.py
src/winfspy/operations.py
src/winfspy.egg-info/PKG-INFO
src/winfspy.egg-info/SOURCES.txt
src/winfspy.egg-info/dependency_links.txt
src/winfspy.egg-info/not-zip-safe
src/winfspy.egg-info/requires.txt
src/winfspy.egg-info/top_level.txt
src/winfspy/plumbing/__init__.py
src/winfspy/plumbing/bindings.py
src/winfspy/plumbing/exceptions.py
src/winfspy/plumbing/file_attribute.py
src/winfspy/plumbing/file_system_interface.py
src/winfspy/plumbing/get_winfsp_dir.py
src/winfspy/plumbing/security_descriptor.py
src/winfspy/plumbing/service.py
src/winfspy/plumbing/status.py
src/winfspy/plumbing/win32_filetime.py
src/winfspy/tests/__init__.py
src/winfspy/tests/fixtures.py
src/winfspy/tests/test_bindings.py
src/winfspy/tests/test_security_descriptor.py
src/winfspy/tests/winfsp_tests/__init__.py
src/winfspy/tests/winfsp_tests/__main__.py
src/winfspy/tests/winfsp_tests/conftest.py
src/winfspy/tests/winfsp_tests/test_winfsp_tests.py
src/winfspy/tests/winfstest/__init__.py
src/winfspy/tests/winfstest/__main__.py
src/winfspy/tests/winfstest/conftest.py
src/winfspy/tests/winfstest/test_winfs.py
src/winfspy/tests/winfstest/cases/00_CreateFile_Dispositions.t
src/winfspy/tests/winfstest/cases/01_CreateFile_Attributes.t
src/winfspy/tests/winfstest/cases/02_CreateRemoveDirectory.t
src/winfspy/tests/winfstest/cases/03_FindFiles.t
src/winfspy/tests/winfstest/cases/04_MoveFile.t
src/winfspy/tests/winfstest/cases/05_CreateFile_Truncation.t
src/winfspy/tests/winfstest/cases/06_FileTimes.t
src/winfspy/tests/winfstest/cases/07_SetGetFileAttributes.t
src/winfspy/tests/winfstest/cases/08_CreateFile_Delete.t
src/winfspy/tests/winfstest/cases/09_CreateFile_Sharing.t
src/winfspy/tests/winfstest/cases/10_GetSetSecurity.t