Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
WhyNotHugo
/
python-barcode
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
137
Star
655
Code
Issues
47
Pull requests
11
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add EAN addons support (fixes #140)
- #255
#255
Open
dekoza
wants to merge 13 commits into
WhyNotHugo:main
WhyNotHugo/python-barcode:main
from
dekoza:ean_addons_support
dekoza/python-barcode:ean_addons_support
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
Add EAN addons support (fixes #140)
#255
dekoza
wants to merge 13 commits into
WhyNotHugo:main
WhyNotHugo/python-barcode:main
from
dekoza:ean_addons_support
dekoza/python-barcode:ean_addons_support
Copy head branch name to clipboard
Commits
Commits on Jan 3, 2026
Fix ISSN - don't throw out digits 11 and 12 when using EAN13 form as they are allowed by ISSN spec (see issn.org).
dekoza
committed
425120a
View commit details
Copy full SHA for 425120a
Browse repository at this point
Add EAN-2 and EAN-5 addon support for barcodes based on EAN-13 and EAN-8. FIXES #140
dekoza
committed
d10c26f
View commit details
Copy full SHA for d10c26f
Browse repository at this point
Add EAN-2 and EAN-5 addon support for UPC-A (EAN-12) barcodes as per GITN standard.
dekoza
committed
cc7d103
View commit details
Copy full SHA for cc7d103
Browse repository at this point
Add scannability (image correctness) tests to ensure proper addon rendering. Fix addon rendering by adding quiet zone.
dekoza
committed
f59619f
View commit details
Copy full SHA for f59619f
Browse repository at this point
Update docs/getting-started.rst
Show description for fcc4a10
dekoza
and
Copilot
authored
fcc4a10
View commit details
Copy full SHA for fcc4a10
Browse repository at this point
Update barcode/charsets/ean.py
Show description for f718168
dekoza
and
Copilot
authored
f718168
View commit details
Copy full SHA for f718168
Browse repository at this point
Fix too opinionated validation of ISBN-13 code starting with 979
dekoza
committed
cec724b
View commit details
Copy full SHA for cec724b
Browse repository at this point
Refactor duplicated code to a helper module.
dekoza
committed
55a0b27
View commit details
Copy full SHA for 55a0b27
Browse repository at this point
Commits on Jan 4, 2026
Adjust addon rendering
dekoza
committed
de552c3
View commit details
Copy full SHA for de552c3
Browse repository at this point
Update barcode/writer.py
Show description for 6364ab6
dekoza
and
Copilot
authored
6364ab6
View commit details
Copy full SHA for 6364ab6
Browse repository at this point
Mention in docs that UPC-A also supports addons
dekoza
committed
43a053e
View commit details
Copy full SHA for 43a053e
Browse repository at this point
Fix marker position of marker in 'get_fullcode()' for guarded codes
dekoza
committed
ea4a6b4
View commit details
Copy full SHA for ea4a6b4
Browse repository at this point
Fix guard marker for eans with and without addons; fix addon rendering without guardlines.
dekoza
committed
9b844ee
View commit details
Copy full SHA for 9b844ee
Browse repository at this point
You can’t perform that action at this time.