Metadata-Version: 1.0
Name: aranha
Version: 0.1
Summary: simple gevent based web spider and tools
Home-page: http://github.com/jmoiron/aranha
Author: Jason Moiron
Author-email: jmoiron@jmoiron.net
License: MIT
Description: aranha
        ------
        
        Aranha (pronounced aranya) is a simple web spider written in python using 
        gevent for asynchronicity.  Aranha means "spider" in portuguese.
        
        Aranha's goal is to be suitable for projects that need light url fetching
        or a simple spidering of a few classes of webpages.  If spidering is a major
        part of your project, you probably want to either write your own spider or
        use scrapy as a base, as it's much more sophisticated.
        
        
Keywords: python gevent spider
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
