
Python-llfuse is a set of python bindings for the low level fuse api. this package provides the documentation for both the python 2 and python 3 extension (packages python-llfuse and python3-llfuse).
fuse (filesystem in userspace) is a simple interface for userspace programs to export a virtual filesystem to the linux kernel. fuse also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.