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
@iwoloschin It's possible, but it would require some work. If we do so, it should probably be a separate python package. We'd probably also need to create C bindings first as an intermediate step. If someone wants to picks this up, I'll be happy to help.
For now, when you need this functionality from Python, I would recommend just using the commands. This approach has some additional advantages actually, like allowing the end-user to control the version that is used.
@sbarzowski yeah, I'm not sure I need this functionality and it is certainly easy enough to just call a binary, it just sort of seems like a logical next step.
We already have binary releases for the interpreter binary and for the formatter. We have 2 new tools now, so we should include them.
The text was updated successfully, but these errors were encountered: