Metadata-Version: 2.1
Name: winney
Version: 0.2.1
Summary: Object-Oriented HTTP Request
Home-page: https://github.com/olivetree123/Winney
Author: olivetree123
Author-email: olivetree123@163.com
License: BSD
Description: # Winney 面向对象的 HTTP 请求  
        
        Example:
        ```
        wy = Winney(host="www.baidu.com")
        wy.add_url(method="get", uri="/", function_name="download")
        wy.download()
        t = wy.get_bytes()
        print(t)
        ```
Platform: UNKNOWN
Description-Content-Type: text/markdown
