Metadata-Version: 1.0
Name: yahoo
Version: 0.1
Summary: Yahoo search results with python
Home-page: https://github.com/drneox/yahoo
Author: Carlos Ganoza Plasencia
Author-email: cganozap@gmail.com
License: GPL v3.0
Description: ****************************************
        Yahoo
        ****************************************
        Yahoo search results with python
        
        =============
        install
        =============
        
            * pip install yahoo
        
        
        Links:
         * home: https://github.com/drneox/yahoo/
        
        ============
        Usage
        ============
        
        Example::
        
        	from yahoo import search
        	for url in search("what does the fox say?"):
        		print url
        
        
Keywords: search engine scraping yahoo
Platform: UNKNOWN
