tox-min-req

View on PyPIReverse Dependencies (0)

0.0.9 tox_min_req-0.0.9-py3-none-any.whl

Wheel Details

Project: tox-min-req
Version: 0.0.9
Filename: tox_min_req-0.0.9-py3-none-any.whl
Download: [link]
Size: 8395
MD5: 4f99db0ee1a3a51d64e9d49e94859d7b
SHA256: b6a6f175d12fa8bd90eaa7eaf54b7bdd9c12a232e9faf780fa7623479ad00b48
Uploaded: 2025-01-14 21:15:56 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: tox-min-req
Version: 0.0.9
Summary: Tox plugin to run tests with minimal requirements base on setup.cfg or pyproject.toml
Author-Email: Grzegorz Bokota <bokota+github[at]gmail.com>
Project-Url: Documentation, https://github.com/czaki/tox-min-req#readme
Project-Url: Issues, https://github.com/czaki/tox-min-req/issues
Project-Url: Source, https://github.com/czaki/tox-min-req
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing
Classifier: Intended Audience :: Developers
Classifier: Framework :: tox
Requires-Python: >=3.7
Requires-Dist: packaging (>=20.0)
Requires-Dist: tox (>=4.0.0)
Requires-Dist: toml (>=0.10.2); python_version < "3.11"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: tox[test]; extra == "testing"
Requires-Dist: coverage; extra == "testing"
Provides-Extra: testing
Description-Content-Type: text/markdown
License-File: LICENSE.txt
[Description omitted; length: 4358 characters]

WHEEL

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

RECORD

Path Digest Size
tox_min_req/__init__.py sha256=TOG7jzHjSn8Wabyw5s35oyqh6_dkjlH93WvBWA87f_k 495
tox_min_req/_parse_dependencies.py sha256=QOPpAJvCiwP2p59EiEoXqqet6ZS9cjGuQ7KtEpfoeEM 5943
tox_min_req/_tox_plugin.py sha256=EYdZ0ZrUNiNkb7RWN0dHv2y6xsW9ZDwOSwR4i-r1KLY 4393
tox_min_req/_version.py sha256=VUKDhsDLOPKj9zNw_322lJTB3k9JKH6BOu4nkEc42KY 411
tox_min_req-0.0.9.dist-info/LICENSE.txt sha256=tJYIKBhVn3CkuFTGQXzIoYG1PgiWf2NDyog_jS_whTw 1106
tox_min_req-0.0.9.dist-info/METADATA sha256=B9ZNTy7zGKQ5VWVMstH2xi_gakdVa_A-FKbjXNHp3oA 5816
tox_min_req-0.0.9.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
tox_min_req-0.0.9.dist-info/entry_points.txt sha256=fE8mlzmWoCGIRCPWMlEDbuaHVJ3o1yepkAVgNctetxE 40
tox_min_req-0.0.9.dist-info/top_level.txt sha256=S2CwxDF7as0rCfKsrqC3hzWUEBEXUAZSYjBEbFwS3x4 12
tox_min_req-0.0.9.dist-info/RECORD

top_level.txt

tox_min_req

entry_points.txt

[tox]
min-req = tox_min_req._tox_plugin