Python install sub-package from package

Viewed 6779

it is possible to install some special sub-package from package?

For example, I want to create package with slack, datadog, sentry plugins (wrappers). But I want to allow user what he wants to install.

Like:

pip install super_plugins --plugins slack, datadog

Can it be done without separating all plugins to different packages?

1 Answers
Related