Metadata-Version: 1.0
Name: pynav
Version: 0.7
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: GNU General Public License (GPL)
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
        -Dump forms and generate code
        -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
        
Keywords: programmatic,web,browser
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Topic :: Internet
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
