costerwi / dwdatareader

Python module to interact with Dewesoft DWDataReaderLib shared library
MIT License
14 stars 9 forks source link

Expose DWExportHeader API function #23

Closed fleimgruber closed 4 years ago

fleimgruber commented 4 years ago

Minimalistic wrapper around DWExportHeader from the DWDataReader API. The file name "local.xml" was chosen since it mirrors the name DEWESoft gives the XML file when unzipping a d7s or dxs setup file.

fleimgruber commented 4 years ago

After some feedback I got for this, it would probably be better to have the file name as an argument to the wrapper function as that resembles more closely the C API.

costerwi commented 4 years ago

Yes, having the file name as an argument sounds good. You should be able to push that to your existing branch.

fleimgruber commented 4 years ago

Updated for file name and fixed test. If you approve of this, I will squash the 3 commits to a single one before merging, makes the history smoother I think. Or do you squash anyways when merging?

costerwi commented 4 years ago

There is a button for "squash and merge" which seemed to work.

Thanks!