Metadata-Version: 1.0
Name: pho
Version: 0.0.3
Summary: High performance HTML parser built on lxml
Home-page: http://stylrapp.com
Author: Eytan Daniyalzade
Author-email: eytan@stylrapp.com
License: UNKNOWN
Description: 
        pho: High performance HTML parser built on lxml
        ===============================================
        
        pho is a library built on lxml, and implements the [Beautiful Soup](http://www.crummy.com/software/BeautifulSoup/) apis. It is meant to be a drop in replacement for BS.
        
        
        Installation
        ------------
        
        To install requests, simply: ::
        
            $ pip install pho
        
        Pho tries to pip install lxml, and for lxml you will need the following packages installed in your system.
        
        
        Usage
        ------
        
            import pho
            import requests
        
            Pho(requests.get('http://google.com').content).find('title').get_text()
        
Platform: UNKNOWN
