Copyright 2009-2018 Sloft http://bitbucket.org/sloft/pynav

Name: pynav
Version: 1.0
Summary: Python programmatic web browser to fetch data and test web sites
Home-page: http://bitbucket.org/sloft/pynav/
Author: sloft
License: LGPL
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
        -Content type filters
		-Check 404 urls
		-Check resource datetime
		-Handle robots.txt
        _______________________________________________________________
        
        Bug reporting and features asking are welcome.
        Use the the bug tracker: http://bitbucket.org/sloft/pynav/issues?status=new&status=open
        

Python version: 3.5+

INSTALLATION:

- With pip:
pip3 install pynav

- From sources:
python3 setup.py install


