teststack

View on PyPIReverse Dependencies (0)

0.14.1 teststack-0.14.1-py3-none-any.whl

Wheel Details

Project: teststack
Version: 0.14.1
Filename: teststack-0.14.1-py3-none-any.whl
Download: [link]
Size: 21032
MD5: 99a77df92ee83cdd54995bf311a637d3
SHA256: 42c4b6be35b9ce20399737273276cbfff8939a2f80924f0d5255bcd08e170648
Uploaded: 2023-10-27 01:59:39 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: teststack
Version: 0.14.1
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: tox; extra == "dev"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: podman; extra == "podman"
Requires-Dist: black; extra == "syntax"
Requires-Dist: coverage[toml] (>=5.4); extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-pdb; extra == "tests"
Requires-Dist: poetry; extra == "tests"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: podman
Provides-Extra: syntax
Provides-Extra: tests
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 3923 characters]

WHEEL

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

RECORD

Path Digest Size
teststack/__init__.py sha256=ILHyLniyhQyoy6ZeMNdt8sb1Lo4rfxqYyOWzTz3hmH4 3926
teststack/__main__.py sha256=WsRonoTnQNaqRtDUoSQzq0SAwrf2dGg9jtG2QhXYbWg 99
teststack/_version.py sha256=2Ctgubb5b_lxFG2ixV07ZYKw5eto45wRlKsBIObkGsg 413
teststack/git.py sha256=gcC7FhJb1m4tAjghiqhWZ9hWdDUaUAjtSp-JX2aKpDY 1282
teststack/utils.py sha256=aQ8mDiEYM4d4v7i6uLpU957wjNB1WNvBxVb5MVmYThk 751
teststack/commands/containers.py sha256=AHy_On7qQ0gqJu4-YCx6zHetpeHbXVg05b8iACVBo5M 17736
teststack/commands/environment.py sha256=WW1b7DEE80ZKLRH9dXDw14d4jb3KdK7Twvut5_A9bgk 4277
teststack/containers/docker.py sha256=n4SCjVrIuGL63Hgf3vq0e_UNu0-ygtyVEZTETsQB7eA 7638
teststack/containers/podman.py sha256=SraUKh9qsXIUmCd4xi7dcnMjDITEca4b-X-BoWz4dxQ 6152
teststack-0.14.1.dist-info/LICENSE sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ 11357
teststack-0.14.1.dist-info/METADATA sha256=XIWSPrKhGmrXgGAp3aAA2h-_jj9lzXzzdEijapM-jM4 5621
teststack-0.14.1.dist-info/WHEEL sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A 92
teststack-0.14.1.dist-info/entry_points.txt sha256=h4JMfaagIaQAd5YNrLvz1n0mZsyuXf1SZbMt-MTNeEY 250
teststack-0.14.1.dist-info/top_level.txt sha256=29uiy8iC-q2WLp54U2XIhbRtsrO6T04QgyAKSLNx0uA 10
teststack-0.14.1.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