===================
This is the first release of pylinkchecker, a pure python crawler that reports
errors encountered while traversing a website.
pylinkchecker works with Python 2.6, 2.7, and 3.3 and its performance can be
boosted by installing lxml, cchardet and gevent.
Some features:
- Can use a, img, style, and script tags to crawl a web site.
- Can download resources outside the main domain.
- Can ignore certain path prefixes or allow other domains.
- Can send a username and password for basic HTTP authentication.
- Print a report in the console, and optionally in a file, or in an email.
- Possible to specify the type of worker (thread, process, green thread) and
their number.
Installing pylinkchecker is as simple as running "pip install pylinkchecker"