-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Thanks for working on this project.
I am happy to see an IBM MQ Python project on GitHub with the GitHub Issues enabled.
I read the Design Notes documentation, but I am not sure why not use GitHub Action to build and publish wheel packages for Linux, Windows and MacOS .
I am working on a fork of pymqi with the goal of creating a self-contained wheel package.
That is the pymqi C extension + IBM MQ redistributables
You can see the work in progress here https://github.com/chevah/pymqi/blob/1.12.11-chevah/README.md#linux
I didn't had time to read the full IBM MQ C redistributables licence... but since they are "redistributables" I guess that you are allow to distribute.
I am happy to migrate my code to the mq-mqi-python and send a pull request.
Are you happy to accept a PR that makes it easier to build self-contained wheel packages ?
At least for Windows and Linux.
Thanks