pytest-fzf

View on PyPIReverse Dependencies (1)

0.1.0 pytest_fzf-0.1.0-py3-none-any.whl

Wheel Details

Project: pytest-fzf
Version: 0.1.0
Filename: pytest_fzf-0.1.0-py3-none-any.whl
Download: [link]
Size: 18624
MD5: 000560a5d720463072a72ac9f34637b3
SHA256: 3695091933de62755b2fde9de9acfada4c5021e8b3eb88f7492e99176e80c1fe
Uploaded: 2024-02-07 17:42:46 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-fzf
Version: 0.1.0
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Requires-Dist: iterfzf (==1.1.0.44.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 (==4.1.0); extra == "tests"
Requires-Dist: pytest-mock (==3.12.0); extra == "tests"
Requires-Dist: mypy (==1.8.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: 2209 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.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.0.dist-info/LICENSE sha256=yjcqfZJWCx-p9tgytEDovNYtmt-ohwyYKH3qtm2YMQ4 35148
pytest_fzf-0.1.0.dist-info/METADATA sha256=t0vvxzDWayvC9iBDUfylagION6cvY_hcZUtO6ilaxdk 3347
pytest_fzf-0.1.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
pytest_fzf-0.1.0.dist-info/entry_points.txt sha256=pOp9uT5NuEQlBNeM8z71o-lySpSrxmDUeJ9CxfV7r7k 105
pytest_fzf-0.1.0.dist-info/top_level.txt sha256=sfcqutT5hE2m5svtVGn9YACAyr-tyzwH4ebDL5eO-PQ 11
pytest_fzf-0.1.0.dist-info/RECORD

top_level.txt

pytest_fzf

entry_points.txt

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