ratal / mdfreader

Read Measurement Data Format (MDF) versions 3.x and 4.x file formats in python
Other
169 stars 73 forks source link

[Improvement] Create Python package from dataRead extension. #194

Open msitkowski opened 3 years ago

msitkowski commented 3 years ago

Python version

3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)]

Platform information

Windows-10-10.0.18362-SP0

Numpy version

1.17.2

mdfreader version

4.1

Description

It would be nice to have dataRead extension as a Python package. It would be set as mdfreader dependency. Since dataRead extension would be compiled already, cython, MS Build Tools and bitarray are required no more for the end user.

ratal commented 3 years ago

Thanks for the proposal, indeed could be useful. I will see if I have time for that. Is it a blocking point in your usage ?

msitkowski commented 3 years ago

Actually, no. I have some workaround implemented. If dataRead will be a separate package, I will be able to simplify my code and remove temporary solution.