marwern / PLCreX

Simplification, Transformation, Analysis, and Validation of IEC 61131-3 Programmable Logic Controllers
https://plcrex.readthedocs.io
GNU General Public License v3.0
54 stars 7 forks source link

Binary pyd files #29

Closed hutcheb closed 1 year ago

hutcheb commented 1 year ago

Hi,

Your project look awesome, can’t wait to give it a try. However, I noticed that the conversion libraries are pre-compiled pyd files. Is the source code for these in a different repository?

Kind Regards

Ben

plcrex commented 1 year ago

Hi @hutcheb , thank you. Yes, they are developed and tested separately (private repo). We are just calling pyd files for some features. Depending on the progress, we will share the source code in this repository.