Track Python-bindings improvements #193
Labels
binding
Concerns the bindings
documentation
Improvements or additions to documentation
enhancement
New feature or request
With #190, an initial Python support is provided.
It is still in its early days, and the API might change a lot.
This issue is used to track the futures improvements and associated limitations.
TODO
.finalize
can be called onDrop
to allow for an easier usage..finalize
can't be called twice, otherwise a MLA error will be raised. The Python API can wrap it onDrop
, allowing the user to either call it or notstart_file
,add_file_content
andend_file
linear_extract
wrapping. This could be made using a Python callback, or a given interface (as a Python abstract class) to deriveexamples/
directory, and tests themmaturin
andpytest
)Known caveats
MLA
structures are notSync
. As a result, a reference on an archive cannot transit between Threads (but they areSend
, so the struct itself can)io.BufferedIO
derived class.The text was updated successfully, but these errors were encountered: