NaturalHistoryMuseum / pyzbar

Read one-dimensional barcodes and QR codes from Python 2 and 3.
MIT License
718 stars 175 forks source link

Provide wheel package #159

Open dvarrazzo opened 8 months ago

dvarrazzo commented 8 months ago

The library depends on the libzbar and requires to run

sudo apt-get install libzbar0

Is it possible to release wheel packages to include the binary dependency?

I am available to set up CI workflows to create the packages. I have some experience.