Go to file
Stavros Korokithakis c4d2ec0fa2 Merge pull request #1 from thobianchi/master
avoid collision with fusepy package name
2017-01-10 01:42:46 +02: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

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.