-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embed Python Interpreter in Hobbits Core #23
Comments
Updating the scope of this so that a few more general python/hobbits integration possibilities will be available |
I got the embedded interpreter working in the PythonRunner plugin. Now I just need to make it less hacky, get it in the core library, and then figure out how to do the build... |
built-in python has improved and seems to work with the Python Runner and Kaitai Struct plugins |
There's still a lot of API expansion possible on the Python side, but the current embedded capabilities superset the previous system python integration and are a decent starting point for as-needed expansion.
# [0.35.0](v0.34.1...v0.35.0) (2020-08-20) ### Features * embed python into hobbits with a limited API for [#23](#23) ([2f4ef03](2f4ef03))
I'm going to call this done in v0.35.0 - expansion and fine-tuning can be spun out into other issues. |
# [0.35.0](Mahlet-Inc/hobbits@v0.34.1...v0.35.0) (2020-08-20) ### Features * embed python into hobbits with a limited API for [#23](Mahlet-Inc/hobbits#23) ([2f4ef03](Mahlet-Inc/hobbits@2f4ef03))
Having an interpreter inside the Python runner plugin can speed up python processing and might help with other things.
@KOLANICH
The text was updated successfully, but these errors were encountered: