File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 from barcode .writer import BaseWriter
3434
3535__BARCODE_MAP = {
36- "ean8" : EAN8 ,
37- "ean8-guard" : EAN8_GUARD ,
36+ "codabar" : CODABAR ,
37+ "code128" : Code128 ,
38+ "code39" : Code39 ,
39+ "ean" : EAN13 ,
3840 "ean13" : EAN13 ,
3941 "ean13-guard" : EAN13_GUARD ,
40- "ean" : EAN13 ,
41- "gtin" : EAN14 ,
4242 "ean14" : EAN14 ,
43- "jan" : JAN ,
44- "upc" : UPCA ,
45- "upca" : UPCA ,
46- "isbn" : ISBN13 ,
47- "isbn13" : ISBN13 ,
43+ "ean8" : EAN8 ,
44+ "ean8-guard" : EAN8_GUARD ,
4845 "gs1" : ISBN13 ,
46+ "gs1_128" : Gs1_128 ,
47+ "gtin" : EAN14 ,
48+ "isbn" : ISBN13 ,
4949 "isbn10" : ISBN10 ,
50+ "isbn13" : ISBN13 ,
5051 "issn" : ISSN ,
51- "code39" : Code39 ,
52- "pzn" : PZN ,
53- "code128" : Code128 ,
5452 "itf" : ITF ,
55- "gs1_128" : Gs1_128 ,
56- "codabar" : CODABAR ,
53+ "jan" : JAN ,
5754 "nw-7" : CODABAR ,
55+ "pzn" : PZN ,
56+ "upc" : UPCA ,
57+ "upca" : UPCA ,
5858}
5959
6060PROVIDED_BARCODES = list (__BARCODE_MAP )
You can’t perform that action at this time.
0 commit comments