Description
Lets Python programs implement filesystems through the low-level FUSE API. It can be used for virtual filesystems, encrypted views, network-backed storage, archives, or testing storage behavior.
Filesystem code can expose, modify, or hide user files depending on the implementation. Run only trusted FUSE programs and review mount points before using them with important data.