
Python-llfuse is a set of python bindings for the low level fuse api. bindings for the high level api are provided by the python-fuse package.
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.
this package contains the debugging symbols as well as the extension built for the python 2 debug interpreter.