libfuse / python-fuse

Python 2.x/3.x bindings for libfuse 2.x
GNU Lesser General Public License v2.1
279 stars 73 forks source link

I want to maintain the project #7

Closed ghost closed 6 years ago

ghost commented 6 years ago

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.

sdelafond commented 6 years ago

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

ghost commented 6 years ago

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

sdelafond commented 6 years ago

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.

ghost commented 6 years ago

Ok, I'll send PR.