check-wheel-contents:检查您的车轮内容是否正确

时间:2024-05-12 23:33:02
【文件属性】:

文件名称:check-wheel-contents:检查您的车轮内容是否正确

文件大小:598KB

文件格式:ZIP

更新时间:2024-05-12 23:33:02

python packaging linter wheel available-on-pypi

| | | 将正确的文件放到*上是棘手的,有时我们会弄乱并发布一个包含__pycache__目录或tests/的*。 在将其上传到PyPI之前,我们是否必须手动检查每个构建的*的内容? 让该程序为您检查怎么样? 只需在check-wheel-contents上运行check-wheel-contents ,它就会失败,并在检测到几种常见错误和错误时通知您。 下面将描述错误以及常见原因和相应的修复程序。 安装 check-wheel-contents需要Python 3.6或更高版本。 只需对Python 3使用 (您有pip,对吗?)来安装check-wheel-contents及其依赖项: python3 -m pip install check-wheel-contents 用法 check-wheel-contents [] <wheel or dire


【文件预览】:
check-wheel-contents-master
----MANIFEST.in(150B)
----README.rst(22KB)
----pyproject.toml(118B)
----.github()
--------workflows()
----test()
--------test_directory.py(16KB)
--------test_wheelcontents.py(28KB)
--------test_configuration.py(27KB)
--------test_parse_checks.py(3KB)
--------data()
--------test_checker.py(6KB)
--------test_checking.py(94KB)
--------test_util.py(6KB)
--------test_failedcheck.py(871B)
--------test_file.py(7KB)
--------test_main.py(6KB)
----tox.ini(2KB)
----LICENSE(1KB)
----src()
--------check_wheel_contents()
----setup.cfg(2KB)
----.gitignore(150B)
----CHANGELOG.md(707B)

网友评论