tox-min-req

View on PyPIReverse Dependencies (0)

0.0.8 tox_min_req-0.0.8-py3-none-any.whl

Wheel Details

Project: tox-min-req
Version: 0.0.8
Filename: tox_min_req-0.0.8-py3-none-any.whl
Download: [link]
Size: 7956
MD5: 7a7c48e693d6caf01ef2e58bff1fc1f1
SHA256: c45f00c711d71ff5cd74be4825e113af0928355a625b9cb8e833b8acc8697448
Uploaded: 2024-07-19 10:43:47 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: tox-min-req
Version: 0.0.8
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.7
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 :: 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[testing]; 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 (71.0.3)
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=2Raih1UBUajmSqdCwEYS1-zeHs6CJEJmOZcWdDEtr5Y 4258
tox_min_req/_tox_plugin.py sha256=EYdZ0ZrUNiNkb7RWN0dHv2y6xsW9ZDwOSwR4i-r1KLY 4393
tox_min_req/_version.py sha256=qP2QJpgwFu26Ia9si7LC7nYHaW0_mvxka84OVyOuIKg 411
tox_min_req-0.0.8.dist-info/LICENSE.txt sha256=tJYIKBhVn3CkuFTGQXzIoYG1PgiWf2NDyog_jS_whTw 1106
tox_min_req-0.0.8.dist-info/METADATA sha256=lJ1Uk-qagflnmTQLEXzWuk7JLaX2S0OlxK0f5Gtn3Qg 5825
tox_min_req-0.0.8.dist-info/WHEEL sha256=-oYQCr74JF3a37z2nRlQays_SX2MqOANoqVjBBAP2yE 91
tox_min_req-0.0.8.dist-info/entry_points.txt sha256=fE8mlzmWoCGIRCPWMlEDbuaHVJ3o1yepkAVgNctetxE 40
tox_min_req-0.0.8.dist-info/top_level.txt sha256=S2CwxDF7as0rCfKsrqC3hzWUEBEXUAZSYjBEbFwS3x4 12
tox_min_req-0.0.8.dist-info/RECORD

top_level.txt

tox_min_req

entry_points.txt

[tox]
min-req = tox_min_req._tox_plugin