Illumina / interop

C++ Library to parse Illumina InterOp files
http://illumina.github.io/interop/index.html
GNU General Public License v3.0
75 stars 26 forks source link

Python wheel for interop? #327

Closed yeemey closed 1 year ago

yeemey commented 1 year ago

Hello, I'd like to import interop as a Python module, and since it's no longer distributed on PyPi, I tried using pip install from this repo, but this doesn't work because there is neither setup.py nor pyproject.toml files. The installation page suggests there's a wheel for Python that I can use, but I can't seem to find it in the repo. Is there a different recommended way for doing this?

Thank you!

yeemey commented 1 year ago

I found the wheels here on PyPi, so never mind. Thank you!