nikteliy

Results 2 comments of nikteliy

I tried out [pybind11](https://github.com/pybind/pybind11). I made a small [demo](https://github.com/nikteliy/python-snap7/tree/demo_pybind11) and built packages for all platforms (except Windows) using cibuildwheel. You can find the packages [here](https://github.com/nikteliy/python-snap7/suites/4472311632/artifacts/118986567). There are difficulties with the...

Pybind11 + cibuildwheel greatly simplifies packaging workflow. But it requires experience in C++. I have no such experience, so I don't know what pitfalls to expect.