-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi cod-developers,
I would like to use pycodcif for cif parsing inside my own library matador. Would you consider building wheels for PyPI to allow for easy install on machines without swig?
I've just tested it on my machine by creating a wheel on my local machine with swig installed (python setup.py bdist_wheel), then copying it to a remote server and pip install'ing the .whl file directly in a new virtualenv, and everything seems to be working (Linux, CPython3.8).
I understand that this puts an extra burden on your release process, so I'd be happy to help build wheels for different Python versions, Linux/Windows (and Mac, if I can find one to borrow...). Alternatively there are packages that automate this process inside CI (e.g. cibuildwheel).
Let me know what you think!