Metadata-Version: 1.1
Name: Leechi
Version: 0.2
Summary: Website crawler utility
Home-page: https://github.com/mhaas/leechi
Author: Michael Haas
Author-email: haas@computerlinguist.org
License: UNKNOWN
Description: Website crawling utility
        ----------------------------
        
        Leechi is a robust and sneaky wrapper for urllib2.
        
        It is sneaky because it introduces
        random delays between requests
        and because it changes its User Agent string.
        
        It is robust because it will automatically retry failed requests.
        
        Additionally, it will handle cookies to make session handling
        easier or even automatic.
        
        See website for usage information.
        
        Leechi development was sponsored by the Forschungsdaten Service Center
        of Universität Mannheim, Germany <http://service.informatik.uni-mannheim.de/>.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries
