tap.py

View on PyPIReverse Dependencies (7)

3.2.1 tap_py-3.2.1-py3-none-any.whl

Wheel Details

Project: tap.py
Version: 3.2.1
Filename: tap_py-3.2.1-py3-none-any.whl
Download: [link]
Size: 19264
MD5: c092e8af4cec9428d93863522de5a7f1
SHA256: ae2a8a7999529ec568d03462e75968289cee5927dfd52fcc3a6381c8892d10ef
Uploaded: 2025-01-26 18:35:04 +0000

dist-info

METADATA

Metadata-Version: 2.4
Name: tap.py
Version: 3.2.1
Summary: Test Anything Protocol (TAP) tools
Author-Email: Matt Layman <matthewlayman[at]gmail.com>
License: BSD
Keywords: TAP,unittest
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
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: Topic :: Software Development :: Testing
Requires-Python: >=3.9
Requires-Dist: more-itertools; extra == "yaml"
Requires-Dist: pyyaml (>=5.1); extra == "yaml"
Provides-Extra: yaml
Description-Content-Type: text/x-rst
License-File: AUTHORS
License-File: LICENSE
[Description omitted; length: 6848 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.27.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
tap/__init__.py sha256=aYdwcH_nEH1ZK13nz-GAnSQ8ySs6QHsz-2s5Eru93YE 85
tap/__main__.py sha256=aRIk6yc9pXzHE4Mu_-iKEMfM9CsOErOmdWCozKed9jI 48
tap/adapter.py sha256=nPehwKUd_K8NSiC_i207M-gPntCOy2K-KPwkMyWlY_U 1509
tap/directive.py sha256=K0TR07HEkjcw12oDgG5iarpw0b40NRwSGvQcKJwRmCw 1791
tap/formatter.py sha256=KTdunABwajs4AwOciz_Ht4Rc6WMIzJo4-FjIP3J5mVE 762
tap/line.py sha256=cJlAB3OpU2IZbxfbNsxTl_rhUSeQZBApV6PLL6J3T2s 4673
tap/loader.py sha256=evgoLHEtNy2LlKuQ7j-lES8kwNkklZgUlBd5N4xjn6I 2943
tap/main.py sha256=YRNQeMot2EYGNjeWe1s4lDZpxCvF6obk-KUcZYDfSkM 2124
tap/parser.py sha256=uow97F16ZihyNHER7Si5eIIxYgXU7cewAaWOl5pbmEk 6787
tap/rules.py sha256=d5ys0YUQh4A47CJVJzM8LHC7D-EVis6DxWbqqJZFCpE 3378
tap/runner.py sha256=Or6Pf4YY_hMbJd2EmVJ6mx21JBcCq2s8d_fKzsKjdh8 5066
tap/tracker.py sha256=ZeAqysYFoJsIok8GXRg7Fjr2VKeVGEedCP4pZMb3y-k 7576
tap/tests/__init__.py sha256=eOkAkq-jZv1Nvdy663Iychmmi88MxwBa59Wk19nSQ-s 71
tap/tests/factory.py sha256=bTg9e7_QYDC3hw9MNpXhi1vlCx7x1jA7OCnzqQxCctM 1079
tap/tests/test_example.py sha256=UzqkaJ6QMFUCVw7aUXkzsuJSGz_Un89_SlO_2SCbRPs 187
tap/tests/testcase.py sha256=_HePDfMUWGx90xCKHqQA2K3mxTviOdX5Iw0pM1yy6Is 208
tap_py-3.2.1.dist-info/METADATA sha256=YfUb4zxQ4sCW9KBDq_siz84EtM4iDCQ7TLEO-uZU2yo 7787
tap_py-3.2.1.dist-info/WHEEL sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ 87
tap_py-3.2.1.dist-info/entry_points.txt sha256=ycM6qWkSL091hvJMyOADGToWhUzwkmzdy_NWgIXbv8k 60
tap_py-3.2.1.dist-info/licenses/AUTHORS sha256=mUvl0g8yN2r6j-wrRlfVBlJ-S8Ozkx0JxQIr5I1-EHg 370
tap_py-3.2.1.dist-info/licenses/LICENSE sha256=gFF85O8E45uNMEVcTM5Z-MekNI4jzN0JT7a6RgUnYGY 1342
tap_py-3.2.1.dist-info/RECORD

entry_points.txt

tap = tap.main:main
tappy = tap.main:main