add coala and Errbot

Add coala and Errbot lib
pull/18/head
囧囧男 2017-01-10 10:23:48 +08:00 committed by GitHub
parent 329bec590e
commit 6a727473eb
1 changed files with 7 additions and 0 deletions

View File

@ -854,6 +854,7 @@ Python实现的数据库。
进行代码分析,解析和操作代码库的库和工具。
* 代码分析
* coala语言独立和易于扩展的代码分析应用程序。[官网](http://coala-analyzer.org/)
* code2flow把你的 Python 和 JavaScript 代码转换为流程图。[官网](https://github.com/scottrogowski/code2flow)
* pycallgraph这个库可以把你的Python 应用的流程(调用图)进行可视化。[官网](https://github.com/gak/pycallgraph)
* pysonar2Python 类型推断和检索工具。[官网](https://github.com/yinwang0/pysonar2)
@ -1116,6 +1117,12 @@ Python 实现的算法和设计模式。
* LiClipse基于 Eclipse 的免费多语言 IDE 。使用 PyDev 来支持 Python 。[官网](http://www.liclipse.com/)
* Spyder开源 Python IDE。[官网](https://github.com/spyder-ide/spyder)
### 自动聊天工具
用于开发聊天机器人的库
*   Errbot最简单和最流行的聊天机器人用来实现自动聊天工具。[官网](http://errbot.io/en/latest/)
## 服务
在线工具和简化开发的 API 。