About

Warning - no longer developed!

Python-LLFUSE is no longer actively developed and just receiving community-contributed maintenance to keep it alive for some time. Unless you are stuck with Python 2.x or libfuse 2.x, we recommend to use the pyfuse3 module instead - see pyfuse3_porting for some hints. If you are stuck on Python 2.x, use llfuse<1.4.0.

Python-LLFUSE is a set of Python bindings for the low level FUSE API. It requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x. Like FUSE itself, Python-LLFUSE is developed for Linux systems, but it should be compatible with OS-X, FreeBSD and NetBSD as well.

Python-LLFUSE releases can be downloaded from PyPi. The documentation can be read online and is also included in the doc/html directory of the Python-LLFUSE tarball.

Getting Help

Please report any bugs on the issue tracker. For discussion and questions, please use the general FUSE mailing list. A searchable mailing list archive is kindly provided by Gmane.

Contributing

The Python-LLFUSE source code is available on GitHub.