From efc9301b72a2cde4234bb7c2c87c398f111cf814 Mon Sep 17 00:00:00 2001 From: MLee <31580426+MakingL@users.noreply.github.com> Date: Fri, 15 Mar 2019 21:03:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=AD=A3=E9=94=99=E7=AC=94?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 900ad44..f66a732 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 * pip:Python 包和依赖关系管理工具。[官网](https://pip.pypa.io/) * pip-tools:保证 Python 包依赖关系更新的一组工具。[官网](https://github.com/nvie/pip-tools) -* pipenv:Pyhton 官方推荐的新一代包管理工具。[官网](https://github.com/pypa/pipenv) +* pipenv:Python 官方推荐的新一代包管理工具。[官网](https://github.com/pypa/pipenv) * poetry: 可完全取代 setup.py 的包管理工具。[官网](https://poetry.eustace.io) * conda:跨平台,Python 二进制包管理工具。[官网](https://github.com/conda/conda/) * Curdling:管理 Python 包的命令行工具。[官网](http://clarete.li/curdling/) From 08a8cf3f4dc889326cc0ea162dcc279a708a147e Mon Sep 17 00:00:00 2001 From: my8100 Date: Sat, 23 Mar 2019 17:52:50 +0800 Subject: [PATCH 2/2] Add ScrapydWeb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f66a732..b00b7c9 100644 --- a/README.md +++ b/README.md @@ -611,6 +611,7 @@ Python 实现的数据库。 爬取网络站点的库 * Scrapy:一个快速高级的屏幕爬取及网页采集框架。[官网](http://scrapy.org/) +* ScrapydWeb:一个用于 Scrapyd 集群管理的全功能 web UI,支持 Scrapy 日志分析和可视化,自动打包,定时器任务和邮件通知等特色功能。[官网](https://github.com/my8100/scrapydweb) * cola:一个分布式爬虫框架。[官网](https://github.com/chineking/cola) * Demiurge:基于 PyQuery 的爬虫微型框架。[官网](https://github.com/matiasb/demiurge) * feedparser:通用 feed 解析器。[官网](http://pythonhosted.org/feedparser/)