pytest-tally

View on PyPIReverse Dependencies (0)

1.3.1 pytest_tally-1.3.1-py3-none-any.whl

Wheel Details

Project: pytest-tally
Version: 1.3.1
Filename: pytest_tally-1.3.1-py3-none-any.whl
Download: [link]
Size: 21617
MD5: 6151cf4c4e6b80ab0c25fca098613fdd
SHA256: 24b189971ca646b8221a7e39d6cc7ca869f89f289938d17e91bf5988cd8b750b
Uploaded: 2023-05-22 05:52:42 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-tally
Version: 1.3.1
Summary: A Pytest plugin to generate realtime summary stats, and display them in-console using a text-based dashboard.
Author: Jeff Wright
Author-Email: jeff.washcloth[at]gmail.com
Home-Page: https://github.com/jeffwright13/pytest-tally
License: MIT
Keywords: pytest pytest-plugin testing tui rich blessed
Classifier: Framework :: Pytest
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
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: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Requires-Dist: blessed (==1.20.0)
Requires-Dist: count-timer (==0.3.8)
Requires-Dist: flask (==2.3.2)
Requires-Dist: pytest (>=6.2.5)
Requires-Dist: quantiphy (==2.19)
Requires-Dist: rich (==13.3.2)
Requires-Dist: single-source (==0.3.0)
Requires-Dist: strip-ansi (==0.1.1)
Requires-Dist: watchdog (==3.0.0)
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 4885 characters]

WHEEL

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

RECORD

Path Digest Size
pytest_tally/__init__.py sha256=dZJjCeVJ6g2i5oFgRV2kVNAMXJI-Ijm7EZnRyZH6QDY 144
pytest_tally/classes.py sha256=y7_CmuNaNPi_7foG0AyPdN2pu8MKch3KDzwTcPEFdxw 3466
pytest_tally/dashboard.py sha256=9jhlgJLrLlMsUS7yAqk6GTS_3Zz7UZArZHCUge0VzqY 1526
pytest_tally/plugin.py sha256=jyWNTQse-B2HsokN_6yrL_mLe8fpu-s9yI78PFCmyiw 8250
pytest_tally/pytest_reportlog.py sha256=f96Fd_wjvvv2ixMYBgmaNFKsbB6Y1mrmvD0HymnG2vo 2826
pytest_tally/utils.py sha256=qSf9HyIPHiMWmvkScvlvl9xqvrgt7lLy3QRphW0_ozo 2687
pytest_tally/clients/app.py sha256=JRBgODMr02chkeL42818MOj4jeW8L8J8McT5YEVlt-E 3200
pytest_tally/clients/rich_dashboard.py sha256=__wXBwAWGP-t7HjBEMmqN_CatBh6wIHbAGoi1D2Uv_U 11206
pytest_tally/clients/tk_client.py sha256=DFtwU8xtLPIdf4Vu5tHF0AsJ6ZNyrixpt3ZSHH7Ju78 11817
pytest_tally/clients/templates/index.html sha256=BZmfOaAITwNURxu8IiwO_wM6Ni-rB2CC4Dq357MiYB4 11749
pytest_tally-1.3.1.dist-info/LICENSE sha256=8wbX9FJwrjz7lZvWYsLDU_F0YD0jXdnSfgRGTYU0J30 1068
pytest_tally-1.3.1.dist-info/METADATA sha256=vktkV6iycFuXIWJ2musErGFokWVPk69g2eM5LC12OlA 6110
pytest_tally-1.3.1.dist-info/WHEEL sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18 92
pytest_tally-1.3.1.dist-info/entry_points.txt sha256=7lqo8zI8vfLSMnQX7Rb-OKVP9wCdqNLaUPHiuPo9JfY 210
pytest_tally-1.3.1.dist-info/top_level.txt sha256=s4-8bJOn-HkoyBK0oqgcEvM0pUKCl_9MkRbZd2C-ieI 13
pytest_tally-1.3.1.dist-info/RECORD

top_level.txt

pytest_tally

entry_points.txt

tally-flask = pytest_tally.clients.app:main
tally-rich = pytest_tally.clients.rich_dashboard:main
tally-tk = pytest_tally.clients.tk_client:main
pytest_tally = pytest_tally.plugin