Metadata-Version: 1.0
Name: PyOGP
Version: 0.1.2
Summary: Python Crawler based on Open-Graph Protocol
Home-page: https://github.com/holdonnn/PyOGP/
Author: holdonnn
Author-email: rururu0729@gmail.com
License: LICENSE.txt
Description: PyOGP
        ========
        
        Python crawler based on OPG(http://ogp.me/)
        
        we're digging url information over obstacles ( iframe, redirection url, ...)
        
        there is no proper module for cralwing ogp compatible with above-mentioned obstacles
        
        We will find a way. We always have.
        
        I expect yout pull-request
        
        Features
        --------
        - Tested on Python 2.7
        
        
        Usage
        -----
        
        .. code-block:: bash
        
            $ pip install PyOGP
        
        .. code-block:: python
        
            from pyogp import PyOGP
        
            url = "http://pouuch.com"
            result = PyOGP(url=url).crawl().get_result()
        
        
        Meta
        ----
        Distributed under the MIT license. See ``LICENSE.txt`` for more information.
        
Platform: UNKNOWN
