Metadata-Version: 1.0
Name: checklinks
Version: 0.4.8
Summary: Fetch, find and report broken links on all pages of a website.
Home-page: https://gitlab.com/alexbenfica/check-links/
Author: Alex Benfica
Author-email: alexbenfica@gmail.com
License: Apache 2.0
Description-Content-Type: UNKNOWN
Description: # check-links
        
        
        If you are seeing this on GitHub, you should know that this is a mirror from Gitlab: https://gitlab.com/alexbenfica/check-links/
        Issues and and milestones are all there!
        
        # What does it do?
        
        Allows you to check for broken links in all internal pages of a website and more:
        - export results to comma separated values (.csv)
        - can also be imported as module
        
        It is used for some specific tasks:
        - find broken urls on pages
        - as a desired side effect, load pages and forces caching creation
        - created to run in a daily basis reporting broken links of multi site network
        
        # How to use it?
        
        You can download an run via command line:
        ```python3 check_links.py --help```
        
        OR
        
        You can install via pip3:
        ```pip3 install -U checklinks```
        
        It is simple and really fast as it reuses http socket connections!
        
        Enjoy it!
        
Keywords: broken links check checker invalid urls url
Platform: UNKNOWN
