Metadata-Version: 2.1
Name: url-test
Version: 0.0.3.2
Summary: This package check urls in the directory and sub directories
Home-page: https://github.com/JohanWork/url-test
Author: Johan Hansson
Author-email: johan.eric.hansson@gmail.com
License: UNKNOWN
Description: # url-test
        
        This library scan a directory for all urls and test if any of them is invalid
        
        ### Local Installment
        
        pip install -e ''
        pip install -e ~/Documents/Johan/url-test
        
        ## Links
        
        - https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html
        
        ## TODO
        
        - Add ability to whitelist files
        - Add ability to whitelist urls
        - Parallelize the job to speed it up
        - Add ability to pick if it should throw a error os simply log out
        - Clean up the history of the branch so it start from empty!
        - Rename
        
        ## Broken test link
        
        https://github.com/FortAwesome/Font-Awesome-Pro/issues
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
