Metadata-Version: 2.1
Name: link_extractor
Version: 0.0.16
Summary: Extract Links from news source, ranked by importance.
Home-page: https://github.com/gaoyunzhi/link_extractor
Author: Yunzhi Gao
Author-email: gaoyunzhi@gmail.com
License: UNKNOWN
Description: # link_extractor
        
        Extract Links from news source, ranked by importance.
        
        ## usage
        
        ```
        import link_extractor
        link_extractor.getLinks(site)
        ```
        
        ## how to install
        
        `pip3 install link_extractor`
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
