pytest-fzf

View on PyPIReverse Dependencies (1)

0.1.1 pytest_fzf-0.1.1-py3-none-any.whl

Wheel Details

Project: pytest-fzf
Version: 0.1.1
Filename: pytest_fzf-0.1.1-py3-none-any.whl
Download: [link]
Size: 18679
MD5: 2180b23971dcd8cd0c7284a79ace1314
SHA256: 3b0d68936799a1eb0ee402a5d6e3117fd0cdee292f06f7689fb104c87d8c01e4
Uploaded: 2024-07-03 15:24:59 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-fzf
Version: 0.1.1
Summary: fzf-based test selector for pytest
Author-Email: Daniele Trifirò <dtrifiro[at]redhat.com>
Project-Url: Issues, https://github.com/dtrifiro/pytest-fzf/issues
Project-Url: Source, https://github.com/dtrifiro/pytest-fzf
License: GNU GPL v3.0
Classifier: Programming Language :: Python :: 3
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: Development Status :: 4 - Beta
Requires-Python: >=3.8
Requires-Dist: iterfzf (==1.4.0.51.0)
Requires-Dist: pytest (>=6.0.0)
Requires-Dist: pygments (>=2.15.0)
Requires-Dist: pytest-fzf[tests]; extra == "dev"
Requires-Dist: pytest-sugar (==1.0.0); extra == "tests"
Requires-Dist: pytest-cov (==5.0.0); extra == "tests"
Requires-Dist: pytest-mock (==3.14.0); extra == "tests"
Requires-Dist: mypy (==1.10.0); extra == "tests"
Requires-Dist: types-pygments (>=2.15.0); extra == "tests"
Provides-Extra: dev
Provides-Extra: tests
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2353 characters]

WHEEL

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

RECORD

Path Digest Size
pytest_fzf/__init__.py sha256=ZX_dacXGtLeEvb3wR3WlFkG1B6QTI-kUM7DzxS0xS0U 18
pytest_fzf/main.py sha256=t915T1n5p_DsMnOQKFfF2Pl8Z0iwwQkBucz34DktYr4 3309
pytest_fzf/previewer.py sha256=w0pX1ELMo_ktMLJFEk9vGbxneE4YtGYHEJNu6kohJDw 5728
pytest_fzf/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytest_fzf-0.1.1.dist-info/LICENSE sha256=yjcqfZJWCx-p9tgytEDovNYtmt-ohwyYKH3qtm2YMQ4 35148
pytest_fzf-0.1.1.dist-info/METADATA sha256=gcM9z4E08jFoClRir-ly4gw6L11zRyhHaraOwK-RP7Q 3493
pytest_fzf-0.1.1.dist-info/WHEEL sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg 91
pytest_fzf-0.1.1.dist-info/entry_points.txt sha256=pOp9uT5NuEQlBNeM8z71o-lySpSrxmDUeJ9CxfV7r7k 105
pytest_fzf-0.1.1.dist-info/top_level.txt sha256=sfcqutT5hE2m5svtVGn9YACAyr-tyzwH4ebDL5eO-PQ 11
pytest_fzf-0.1.1.dist-info/RECORD

top_level.txt

pytest_fzf

entry_points.txt

pytest-fzf-preview = pytest_fzf.previewer:cli
pytest-fzf = pytest_fzf.main