check-reqs

View on PyPIReverse Dependencies (0)

1.0.0 check_reqs-1.0.0-py3-none-any.whl

Wheel Details

Project: check-reqs
Version: 1.0.0
Filename: check_reqs-1.0.0-py3-none-any.whl
Download: [link]
Size: 8839
MD5: bae76db889130808530480e92898b7f5
SHA256: af6a38185ba7994956cd90619c07dd74256067f3db030a6c97a9c3ee00e644fa
Uploaded: 2022-07-11 11:04:48 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: check-reqs
Version: 1.0.0
Summary: Checks if all requirements from a file are installed in the current Python env
Author: renefritze
Author-Email: coding[at]fritze.me
Home-Page: https://github.com/renefritze/check_reqs
Project-Url: Repository, https://github.com/renefritze/check_reqs
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7,<4.0
Requires-Dist: importlib_metadata (<5.0.0,>=4.5.0); python_version < "3.8"
Requires-Dist: rich (<13.0,>=10.14)
Requires-Dist: typer[all] (<0.6,>=0.4)
Description-Content-Type: text/markdown
[Description omitted; length: 12784 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.8
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
check_reqs/__init__.py sha256=lXwB9UeIHl0NzKkGSxwvLld8KXZCg1itQPdwUnejkBg 468
check_reqs/__main__.py sha256=n2rjizRj6pgnqKsbNq86Rf6JVDwO-A9g1GjcQ0oH4N4 1270
check_reqs/check_reqs.py sha256=SzWbQ3bKLHbcBiVjLGIk86Sg6fTj4WHQxKcqS4BtSXw 2409
check_reqs-1.0.0.dist-info/entry_points.txt sha256=ryPzECjEIgCTeexkesyOMY6OSvHr7hnWbhBKmtjAPmg 54
check_reqs-1.0.0.dist-info/LICENSE sha256=aVeTeVjRad9ubxR8IpepLlwCFdLxcIkKYgbqEwxBbo8 1075
check_reqs-1.0.0.dist-info/WHEEL sha256=DA86_h4QwwzGeRoz62o1svYt5kGEXpoUTuTtwzoTb30 83
check_reqs-1.0.0.dist-info/METADATA sha256=Kn2cqUWcvBihlz2UiJ95pbINbfLjOg0O4DDqNCbjSk4 13891
check_reqs-1.0.0.dist-info/RECORD

entry_points.txt

check_reqs = check_reqs.__main__:app