RosettaCommons / binder

Binder, tool for automatic generation of Python bindings
MIT License
322 stars 66 forks source link

Add module_local option for namespace to the configuration script #251

Closed kliegeois closed 1 year ago

kliegeois commented 1 year ago

This PR addresses #248 by adding an option to enable module_local for a namespace (using +module_local namespace) or for all the namespaces(using +module_local ALL).

@lyskov

kliegeois commented 1 year ago

Thanks @lyskov I will update the PR as soon as possible based on your comments.

kliegeois commented 1 year ago

@lyskov, I know it is not ideal on your side but could we merge the PR as is? It is easier on my side as I don't need to ask for a review. I can add those comments in the next PR (if it is fine with you).