You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Developers of a plugin for xcube must specify an entry point in their setup.py and must know the entry point's syntax.
Describe the solution you'd like
xcube should also discover plugin modules by module naming convention. All modules named xcube_{plugin_name} should be considered an xcube plugin named {plugin_name}. See https://packaging.python.org/guides/creating-and-discovering-plugins/ for details.
Is your feature request related to a problem? Please describe.
Developers of a plugin for xcube must specify an entry point in their
setup.py
and must know the entry point's syntax.Describe the solution you'd like
xcube should also discover plugin modules by module naming convention. All modules named
xcube_{plugin_name}
should be considered an xcube plugin named{plugin_name}
. See https://packaging.python.org/guides/creating-and-discovering-plugins/ for details.Describe alternatives you've considered
https://pypi.org/project/pluggy/
The text was updated successfully, but these errors were encountered: