Merge pull request #1 from jobbole/master

f
pull/70/head
Jacob-Gao 2019-05-15 14:26:33 +08:00 committed by GitHub
commit cec4667c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* pipPython 包和依赖关系管理工具。[官网](https://pip.pypa.io/) * pipPython 包和依赖关系管理工具。[官网](https://pip.pypa.io/)
* pip-tools保证 Python 包依赖关系更新的一组工具。[官网](https://github.com/nvie/pip-tools) * pip-tools保证 Python 包依赖关系更新的一组工具。[官网](https://github.com/nvie/pip-tools)
* pipenvPyhton 官方推荐的新一代包管理工具。[官网](https://github.com/pypa/pipenv) * pipenvPython 官方推荐的新一代包管理工具。[官网](https://github.com/pypa/pipenv)
* poetry: 可完全取代 setup.py 的包管理工具。[官网](https://poetry.eustace.io) * poetry: 可完全取代 setup.py 的包管理工具。[官网](https://poetry.eustace.io)
* conda跨平台Python 二进制包管理工具。[官网](https://github.com/conda/conda/) * conda跨平台Python 二进制包管理工具。[官网](https://github.com/conda/conda/)
* Curdling管理 Python 包的命令行工具。[官网](http://clarete.li/curdling/) * Curdling管理 Python 包的命令行工具。[官网](http://clarete.li/curdling/)
@ -611,6 +611,7 @@ Python 实现的数据库。
爬取网络站点的库 爬取网络站点的库
* Scrapy一个快速高级的屏幕爬取及网页采集框架。[官网](http://scrapy.org/) * Scrapy一个快速高级的屏幕爬取及网页采集框架。[官网](http://scrapy.org/)
* ScrapydWeb一个用于 Scrapyd 集群管理的全功能 web UI支持 Scrapy 日志分析和可视化,自动打包,定时器任务和邮件通知等特色功能。[官网](https://github.com/my8100/scrapydweb)
* cola一个分布式爬虫框架。[官网](https://github.com/chineking/cola) * cola一个分布式爬虫框架。[官网](https://github.com/chineking/cola)
* Demiurge基于 PyQuery 的爬虫微型框架。[官网](https://github.com/matiasb/demiurge) * Demiurge基于 PyQuery 的爬虫微型框架。[官网](https://github.com/matiasb/demiurge)
* feedparser通用 feed 解析器。[官网](http://pythonhosted.org/feedparser/) * feedparser通用 feed 解析器。[官网](http://pythonhosted.org/feedparser/)