Metadata-Version: 2.1
Name: pyfunctions
Version: 2019.5.24
Summary: This project contains many functions that can be used in daily development.
Home-page: https://github.com/broholens/pyfunctions
Author: zz
Author-email: zzwcng@126.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: chardet (==3.0.4)
Requires-Dist: requests (==2.21.0)
Requires-Dist: html2text (==2018.1.9)
Requires-Dist: w3lib (==1.20.0)
Requires-Dist: lxml (==4.3.3)
Requires-Dist: fake-useragent (==0.1.11)
Requires-Dist: selenium (==3.141.0)


# pyfunctions
常用函数的封装

### 使用方法
0. `git clone https://github.com/broholens/pyfunctions.git`
1. `pip install -r requirements.txt`
2. `from functions import *`
3. `text = url2text('http://www.mogojob.com/')`

   `>>> '首页 职位大厅 招聘企业 猎头服务 商务服务 我要招人\n\n企业入口  个人登录\n\n\n\n全国 北京 上海 西安 广州 杭州 深圳 成都 重庆 武汉 南京 天津   
        ...
        客服工作时间 : 周一至周五 09:00 - 18:00\n\n投递信息 我的简历 退出系统\n\n'`

