python3-fuse

Python bindings for FUSE (Filesystems in USErspace) (Python 3 package)
  https://github.com/libfuse/python-fuse
  0
  no reviews



This is a Python interface to FUSE.

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 is the Python 3 package