pytest-static

View on PyPIReverse Dependencies (0)

1.1.0 pytest_static-1.1.0-py3-none-any.whl

Wheel Details

Project: pytest-static
Version: 1.1.0
Filename: pytest_static-1.1.0-py3-none-any.whl
Download: [link]
Size: 9977
MD5: 2fce06f3a6cd32ad16be93884f1a6fc4
SHA256: 24098d4dc1c4ed22e5adaf5f540ebe07cb56c28b770ac0f784b30d11bd278ef4
Uploaded: 2024-10-20 00:59:40 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pytest-static
Version: 1.1.0
Summary: pytest-static
Author: Kyle Oliver
Author-Email: 56kyleoliver[at]gmail.com
Home-Page: https://github.com/56kyle/pytest-static
Project-Url: Changelog, https://github.com/56kyle/pytest-static/releases
Project-Url: Documentation, https://pytest-static.readthedocs.io
Project-Url: Repository, https://github.com/56kyle/pytest-static
License: MIT
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: Pytest
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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: Topic :: Software Development :: Testing
Requires-Python: >=3.9,<4.0
Requires-Dist: click (>=8.0.1)
Requires-Dist: loguru (<0.8.0,>=0.7.2)
Requires-Dist: platformdirs (<5.0.0,>=4.2.2)
Requires-Dist: pytest (<8.0.0,>=7.4.3)
Requires-Dist: typing-extensions (<5.0.0,>=4.9.0)
Description-Content-Type: text/markdown
[Description omitted; length: 3225 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pytest_static/__init__.py sha256=oVHCG66SrkobWMlLFnbWRNizNPUNGSdq_FaYkaAZbHU 21
pytest_static/__main__.py sha256=UrdG2cv3wlZXM1CQDz6xD1akaUMhfOwOafkAl2d3vv8 217
pytest_static/custom_typing.py sha256=mt2Qk1rKlAaxgJPSCZEKsioJfxfJ8PYdXMx17YBohns 981
pytest_static/parametric.py sha256=UptJJT2qWNRD43B4KFQJbxUFYBODuBf9kXiLC3qB2U8 9274
pytest_static/plugin.py sha256=iNdezeu9SB-_yNBXYocDHQc5gUFlBlcuE-KrZvXUjes 754
pytest_static/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytest_static/type_handler.py sha256=NCathutv5nuyr5Dg6eO7r-13M0hXFpC6VRt16hL3vQ0 2181
pytest_static/type_sets.py sha256=Ad6PfTXIpRCfzirxdPnTWKFkYGasi7S0ykIXeY0b88k 2960
pytest_static/util.py sha256=PBbz5jrnBSBUsfxNfKSLe_jcQIpekkkVYQq6GgmrVks 359
pytest_static-1.1.0.dist-info/LICENSE sha256=SsM6frOFLs2Izwof_hxdopBNnW8abtucRdtpe7XRAas 1067
pytest_static-1.1.0.dist-info/METADATA sha256=tO-Da7kDlUoqM__Kb8Ht1mQ79-fOWYA3EfY0SGlLkeA 4383
pytest_static-1.1.0.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
pytest_static-1.1.0.dist-info/entry_points.txt sha256=mu-u4CNd9tYTJVZV9xywji-XQE8BSCdUet2mC_6aGqI 106
pytest_static-1.1.0.dist-info/RECORD

entry_points.txt

pytest-static = pytest_static.__main__:main
[pytest]
pytest-static = pytest_static.plugin