We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d023db commit f0f4a21Copy full SHA for f0f4a21
CHANGES.rst
@@ -6,13 +6,15 @@ WIP
6
===
7
8
- Added ``GappedCircleModuleDrawer`` (PIL) to render QR code modules as non-contiguous circles. (BenwestGate in `#373`_)
9
+- Improved test coveraged (akx in `#315`_)
10
- Migrate pyproject.toml to PEP 621-compliant [project] metadata format. (hroncok in `#399`_)
11
- Allow execution as a Python module. (stefansjs in `#400`_)
12
13
::
14
15
python -m qrcode --output qrcode.png "hello world"
16
17
+.. _#315: https://github.com/lincolnloop/python-qrcode/pull/315
18
.. _#373: https://github.com/lincolnloop/python-qrcode/pull/373
19
.. _#399: https://github.com/lincolnloop/python-qrcode/pull/399
20
.. _#400: https://github.com/lincolnloop/python-qrcode/pull/400
0 commit comments