@@ -44,7 +44,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
44
44
### 本项目的参与者
45
45
46
46
- 维护者:
47
- - 贡献者:[ 艾凌风] ( https://github.com/hanxiaomax ) 、Namco、[ Daetalus] ( https://github.com/Daetalus ) 、[ 黄利民] ( http://www.jobbole.com/members/huanglimin/ ) 、[ atupal] ( http://www.jobbole.com/members/atupal/ ) 、[ rainbow] ( http://www.jobbole.com/members/rainbow/ ) 、[ 木头lbj] ( https://github.com/mutoulbj ) 、[ beyondwu] ( http://www.jobbole.com/members/beyondwu/ ) 、[ cissoid] ( https://github.com/cissoid ) 、[ 李广胜] ( https://github.com/liguangsheng ) 、[ polyval] ( https://github.com/polyval ) 、[ 冰斌] ( http://www.jobbole.com/members/libing1209/ ) 、[ 赵叶宇] ( http://www.jobbole.com/members/nelsonzhao/ ) 、[ л stalgic] ( http://www.jobbole.com/members/fengfeng19910805/ ) 、[ 硕恩] ( http://www.jobbole.com/members/shawnw/ ) 、[ strongit] ( https://github.com/strongit ) 、[ yuukilp] ( http://www.jobbole.com/members/yuukilp/ ) 、[ 陈键冬 ] ( https://github.com/chenjiandongx )
47
+ - 贡献者:[ 艾凌风] ( https://github.com/hanxiaomax ) 、Namco、[ Daetalus] ( https://github.com/Daetalus ) 、[ 黄利民] ( http://www.jobbole.com/members/huanglimin/ ) 、[ atupal] ( http://www.jobbole.com/members/atupal/ ) 、[ rainbow] ( http://www.jobbole.com/members/rainbow/ ) 、[ 木头lbj] ( https://github.com/mutoulbj ) 、[ beyondwu] ( http://www.jobbole.com/members/beyondwu/ ) 、[ cissoid] ( https://github.com/cissoid ) 、[ 李广胜] ( https://github.com/liguangsheng ) 、[ polyval] ( https://github.com/polyval ) 、[ 冰斌] ( http://www.jobbole.com/members/libing1209/ ) 、[ 赵叶宇] ( http://www.jobbole.com/members/nelsonzhao/ ) 、[ л stalgic] ( http://www.jobbole.com/members/fengfeng19910805/ ) 、[ 硕恩] ( http://www.jobbole.com/members/shawnw/ ) 、[ strongit] ( https://github.com/strongit ) 、[ yuukilp] ( http://www.jobbole.com/members/yuukilp/ ) 、[ chenjiandongx ] ( https://github.com/chenjiandongx )
48
48
49
49
注:名单不分排名,不定期补充更新
50
50
@@ -85,8 +85,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
85
85
86
86
本地 PyPI 仓库服务和代理。
87
87
88
- * warehouse:下一代 PyPI。[ 官网] ( https://github.com/pypa/warehouse )
89
- * Warehouse:[ 预览] ( https://pypi.org/ )
88
+ * [ warehouse] ( https://pypi.org/ ) :下一代 PyPI。[ 官网] ( https://github.com/pypa/warehouse )
90
89
* bandersnatch:PyPA 提供的 PyPI 镜像工具。[ 官网] ( https://bitbucket.org/pypa/bandersnatch )
91
90
* devpi:PyPI 服务和打包/测试/分发工具。[ 官网] ( http://doc.devpi.net/ )
92
91
* localshop:本地 PyPI 服务(自定义包并且自动对 PyPI 镜像)。[ 官网] ( https://github.com/mvantellingen/localshop )
@@ -430,6 +429,7 @@ Python 实现的数据库。
430
429
* [ web.py] ( http://hao.jobbole.com/python-webpy/ ) :一个 Python 的 web 框架,既简单,又强大。[ 官网] ( http://webpy.org/ )
431
430
* web2py:一个全栈 web 框架和平台,专注于简单易用。[ 官网] ( http://www.web2py.com/ )
432
431
* [ Tornado] ( http://hao.jobbole.com/tornado/ ) :一个 web 框架和异步网络库。[ 官网] ( http://www.tornadoweb.org/en/latest/ )
432
+ * sanic:基于 Python3.5+ 的异步网络框架。[ 官网] ( https://github.com/channelcat/sanic/ )
433
433
434
434
### 权限
435
435
@@ -520,7 +520,7 @@ Python 实现的数据库。
520
520
* Genshi:Python 模板工具,用以生成 web 感知的结果。[ 官网] ( https://genshi.edgewall.org/ )
521
521
* Mako:Python 平台的超高速轻量级模板。[ 官网] ( http://www.makotemplates.org/ )
522
522
523
- ### Queue
523
+ ### 队列
524
524
525
525
处理事件以及任务队列的库。
526
526
@@ -736,6 +736,7 @@ Python 实现的数据库。
736
736
* pulsar:事件驱动的并发框架。[ 官网] ( https://github.com/quantmind/pulsar )
737
737
* diesel:基于 Greenlet 的事件 I/O 框架。[ 官网] ( https://github.com/dieseldev/diesel )
738
738
* pyzmq:一个 ZeroMQ 消息库的 Python 封装。[ 官网] ( http://zeromq.github.io/pyzmq/ )
739
+ * Toapi:一个轻巧,简单,快速的 Flask 库,致力于为所有网站提供 API 服务。[ 官网] ( https://github.com/gaojiuli/toapi )
739
740
* txZMQ:基于 Twisted 的 ZeroMQ 消息库的 Python 封装。[ 官网] ( https://github.com/smira/txZMQ )
740
741
741
742
### WebSocket
0 commit comments