Metadata-Version: 1.0
Name: referredby
Version: 0.1.1
Summary: Parsing referrer URLS for common search engines.
Home-page: http://bitbucket.org/larsyencken/referredby/
Author: Lars Yencken
Author-email: lars@yencken.org
License: ISC
Description: referredby
        ==========
        
        A Python module for parsing referrer URLs, in particular for common search engines.
        
        It's main entry point is the ``referredby.who`` method::
        
            >>> import referredby
            >>> referredby.who('http://id.search.yahoo.com/search?fr=mkg030&p=friendly%20cat')
            SearchEngine(name='Yahoo! Indonesia', domain='id.search.yahoo.com', keywords=['friendly', 'cat'])
        
        The list of search engines that it matches is borrowed from Spiros Denaxas's `URI::ParseSearchString <https://github.com/spiros/URI-ParseSearchString>`_ project.
        
        Release notes
        =============
        
        0.1.1
        -----
        
        - Add more flexible matching of Yahoo search domains
        
Platform: UNKNOWN
