Metadata-Version: 1.1
Name: pylinkvalidator
Version: 0.1
Summary: Simple crawler that detects link errors such as 404 and 500.
Home-page: https://github.com/bartdag/pylinkvalidator
Author: Barthelemy Dagenais
Author-email: barthelemy@infobart.com
License: BSD License
Description: 
        pylinkvalidator is a simple crawler that traverses a web sites and reports
        errors (e.g., 500 and 404 errors) encountered. The crawler can try to download
        resources like images.
            
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking
Classifier: Topic :: Utilities
