[Plugin] Allow users to discover, choose and install community plugins #791
abhinavsingh
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Plugins are currently packaged or must be downloaded/developed locally. There is no system to explore or discover
proxy.py
plugins. There are some on GitHub at this point in time.Describe the solution you'd like
Allow users to discover, choose and install plugins.
Additional context
Following options come to mind (if you have a better suggestion, kindly suggest):
proxy.py
base plugin classespip install proxy.py[plugin-name]
. We'll still need a registry to mapplugin-name
to git repo. This registry of plugin names to repo can exist inproxy.py
repo itself. Or discoverable via a gist/separate repoBeta Was this translation helpful? Give feedback.
All reactions