You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if PZN8 support is still in the planning. In codex.py (line 115-118) a comment states that the support was already planned for release with v0.9. Is this still in progress or am I missing something?
class PZN8(PZN7): """Will be fully added in v0.9.""" digits = 7
Requires some tweaking regarding checksum and code length, but shouldn't be too hard to implement. I'm attaching a preliminary test against https://www.softmatic.com/de/barcode-code-pzn.html below. Will submit a PR when it's ready.
Hello,
I was wondering if PZN8 support is still in the planning. In
codex.py
(line 115-118) a comment states that the support was already planned for release with v0.9. Is this still in progress or am I missing something?class PZN8(PZN7):
"""Will be fully added in v0.9."""
digits = 7
https://github.com/WhyNotHugo/python-barcode/blob/main/barcode/codex.py#:~:text=class%20PZN8(,digits%20%3D%207
The text was updated successfully, but these errors were encountered: