libfuse/python-fuse

I want to maintain the project

Opened this issue · 4 comments

Hello. I'm interested in maintaining the project. I'm a big fan of microkernel architecture, so I like the idea that filesystem driver runs in user mode. Also I want to build some filesystems for my personal needs which do not require high performance. For example, I want to implement something like overlayfs which protects some files (SSH and PGP keys, for example) and backups them on change. Interpreted language is the best choice for this. Firstly I decided to write a Ruby interface for libfuse because Ruby is my preferred language. Then I found this project and decided to not reinvent the wheel.

Hello, I'd be happy to look at any PR you'd want to submit, or chat about possible evolutions for python-fuse.

Any tasks I can help with? Where can we chat?

On my todo list is having proper, pytest-based tests and coverage. ioctl support could also make sense (#1).
I'd suggest using separate GitHub issues to sort out and comment on potential tasks and projets.

Ok, I'll send PR.