fusepy3
is a Python module that provides a simple interface to FUSE. It's a port of the fusepy module for compatibility with libfuse3.
fusepy3
is written in 3x syntax.
See some examples of how you can use fusepy:
memory: | A simple memory filesystem |
---|---|
loopback: | A loopback filesystem |
context: | Sample usage of fuse_get_context() |
sftp: | A simple SFTP filesystem (requires paramiko) |
To get started download fusepy or just browse the source.
fusepy requires FUSE 3 (or later) and runs on:
- Linux (i386, x86_64, PPC, arm64, MIPS)
- Mac OS X (Intel, PowerPC)
- FreeBSD (i386, amd64)