Go to file
Tristan Van Berkom 2c7956c739 Fix reversed parameters in link() and symlink() implementations.
Yes, it is a bit strange how fusepy reverses these parameters when
calling into the Operations object, but they are indeed reversed.

This patch fixes the example to work correctly when symlinking
or linking in the passthrough.
2017-06-11 20:53:33 +09:00
.gitignore Initial commit 2016-04-11 01:38:25 +03:00
LICENSE Initial commit 2016-04-11 01:38:25 +03:00
passthrough.py Fix reversed parameters in link() and symlink() implementations. 2017-06-11 20:53:33 +09:00
README.md Add fuse.py. 2016-04-11 01:40:01 +03:00
requirements.txt Update requirements.txt 2017-01-11 09:18:40 -08:00

python-fuse-sample

This repo contains a very simple FUSE filesystem example in Python. It's the code from a post I wrote a while back:

https://www.stavros.io/posts/python-fuse-filesystem/

If you see anything needing improvement or have any feedback, please open an issue.