Feature Request: Python Bindings for libcimbar
Hi
I'm a working on a project that involves generating and decoding barcodes. I came across libcimbar and was impressed by its performance and features. However, I noticed that there are no official Python bindings available, which makes it difficult for me to integrate it into my project.
I believe that creating Python bindings for libcimbar would significantly broaden its usage. Thank you for your time and consideration.
Best regards,
I've been thinking about this. It could be a good thing to do, but I want to figure out the C API for decoding first (there is one for encoding already). That'll mean it happens after the decoder work here (https://github.com/sz3/libcimbar/issues/71#issuecomment-2337147651)