Skip to content

Commit 6a72747

Browse files
authored
add coala and Errbot
Add coala and Errbot lib
1 parent 329bec5 commit 6a72747

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -854,6 +854,7 @@ Python实现的数据库。
854854
进行代码分析,解析和操作代码库的库和工具。
855855

856856
* 代码分析
857+
* coala:语言独立和易于扩展的代码分析应用程序。[官网](http://coala-analyzer.org/)
857858
* code2flow:把你的 Python 和 JavaScript 代码转换为流程图。[官网](https://github.com/scottrogowski/code2flow)
858859
* pycallgraph:这个库可以把你的Python 应用的流程(调用图)进行可视化。[官网](https://github.com/gak/pycallgraph)
859860
* pysonar2:Python 类型推断和检索工具。[官网](https://github.com/yinwang0/pysonar2)
@@ -1116,6 +1117,12 @@ Python 实现的算法和设计模式。
11161117
* LiClipse:基于 Eclipse 的免费多语言 IDE 。使用 PyDev 来支持 Python 。[官网](http://www.liclipse.com/)
11171118
* Spyder:开源 Python IDE。[官网](https://github.com/spyder-ide/spyder)
11181119

1120+
### 自动聊天工具
1121+
1122+
用于开发聊天机器人的库
1123+
1124+
*   Errbot:最简单和最流行的聊天机器人用来实现自动聊天工具。[官网](http://errbot.io/en/latest/)
1125+
11191126
## 服务
11201127

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

0 commit comments

Comments
 (0)