12个版本
0.1.13 | 2022年11月20日 |
---|---|
0.1.12 | 2022年11月11日 |
0.1.10 | 2021年9月19日 |
0.1.9 | 2021年7月19日 |
0.1.5 | 2021年2月27日 |
#2 in #版本化
54 每月下载量
19KB
416 行
auditwheel-symbols
找出导致auditwheel出现过于新版本符号错误的符号,解决了 pypa/auditwheel#36 问题。
安装说明
pip install auditwheel-symbols
用法
❯ auditwheel-symbols --help
auditwheel-symbols 0.1.4
USAGE:
auditwheel-symbols [OPTIONS] <FILE>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-m, --manylinux <manylinux> [possible values: 1, 2010, 2014, 2_24]
ARGS:
<FILE>
❯ auditwheel-symbols --manylinux 2014 ~/Downloads/rjieba-0.1.5-cp36-abi3-manylinux2010_x86_64.whl
rjieba/rjieba.abi3.so is manylinux2014 compliant.
❯ auditwheel-symbols --manylinux 1 ~/Downloads/rjieba-0.1.5-cp36-abi3-manylinux2010_x86_64.whl
rjieba/rjieba.abi3.so is not manylinux1 compliant because it links the following forbidden libraries:
libc.so.6 offending symbols: memcpy@@GLIBC_2.14
许可证
本作品采用MIT许可证发布。许可证副本可在LICENSE文件中找到。
依赖项
~12MB
~202K SLoC