teststack

View on PyPIReverse Dependencies (0)

0.15.2 teststack-0.15.2-py3-none-any.whl

Wheel Details

Project: teststack
Version: 0.15.2
Filename: teststack-0.15.2-py3-none-any.whl
Download: [link]
Size: 21366
MD5: b3121c18d867aa61456878e5c0abc40c
SHA256: 6577663e40ba9814abfb11636d0177e348cbb62f85035647f6a3f636e676ea5a
Uploaded: 2024-12-03 20:11:37 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: teststack
Version: 0.15.2
Summary: Manage the infrastructure for running tests against
Author-Email: Daniel Wallace <daniel[at]gtmanfred.com>
Project-Url: homepage, https://github.com/gtmanfred/teststack
Project-Url: repository, https://github.com/gtmanfred/teststack
Project-Url: documentation, https://teststack.readthedocs.org
License: APACHE-2.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
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
Requires-Python: >=3.8
Requires-Dist: docker
Requires-Dist: six
Requires-Dist: click
Requires-Dist: toml
Requires-Dist: jinja2
Requires-Dist: GitPython
Requires-Dist: backports.entry-points-selectable
Requires-Dist: packaging
Requires-Dist: coverage[toml] (>=5.4); extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-pdb; extra == "tests"
Requires-Dist: poetry; extra == "tests"
Requires-Dist: black; extra == "syntax"
Requires-Dist: tox; extra == "dev"
Requires-Dist: podman; extra == "podman"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Provides-Extra: tests
Provides-Extra: syntax
Provides-Extra: dev
Provides-Extra: podman
Provides-Extra: docs
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 3747 characters]

WHEEL

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

RECORD

Path Digest Size
teststack/__init__.py sha256=wE0yb3352ymInSugW2UfAPusGTqck0pV-UwLIjrKNL4 4002
teststack/__main__.py sha256=WsRonoTnQNaqRtDUoSQzq0SAwrf2dGg9jtG2QhXYbWg 99
teststack/_version.py sha256=rpKddITAwhN3ODkw2Hnyk78Rfa68aMQtE89B6bWl2x0 413
teststack/git.py sha256=gcC7FhJb1m4tAjghiqhWZ9hWdDUaUAjtSp-JX2aKpDY 1282
teststack/utils.py sha256=aQ8mDiEYM4d4v7i6uLpU957wjNB1WNvBxVb5MVmYThk 751
teststack/commands/containers.py sha256=2HfRa6WhlpQzLB9h8ZjLrPMI0vMQZ2ktpzyT9DX3JWU 19061
teststack/commands/environment.py sha256=WW1b7DEE80ZKLRH9dXDw14d4jb3KdK7Twvut5_A9bgk 4277
teststack/containers/docker.py sha256=_tTVWjRE-9Ry0_zLV-edV3okzK9k5cAyzY0KCJlx8BY 8000
teststack/containers/podman.py sha256=8a13m_RiFbTICSW4JswqNGA28_yoGBrBcvBFGsUmqQI 6153
teststack-0.15.2.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
teststack-0.15.2.dist-info/METADATA sha256=ApMI8hF6aaXY_1s1PQfLZUR3GZFDXCQJsf-VHp4G5sg 5435
teststack-0.15.2.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
teststack-0.15.2.dist-info/entry_points.txt sha256=h4JMfaagIaQAd5YNrLvz1n0mZsyuXf1SZbMt-MTNeEY 250
teststack-0.15.2.dist-info/top_level.txt sha256=29uiy8iC-q2WLp54U2XIhbRtsrO6T04QgyAKSLNx0uA 10
teststack-0.15.2.dist-info/RECORD

top_level.txt

teststack

entry_points.txt

teststack = teststack:main
docker = teststack.containers.docker
podman = teststack.containers.podman
containers = teststack.commands.containers
environment = teststack.commands.environment