workdirfs/README.md
Stavros Korokithakis 581053d6b6
Add fuse.py.
2016-04-11 01:40:01 +03:00

277 B

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.