8000 GitHub - fox-it/fusepy3: Simple ctypes bindings for FUSE
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fox-it/fusepy3

 
 

Repository files navigation

fusepy3

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.

examples

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)

About

Simple ctypes bindings for FUSE

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • C 0.6%
0