Metadata-Version: 2.1
Name: pytest-check-links
Version: 0.3.4
Summary: Check links in files
Home-page: https://github.com/jupyterlab/pytest-check-links
Author: Jupyter Development Team
Author-email: jupyter@googlegroups.com
License: BSD-3-Clause
Description: # pytest-check-links
        
        pytest plugin that checks URLs for HTML-containing files.
        
        Supported files:
        
        - .html
        - .rst
        - .md (TODO: select renderer)
        - .ipynb (requires nbconvert)
        
        Install:
        
            pip install pytest-check-links
        
        Use:
        
            pytest --check-links mynotebook.ipynb
        
        
        TODO:
        
        - pick a markdown renderer (probably commonmark) or make the markdown renderer pluggable
        - options for validating links (allow absolute links, only remote or local, etc.)
        - check internal links (`#anchors`)
        - find URLs in Python docstrings
        - test myself, obvs!
        
        
Keywords: setup,distutils
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Testing
Description-Content-Type: text/markdown
