mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Release: https://pypi.org/pypi/qrcode/8.0 Homepage: https://github.com/lincolnloop/python-qrcode Repository: https://github.com/lincolnloop/python-qrcode Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/qrcode Diff: https://github.com/lincolnloop/python-qrcode/compare/v7.4.2...v8.0 Stubsabot analysis of the diff between the two releases: - 2 public Python files have been added: `qrcode/compat/png.py`, `qrcode/tests/consts.py`. - 0 files included in typeshed's stubs have been deleted. - 12 files included in typeshed's stubs have been modified or renamed. - Total lines of Python code added: 669. - Total lines of Python code deleted: 727. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI Co-authored-by: stubsabot <>
7 lines
156 B
TOML
7 lines
156 B
TOML
version = "8.0.*"
|
|
upstream_repository = "https://github.com/lincolnloop/python-qrcode"
|
|
requires = ["types-Pillow>=9.1.0"]
|
|
|
|
[tool.stubtest]
|
|
extras = ["pil"]
|