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
Since it's just a python lib, it should be possible to just import it and use its entrypoint to perform needed actions.
This will benefit the speed, since there's not going to be the whole new interpreted startup needed, and pip_freeze will reuse already imported modules in current interpreter process.
I'm willing to make a PR if you find this desired and don't see potential shortcomings of suggested approach.
The text was updated successfully, but these errors were encountered:
Since it's just a python lib, it should be possible to just import it and use its entrypoint to perform needed actions.
This will benefit the speed, since there's not going to be the whole new interpreted startup needed, and pip_freeze will reuse already imported modules in current interpreter process.
I'm willing to make a PR if you find this desired and don't see potential shortcomings of suggested approach.
The text was updated successfully, but these errors were encountered: