1 Star 1 Fork 0

chx/python-qrcode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 1.73 KB
一键复制 编辑 原始数据 按行查看 历史
Chris Beaven 提交于 2022-02-02 14:44 . Black & flake8 tidy
[metadata]
name = qrcode
version = 7.4.dev0
description = QR Code image generator
long_description = file: README.rst, CHANGES.rst
author = Lincoln Loop
author_email = info@lincolnloop.com
url = https://github.com/lincolnloop/python-qrcode
keywords = qr denso-wave IEC18004
license = BSD
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Intended Audience :: Developers
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Topic :: Multimedia :: Graphics
Topic :: Software Development :: Libraries :: Python Modules
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
colorama;platform_system=="Windows"
python_requires = >= 3.6
[options.extras_require]
maintainer =
zest.releaser[recommended]
dev =
tox
pytest
test =
pytest
pytest-cov
pil =
pillow
all =
zest.releaser[recommended]
tox
pytest
pytest
pytest-cov
pillow
[options.entry_points]
console_scripts =
qr = qrcode.console_scripts:main
[flake8]
exclude =
.tox
.git
__pycache__
build
dist
max-line-length = 88
ignore = E203,W503
[coverage:run]
source = qrcode
[zest.releaser]
less-zeros = yes
version-levels = 2
tag-format = v{version}
tag-message = Version {version}
tag-signing = yes
date-format = %%-d %%B %%Y
prereleaser.middle =
qrcode.release.update_manpage
[tool:pytest]
filterwarnings = module
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cchenxuu/python-qrcode.git
git@gitee.com:cchenxuu/python-qrcode.git
cchenxuu
python-qrcode
python-qrcode
master

搜索帮助