ADIOS2
ADIOS2 copied to clipboard
rework Python bindings
The python bindings are awkward to use without a priori knowledge (see issue #3538). Consider a Get() function that would simply return a buffer of the right size and type without the user having to create that first. Consider a python analogue to the variable.Type() function that would return a python-compatible type name rather than the ADIOS-internal type name.