You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
QR-Code-generator/python
Project Nayuki b5aaadf758
Demoted ReedSolomonGenerator from a class to a set of functions, and changed some names and comments, in all languages except C. This reduces code verbosity but doesn't change public APIs or visible behavior. The code organization is similar to the finder-like-pattern-detector feature.
5 years ago
..
qrcodegen-batch-test.py Tweaked batch tester to avoid Python children generating .pyc files. 5 years ago
qrcodegen-demo.py Aligned main comments in demo programs. 6 years ago
qrcodegen-worker.py Simplified Python worker program, mainly due to bytearray. 5 years ago
qrcodegen.py Demoted ReedSolomonGenerator from a class to a set of functions, and changed some names and comments, in all languages except C. This reduces code verbosity but doesn't change public APIs or visible behavior. The code organization is similar to the finder-like-pattern-detector feature. 5 years ago
setup.cfg Updated Python packaging code to create Wheel packages - changed distribution script to use setuptools instead of distutils, added setup.cfg. 9 years ago
setup.py Updated Python and Rust package version number. 6 years ago