Plugget package
A plugget package is basically a plugget manifest.
The difference is that the package describes the concept of a manifest and it’s files.
But unlike e.g. python wheels, there’s no actual package like a zip file containing both files and manifest. The files are often downloaded afterward, based on data in the manifest.
So you get both of them during install, but from a different source.
So behind the curtains it’s not a package, but what the user sees looks like installing one.
Backlinks¶
- expose a python tool in plugget without wrapping it
- I want to create a plugget package, that doesn’t point to a repo, but instead defines:
- plugget - possible no-install for pure command package
- A plugget package without a
repo_urldoesn’t always need to be installed.
- A plugget package without a