Go to file
2017-01-11 09:18:40 -08: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 avoid collision with fusepy package name 2016-04-14 17:28:20 +02: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.