FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for barcode/base.py - srolin/python-barcode · GitHub
srolin
/
python-barcode
Public
forked from
WhyNotHugo/python-barcode
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
python-barcode
barcode
base.py
on
python37
User selector
Datepicker
Commit history
Commits on May 15, 2018
remove useless `Barcode.raw` attribute
smurfix
authored and
Hugo Osvaldo Barrera
committed
3ef8804
View commit details
Copy full SHA for 3ef8804
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
check if text is provided.
traversi
committed
54c0fca
View commit details
Copy full SHA for 54c0fca
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
Added text option, for free text under the barcode. Fixed PEP 8 warnings.
Whitie
committed
ae4c2e2
View commit details
Copy full SHA for ae4c2e2
View code at this point
Browse repository at this point
Commits on Jun 29, 2013
Some more Python 3 code and pylint cleanups.
whitie
committed
47853df
View commit details
Copy full SHA for 47853df
View code at this point
Browse repository at this point
Commits on Mar 9, 2011
Fixed format bug when saving PIL Image to file-like-object. Format was always RAW, now it is the given format.
wet
committed
e54de09
View commit details
Copy full SHA for e54de09
View code at this point
Browse repository at this point
Commits on Oct 23, 2010
Fixed some bugs with new options syntax.
Thorsten Weimann
committed
0625f32
View commit details
Copy full SHA for 0625f32
View code at this point
Browse repository at this point
Various changes for Python 3 compatibility.
Thorsten Weimann
committed
102a620
View commit details
Copy full SHA for 102a620
View code at this point
Browse repository at this point
Commits on Aug 2, 2010
Moved writer to a module. All tests work now.
Thorsten Weimann
committed
4137011
View commit details
Copy full SHA for 4137011
View code at this point
Browse repository at this point
Commits on Jul 25, 2010
Bugfixes and updated docs.
Thorsten Weimann
committed
d6b20e9
View commit details
Copy full SHA for d6b20e9
View code at this point
Browse repository at this point
Commits on Jul 24, 2010
Fixed write method for ImageWriter output. Now it writes RAW format.
Thorsten Weimann
committed
ea32422
View commit details
Copy full SHA for ea32422
View code at this point
Browse repository at this point
Added write method to support writing to a file like object.
Thorsten Weimann
committed
7c6a1aa
View commit details
Copy full SHA for 7c6a1aa
View code at this point
Browse repository at this point
Commits on May 8, 2010
Removed redundancy in input validation.
Thorsten Weimann
committed
56ee8a6
View commit details
Copy full SHA for 56ee8a6
View code at this point
Browse repository at this point
Commits on Mar 14, 2010
Docs updated for 0.4 release.
Thorsten Weimann
committed
48b03c4
View commit details
Copy full SHA for 48b03c4
View code at this point
Browse repository at this point
Added writer option text_distance. Removed **options from writers __init__.
Thorsten Weimann
committed
232574a
View commit details
Copy full SHA for 232574a
View code at this point
Browse repository at this point
Commits on Mar 13, 2010
Fixed tests to run with or without PIL.
Thorsten Weimann
committed
0d05e3c
View commit details
Copy full SHA for 0d05e3c
View code at this point
Browse repository at this point
Commits on Mar 12, 2010
Basic PIL support now working.
Thorsten Weimann
committed
8e74671
View commit details
Copy full SHA for 8e74671
View code at this point
Browse repository at this point
Commits on Nov 21, 2009
Started PIL support. Version set to 0.4b1 on tip.
Thorsten Weimann
committed
543ca6b
View commit details
Copy full SHA for 543ca6b
View code at this point
Browse repository at this point
Commits on Oct 2, 2009
Logic of save method moved to the writer. Compression for SVG works now.
Thorsten Weimann
committed
d72f93e
View commit details
Copy full SHA for d72f93e
View code at this point
Browse repository at this point
Fixed bug in base.py. default_writer is now instantiated on instance creation.
Thorsten Weimann
committed
bd1f021
View commit details
Copy full SHA for bd1f021
View code at this point
Browse repository at this point
Commits on Oct 1, 2009
Fixed some bugs related to unicode_literals. Updated tests for new save method.
Thorsten Weimann
committed
13b0365
View commit details
Copy full SHA for 13b0365
View code at this point
Browse repository at this point
Added more Py3k compatibility.
Thorsten Weimann
committed
38df64f
View commit details
Copy full SHA for 38df64f
View code at this point
Browse repository at this point
Commits on Sep 30, 2009
Started moving render method from writer to BaseWriter using callbacks.
wet
authored and
wet
committed
c9bfc99
View commit details
Copy full SHA for c9bfc99
View code at this point
Browse repository at this point
Moved compression option to SVGWriter (it's a writer option).
wet
authored and
wet
committed
2d012cb
View commit details
Copy full SHA for 2d012cb
View code at this point
Browse repository at this point
Commits on Sep 29, 2009
Removed download_url from setup.py. Added compression keyword to save method of Barcode class.
Thorsten Weimann
committed
531aab5
View commit details
Copy full SHA for 531aab5
View code at this point
Browse repository at this point
Commits on Sep 28, 2009
Changed api, render takes now keyword arguments instead of a dict.
Thorsten Weimann
committed
4a93179
View commit details
Copy full SHA for 4a93179
View code at this point
Browse repository at this point
Commits on Jun 13, 2009
Added tests and fixed some bugs with - in isxn codes.
Thorsten Weimann
committed
1ba1a5a
View commit details
Copy full SHA for 1ba1a5a
View code at this point
Browse repository at this point
Commits on Jun 12, 2009
Added code39 (incomplete) and setup script.
Thorsten Weimann
committed
b833b20
View commit details
Copy full SHA for b833b20
View code at this point
Browse repository at this point
Commits on Jun 11, 2009
Fixed some AttributeErrors.
Thorsten Weimann
committed
8d7a8d7
View commit details
Copy full SHA for 8d7a8d7
View code at this point
Browse repository at this point
Commits on Jun 10, 2009
Initial version. EAN and UPC work.
Thorsten Weimann
committed
c61d593
View commit details
Copy full SHA for c61d593
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL