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

add entry_point for package manager #41

Closed
fracpete opened this issue Jun 23, 2022 · 1 comment
Closed

add entry_point for package manager #41

fracpete opened this issue Jun 23, 2022 · 1 comment
Assignees

Comments

@fracpete
Copy link
Owner

  • add entry_point pww-packages that points to weka.core.packages
  • add argument parsing with following sub-commands
    • list --type installed|available|all - lists packages
    • info [--name NAME] - outputs info on all or just one particular package
    • install --name NAME/URL/PATH [--version VERSION] - installs the specified package
    • uninstall --name NAME - uninstalls the specified package
    • suggest --class CLASSNAME - suggest package(s) that contain the specified class
    • is-installed --name NAME - outputs true|false when package is installed or not
@fracpete fracpete self-assigned this Jun 23, 2022
@fracpete fracpete changed the title added entry_point for package manager add entry_point for package manager Jun 25, 2022
@fracpete
Copy link
Owner Author

implemented with 9925ce9

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

No branches or pull requests

1 participant