Skip to content

Commit e7d6e0f

Browse files
authored
Merge pull request jobbole#18 from strongit/master
add coala, Errbot, asciimatics & try
2 parents 329bec5 + 28a9e3e commit e7d6e0f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
241241
用于创建命令行程序的库。
242242

243243
* 命令行程序开发
244+
* asciimatics:跨平台,全屏终端包(即鼠标/键盘输入和彩色,定位文本输出),完整的复杂动画和特殊效果的高级API。[官网](https://github.com/peterbrittain/asciimatics)
244245
* cement:Python 的命令行程序框架。[官网](http://builtoncement.com/)
245246
* click:一个通过组合的方式来创建精美命令行界面的包。[官网](http://click.pocoo.org/dev/)
246247
* cliff:一个用于创建命令行程序的框架,可以创建具有多层命令的命令行程序。[官网](http://docs.openstack.org/developer/cliff/)
@@ -264,6 +265,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
264265
* thefuck:修正你之前的命令行指令。[官网](https://github.com/nvbn/thefuck)
265266
* mycli:一个 MySQL 命令行客户端,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/mycli)
266267
* pgcli:Postgres 命令行工具,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/pgcli)
268+
   *   try:一个从来没有更简单的命令行工具,用来试用python库。[官网](https://github.com/timofurrer/try)
267269

268270
### 下载器
269271

@@ -715,6 +717,7 @@ Python实现的数据库。
715717
* eventlet:支持 WSGI 的异步框架。[官网](http://eventlet.net/)
716718
* gevent:一个基于协程的 Python 网络库,使用[greenlet](https://github.com/python-greenlet/greenlet)[官网](http://www.gevent.org/)
717719
* Tomorrow:用于产生异步代码的神奇的装饰器语法实现。[官网](https://github.com/madisonmay/Tomorrow)
720+
* uvloop:在libuv之上超快速实现asyncio事件循环。[官网](https://github.com/MagicStack/uvloop)
718721

719722
### 网络
720723

@@ -854,6 +857,7 @@ Python实现的数据库。
854857
进行代码分析,解析和操作代码库的库和工具。
855858

856859
* 代码分析
860+
* coala:语言独立和易于扩展的代码分析应用程序。[官网](http://coala-analyzer.org/)
857861
* code2flow:把你的 Python 和 JavaScript 代码转换为流程图。[官网](https://github.com/scottrogowski/code2flow)
858862
* pycallgraph:这个库可以把你的Python 应用的流程(调用图)进行可视化。[官网](https://github.com/gak/pycallgraph)
859863
* pysonar2:Python 类型推断和检索工具。[官网](https://github.com/yinwang0/pysonar2)
@@ -932,6 +936,8 @@ Python实现的数据库。
932936
计算机视觉库。
933937

934938
* OpenCV:开源计算机视觉库。[官网](http://opencv.org/)
939+
*   pyocr:Tesseract和Cuneiform的包装库。[官网](https://github.com/jflesch/pyocr)
940+
*   pytesseract:[Google Tesseract OCR](https://github.com/tesseract-ocr)的另一包装库。[官网](https://github.com/madmaze/pytesseract)
935941
* [SimpleCV](http://hao.jobbole.com/simplecv/):一个用来创建计算机视觉应用的开源框架。[官网](http://simplecv.org/)
936942

937943
### 机器学习
@@ -1116,6 +1122,12 @@ Python 实现的算法和设计模式。
11161122
* LiClipse:基于 Eclipse 的免费多语言 IDE 。使用 PyDev 来支持 Python 。[官网](http://www.liclipse.com/)
11171123
* Spyder:开源 Python IDE。[官网](https://github.com/spyder-ide/spyder)
11181124

1125+
### 自动聊天工具
1126+
1127+
用于开发聊天机器人的库
1128+
1129+
*   Errbot:最简单和最流行的聊天机器人用来实现自动聊天工具。[官网](http://errbot.io/en/latest/)
1130+
11191131
## 服务
11201132

11211133
在线工具和简化开发的 API 。

0 commit comments

Comments
 (0)