Metadata-Version: 1.0
Name: SimpleSiteChecker
Version: 0.1.03
Summary: Simple Site Checker is a command line tool that allows you to run a website pages check using XML sitemap
Home-page: http://pypi.python.org/pypi/SimpleSiteChecker/
Author: Ilian Iliev
Author-email: ilian@i-n-i.org
License: LICENSE
Description: ===========
        Simple Site Checker
        ===========
        
        This is the repository or Simple Site Checker.
        
        Simple Site Checker is a command line tool that allows you to run a website
        pages check using XML sitemap. You should provide the sitemap URL or absolute
        path. The script will check all URLs and list the error ones.
        
        The purpose of this script is to be use as a website monitor and to report for
        broken link in the sitemap.
        
        
        Usage:
        ======
        python simple_site_checker.py http://example.com/sitemap.xml
        
        
        Dependencies:
        =============
        
        Simple Site Checker depends on the following modules:
        * argparse
        * lxml
        
        
        Feel free to add any issues, bug reports, comments or advices to
        https://github.com/IlianIliev/Simple-Site-Checker
         or
        http://ilian.i-n-i.org/simple-site-checker/
Platform: UNKNOWN
