pip_check_reqs

View on PyPIReverse Dependencies (4)

2.5.3 pip_check_reqs-2.5.3-py3-none-any.whl

Wheel Details

Project: pip_check_reqs
Version: 2.5.3
Filename: pip_check_reqs-2.5.3-py3-none-any.whl
Download: [link]
Size: 13538
MD5: 235940ffb2565a3281cdaf5d18f0be04
SHA256: 692239e91fb1fa91052abd0db2887825d2c34593f99a6244eeadb188692a122b
Uploaded: 2023-09-12 12:27:51 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pip-check-reqs
Version: 2.5.3
Summary: Find packages that should or should not be in requirements for a project
Author: Richard Jones
Author-Email: r1chardj0n3s[at]gmail.com
Maintainer: Adam Dangoor
Maintainer-Email: adamdangoor[at]gmail.com
Home-Page: https://github.com/r1chardj0n3s/pip-check-reqs
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9.0
Requires-Dist: packaging (>=20.5)
Requires-Dist: pip (>=23.2)
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pyenchant; extra == "dev"
Requires-Dist: pylint; extra == "dev"
Requires-Dist: pyright; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: types-setuptools; extra == "dev"
Requires-Dist: ruamel.yaml; extra == "dev"
Provides-Extra: dev
License-File: LICENSE
[Description omitted; length: 7460 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.41.2)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pip_check_reqs/__init__.py sha256=G5GsWt6kKdlmF1PE7M3WscqDmA4Wf8gIo1rD3Qv_ekI 81
pip_check_reqs/common.py sha256=flfyjZ4vPrnPYU92s3DFsjpck2Ex_jCKdWNpeyIqpVI 8373
pip_check_reqs/find_extra_reqs.py sha256=HMpPTqGbxsE2DtfINVCDbOc8TL_UC7aIzqfMywTeex8 7740
pip_check_reqs/find_missing_reqs.py sha256=yKQ1iNUvL-m4SiuyFYoYt5C50UGSMFAMPo6aWtpn99w 7516
pip_check_reqs-2.5.3.dist-info/LICENSE sha256=KeeFxitUVFHpurnoo1la_ShjkZe25wKGFcLqoErvv3c 1080
pip_check_reqs-2.5.3.dist-info/METADATA sha256=aVu_dnzZR6JaBeg8tvOit5Td8M13GXltTo8CK2R_Ock 8740
pip_check_reqs-2.5.3.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
pip_check_reqs-2.5.3.dist-info/entry_points.txt sha256=_YA6YbCD2dl0pazTw0Lrj0GSVFFkLeuN9OKQwxJbXLM 128
pip_check_reqs-2.5.3.dist-info/top_level.txt sha256=7d7rbTf1BWOG7OFsHqRfGHeCFiiF-WMmgKw7SCoMpQ0 15
pip_check_reqs-2.5.3.dist-info/RECORD

top_level.txt

pip_check_reqs

entry_points.txt

pip-extra-reqs = pip_check_reqs.find_extra_reqs:main
pip-missing-reqs = pip_check_reqs.find_missing_reqs:main