Python ctypes bindings for libfuse (high-level API, versions 2 and 3). Allows writing FUSE filesystems in Python. Current version 3.1.1, requires Python >=3.9. Maintained, regular releases.
pip install mfusepyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal hello world filesystem using fusepy.
Use 'from fusepy import FUSE'.
Upgrade Python to >=3.9 and install libfuse 2.x or 3.x.
Do not install 'fuse' or 'fusepy' from PyPI; only install 'mfusepy'.
No dependency data recorded yet.