1 Star 0 Fork 4

iPlayForSG/python-urllib3

forked from openKylin/python-urllib3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 619 Bytes
一键复制 编辑 原始数据 按行查看 历史
openKylinBot 提交于 2022-05-14 02:48 . Import Upstream version 1.25.8
[flake8]
ignore = E501, E203, W503, W504
exclude = ./docs/conf.py,./src/urllib3/packages/*
max-line-length = 99
[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE.txt
provides-extra =
secure
socks
brotli
requires-dist =
pyOpenSSL>=0.14; extra == 'secure'
cryptography>=1.3.4; extra == 'secure'
idna>=2.0.0; extra == 'secure'
certifi; extra == 'secure'
ipaddress; python_version=="2.7" and extra == 'secure'
PySocks>=1.5.6,<2.0,!=1.5.7; extra == 'socks'
brotlipy>=0.6.0; extra == 'brotli'
[tool:pytest]
xfail_strict = true
python_classes = Test *TestCase
[egg_info]
tag_build =
tag_date = 0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iplayforsg/python-urllib3.git
git@gitee.com:iplayforsg/python-urllib3.git
iplayforsg
python-urllib3
python-urllib3
openkylin/yangtze

搜索帮助