python-fuse icon indicating copy to clipboard operation
python-fuse copied to clipboard

Python 2.x/3.x bindings for libfuse 2.x

Results 28 python-fuse issues
Sort by recently updated
recently updated
newest added

As per https://bugs.debian.org/1084422, fuse2.x will be going away in Debian soon, and fuse3.x support is long overdue anyway. I won't be able to spend time on this in the near...

enhancement
help wanted

Hello, I've installed the "master" branch on my MacOS 15.4.1 to have the patch #84 applied. I've installed fuse-T instead of Fuse, due to Security Policy from Apple and my...

help wanted
macos

Can pre-built wheel be provider by the project? Here's compile error from such system: ``` ❯ pip install fuse-python Collecting fuse-python Using cached fuse_python-1.0.9.tar.gz (35 kB) Installing build dependencies ......

enhancement
help wanted
macos

Hi, while starting to implement a fs using python-fuse (https://gitlab.com/remarkable7735917/rmfs) and using the xmp example as a starting point I faced a problem: I did not want to use the...

help wanted
question

I don't see any mention of CUSE here. * Is it supported at all? * If it's supported, it would be good to have documentation. * If it's supported, it...

question

This PR addresses #24. It replaces the `Optpase` based implementation of `FuseArgs` to one based on `ArgumentParser` and also adds some tests for the parsing functionality.

Adds default wheel build: `cp313-cp313-macosx_10_13_universal2.whl`. Using build matrix on that platform can be done later if needed. ``` ❯ unzip -l dist.zip Archive: dist.zip Length Date Time Name --------- ----------...

waiting

file_class instance may need to access the main fuse object for state information (e.g. database connection, network connection etc.). But the nested class doesn't seem to have any easy way...