Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requesting more examples on how to use this package #51

Open
jpmvferreira opened this issue Nov 10, 2023 · 5 comments
Open

Requesting more examples on how to use this package #51

jpmvferreira opened this issue Nov 10, 2023 · 5 comments
Labels

Comments

@jpmvferreira
Copy link

Hi there, I'm interested in making my own clown of tag-based command line interfaces, such as TMSU, and I think I could achieve something similar in Python with python-fuse plus SQLite.

I would like to ask you if you are aware of usages of python-fuse in the wild, or maybe a blog post with more detailed information, given that going solely from the examples the examples provided in this repository and the source code, I'm not quite sure where to begin.

Additionally, I take the opportunity to ask whether this is the go-to package for implementing a FUSE filesystem in Python or not.
All others packages that I found out seem to be deprecated or unmaintained.

@sdelafond
Copy link
Collaborator

You can get examples searching for instance for "Fuse.init" using your favorite code search engine.

pyfuse and fusepy are other alternatives, for which you'll also easily find examples.

@jpmvferreira
Copy link
Author

Thanks, I'll look it up.
As for the projects you have mentioned, it seems that they are unmaintained. In fact, it seems that everything related to FUSE in Python seems to be fragmented in different projects which sooner or later stop being developed. Is there a reason why? I expected this to be more popular, for some reason.

@sdelafond
Copy link
Collaborator

I can't comment on the state of the other projects, as I know pretty much nothing about them.

@glensc
Copy link
Contributor

glensc commented Jan 15, 2024

the multithreading could be documented somewhere:

@glensc
Copy link
Contributor

glensc commented Jan 15, 2024

Here's a GitHub filter for Python projects using fuse tag:

not all of them use this library, but it's a good filter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants