Description
Legacy Python 2 programs can implement user-space filesystems through simple ctypes bindings to FUSE. This is useful for maintaining old virtual-filesystem tools that have not been ported to Python 3.
It is a legacy developer library. Filesystem code can expose or modify user data, so applications should be tested carefully before mounting important paths.