pytest-check-links

View on PyPIReverse Dependencies (99)

0.10.1 pytest_check_links-0.10.1-py3-none-any.whl

Wheel Details

Project: pytest-check-links
Version: 0.10.1
Filename: pytest_check_links-0.10.1-py3-none-any.whl
Download: [link]
Size: 11920
MD5: 0c3dd2af83d97ed896d80faabf8ebe91
SHA256: 0e4a4313d08d6c5b81a72e133fd8513a3bb0b89d54dec3565da7ae01b74f603e
Uploaded: 2024-04-10 13:10:15 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: pytest_check_links
Version: 0.10.1
Summary: Check links in files
Author-Email: Jupyter Development Team <jupyter[at]googlegroups.com>
Project-Url: Homepage, https://github.com/jupyterlab/pytest-check-links
License: Copyright (c) 2019 Project Jupyter Contributors All rights reserved. Copyright (c) 2017, Min RK All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Keywords: documentation,html,links,testing
Classifier: Framework :: Jupyter
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Documentation
Classifier: Topic :: Documentation :: Sphinx
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: docutils (>=0.20.1)
Requires-Dist: html5lib (>=1.1)
Requires-Dist: nbconvert (>=7.1)
Requires-Dist: nbformat (>=5.1)
Requires-Dist: pytest (<9,>=7.0)
Requires-Dist: requests (>=2.22)
Requires-Dist: requests-cache (>=0.9.7); extra == "cache"
Requires-Dist: flaky; extra == "test"
Requires-Dist: pre-commit; extra == "test"
Requires-Dist: requests-cache (>=0.9.7); extra == "test"
Provides-Extra: cache
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3957 characters]

WHEEL

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

RECORD

Path Digest Size
pytest_check_links/__init__.py sha256=26Wdg9R3_Dwde7RuyBsrXvQLRuWLAveenLvYyWaIoq4 48
pytest_check_links/__main__.py sha256=23VV7b4svUhBJXna_ZziBrBFv8V4ahOOUHiTlsgb8iQ 723
pytest_check_links/_version.py sha256=_EQyMKdFySQmmrKWQ9wmzVBXIMpWRCTxI-VrOH0nnE4 43
pytest_check_links/args.py sha256=HTwRrTImPvvJXkOJOLefCt_4AIoRU0RvuFTp3zB6jB0 2017
pytest_check_links/plugin.py sha256=kOxxd9voFgoUvWF2XrMuQ9BuUyNb0yUipNAw5Ssntls 16299
pytest_check_links/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pytest_check_links-0.10.1.dist-info/METADATA sha256=dRMYn-0xs4SdbLHmOL8HppEyuubtgDsz28KMPEnIBvU 7063
pytest_check_links-0.10.1.dist-info/WHEEL sha256=as-1oFTWSeWBgyzh0O_qF439xqBe6AbBgt4MfYe5zwY 87
pytest_check_links-0.10.1.dist-info/entry_points.txt sha256=ON_Zdwtqhw9IE4kt3bq-IzQOePY8ETTgIzQeXmKAB30 124
pytest_check_links-0.10.1.dist-info/licenses/LICENSE sha256=dUoVO1ilGDnY-mE34tWs7ejbLa7Q1xX6yB1yurKJnN4 1562
pytest_check_links-0.10.1.dist-info/RECORD

entry_points.txt

pytest-check-links = pytest_check_links.__main__:main
check-links = pytest_check_links.plugin