messense commented on issue #4939:
URL: https://github.com/apache/opendal/issues/4939#issuecomment-2576670381

   Honestly I don't think it should be splited by each service, It'll just add 
lots of bloated binary wheels that contains duplicated opendal, tokio and TLS 
library compiled machine code which is not great.
   
   We could still have a default/core package that contains most of the 
services, but provide other non-default services as separate packages.
   
   - opendal: pure python meta package
     - opendal-core: default services, any services that does not require 
dynamic link to some system packages (like `gssapi`, `krb5` etc) can be enabled
     - opendal-$service: other $service


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to