| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2021-02-06 | 587 Bytes | |
| Release 1.0.8 source code.tar.gz | 2021-02-06 | 15.3 MB | |
| Release 1.0.8 source code.zip | 2021-02-06 | 15.3 MB | |
| Totals: 3 Items | 30.6 MB | 0 | |
Changelog
- Error messages are now sent to
sys.stderrinstead ofsys.stdout. [165b7122b7736184d9e1e3f3161935e3f86d8cd4] - Previously after running a command, all newlines were removed but the intent was to remove the trailing newline character. Therefore
.rstrip()is now being used instead to remove the trailing newlines (\n)and carriage returns (\r). [1cc6ba2deac3855de32108fca0aa4db99371dc56] - Added
imageandPillowas dependencies in order to create the image of the QR code. [54d0b02cbf0aac70076164a07e713d65c6299241, 8fb55fc91b015a7b50140cc58a18a3c245ee7b12]