Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install palu

How to install palu

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install palu
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
0.1 Available View build log
Linux (32-bit)
0.1 Available View build log
Linux (64-bit)
0.1 Available View build log
 
Author
Imports
Lastest release
version 0.1 on May 13th, 2013

Palu

A small spider, useful for checking a site for 404s and 500s. It's a forked of [Patu][1].Palu requires httplib2 and lxml:

pip install -U httplib2 lxml

Is it safe? [![Build Status](https://secure.travis-ci.org/akrito/palu.png?branch=master)](http://travis-ci.org/akrito/palu)

Quick Usage

To see available options:

palu.py --help

To spider an entire site using 5 workers, only showing errors:

palu.py --spiders=5 www.example.com

To spider, stopping after the first level of links:

palu.py --depth=1 www.example.com

To get a list of every linked page on a site:

palu.py --generate www.example.com > urls.txt

Instead of spidering for URLs, use a file instead and show all responses:

palu.py --input=urls.txt --verbose www.example.com

Format of URLs File

The output produced by <code>--generate</code> is formatted like so:

FIRST_URL<TAB>None LINK1<TAB>REFERER LINK2<TAB>REFERER

<code>--input</code> can take a file of that format, or one URL per line with no referer. <code>--input=-</code> reads from stdin.

Testing

Palu uses Nose for testing. To install Nose and test:

pip install -U nose nosetests

[1]:https://pypi.python.org/pypi/patu

Subscribe to package updates

Last updated May 13th, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.