-
Notifications
You must be signed in to change notification settings - Fork 17
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
Develop a pluggable architecture for search & install so that packaging systems can provide hooks. #24
Comments
i mainly opened this ticket to collect ideas on how to design the framework for such backends |
This makes me think deken should cache downloaded info, like apt. |
doesn't it? at least for me the zip-files in my but yeah, the files are re-downloaded, which could be avoided. |
See #10. |
searchsearches for a given library, and returns all matches arguments:
returned data:
the host sorts the returned values along the match axis (and probably along the date/version axis) installinstalls a given library arguments:
returned data:
|
Looks good to me. It would be good for the backend interfaces to not have to care if called in the Pd gui or from the command line via tclsh #8. |
By cache, I mean caching the package info from puredata.info, not the zip files. This way you could see whats available even if offline. |
ah i see; should probably go to another ticket. |
Yep and at this stage I don't see a compelling reason to do the work of caching that information locally since you can't actually download packages without a connection. See #31. |
TODO: provide a way to (de)select backends in the gui. |
instead of an |
it would be great to allow for multiple backends for doing the search/installation of packages.
The text was updated successfully, but these errors were encountered: