Name: pynav
Version: 0.6
Summary: Python programmatic web browser to fetch data and test web sites
Home-page: http://bitbucket.org/sloft/pynav/
Author: sloft
Author-email: nomail@example.com
License: GPL3
Download-URL: http://bitbucket.org/sloft/pynav/downloads/
Description: Python programmatic web browser to fetch data and test web sites
        ________________________________________________________________
        
        Features:
        
        -Post authentication
        -User agent support
        -Automatic cookie handling
        -HTTP Basic Authentication support
        -HTTPS support
        -Proxy support
        -Timeout support
        -Reg exp searching
        -Links fetching with reg exp filter
        -History (pages, posts and responses)
        -Save and load history from a file and replay navigation
        -Random sleep time beetween pages
        -Errors handling
        -Document type and server headers information, real url (in case of redirection)
        _______________________________________________________________
        
        Bug reporting and features asking are welcome.
        Ask your questions and talk about this module on Google groups :
        http://groups.google.com/group/pynav
        Or on the forums :
	https://sourceforge.net/projects/pynav/forums

Python version: 2.5+

INSTALLATION:
python setup.py install
