Metadata-Version: 2.1
Name: getwebtitle
Version: 0.0.4
Summary: A function to get a website title
Home-page: https://github.com/suifengpiaoyang/packagingLearning
Author: Zhang
Author-email: secret@xxx.com
License: GPL
Download-URL: https://github.com/suifengpiaoyang/packagingLearning/archive/master.zip
Description: This is a function to get a website title.  
        
        usage:  
        ```python
        Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22:18:55) [MSC v.1900 64 bit (AM
        D64)] on win32
        Type "help", "copyright", "credits" or "license" for more information.
        >>> import getwebtitle
        >>> getwebtitle.get_title('https://www.baidu.com')
        '百度一下，你就知道'
        >>> getwebtitle.get_title('https://www.weibo.com')
        'Sina Visitor System'
        >>> getwebtitle.get_title('https://news.sina.com.cn/')
        '新闻中心首页_新浪网'
        >>>
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
