From 3b6edf476c3998f39157b826944bd19625a21487 Mon Sep 17 00:00:00 2001 From: fengfeng Date: Mon, 15 Apr 2019 15:51:51 +0800 Subject: [PATCH 1/4] Add some resouce --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b00b7c9..e472d8e 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,7 @@ Python 实现的数据库。 * dataset:在数据库中存储 Python 字典 * pymssql:一个简单的 Microsoft SQL Server 数据库接口。[官网](http://www.pymssql.org/en/latest/) * NoSQL 数据库 + * aioredis: [aioredis](asyncio (PEP 3156) Redis client library.) * asyncio-redis:基于 asyncio 的 redis 客户端 (PEP 3156)。[官网](https://github.com/jonathanslenders/asyncio-redis) * cassandra-python-driver:Cassandra 的 Python 驱动。[官网](https://github.com/datastax/python-driver) * HappyBase:一个为 Apache HBase 设计的,对开发者友好的库。[官网](http://happybase.readthedocs.org/en/latest/) @@ -1017,6 +1018,8 @@ MapReduce 框架和库。 * pexpect:Controlling interactive programs in a pseudo-terminal like 在一个伪终端中控制交互程序,就像 GNU expect 一样。[官网](https://github.com/pexpect/pexpect) * psutil:一个跨平台进程和系统工具模块。[官网](https://github.com/giampaolo/psutil) * supervisor:UNIX 的进程控制系统。[官网](https://github.com/Supervisor/supervisor) +* JenkinsAPI: Jenkins API For python +* python-jenkins: [python-jenkins](https://python-jenkins.readthedocs.io/en/latest/) ### 任务调度 From 4b5f33286c67766738a9d7113b2c05186942cb33 Mon Sep 17 00:00:00 2001 From: fengfeng Date: Mon, 15 Apr 2019 16:03:22 +0800 Subject: [PATCH 2/4] Add CUP libs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e472d8e..b9473b4 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 * mycli:一个 MySQL 命令行客户端,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/mycli) * pgcli:Postgres 命令行工具,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/pgcli) * try:一个从来没有更简单的命令行工具,用来试用 python 库。[官网](https://github.com/timofurrer/try) + * CUP: common useful python-lib. (Currently, Most popular python lib in baidu) http://cup.iobusy.com ### 下载器 From 721e8fe558ff15510820f42c95e754d693b43b84 Mon Sep 17 00:00:00 2001 From: fengfeng Date: Tue, 16 Apr 2019 10:47:44 +0800 Subject: [PATCH 3/4] =?UTF-8?q?Fix:=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9BURL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9473b4..5e3e8a4 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 * mycli:一个 MySQL 命令行客户端,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/mycli) * pgcli:Postgres 命令行工具,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/pgcli) * try:一个从来没有更简单的命令行工具,用来试用 python 库。[官网](https://github.com/timofurrer/try) - * CUP: common useful python-lib. (Currently, Most popular python lib in baidu) http://cup.iobusy.com + * CUP: common useful python-lib. (Currently, Most popular python lib in baidu).[官网](https://github.com/baidu/CUP) ### 下载器 @@ -367,7 +367,7 @@ Python 实现的数据库。 * dataset:在数据库中存储 Python 字典 * pymssql:一个简单的 Microsoft SQL Server 数据库接口。[官网](http://www.pymssql.org/en/latest/) * NoSQL 数据库 - * aioredis: [aioredis](asyncio (PEP 3156) Redis client library.) + * aioredis: [aioredis](asyncio Redis client library.)[官网](https://github.com/aio-libs/aioredis) * asyncio-redis:基于 asyncio 的 redis 客户端 (PEP 3156)。[官网](https://github.com/jonathanslenders/asyncio-redis) * cassandra-python-driver:Cassandra 的 Python 驱动。[官网](https://github.com/datastax/python-driver) * HappyBase:一个为 Apache HBase 设计的,对开发者友好的库。[官网](http://happybase.readthedocs.org/en/latest/) From edb50c0105bf82adde5e95064a294ceb6cb1d271 Mon Sep 17 00:00:00 2001 From: fengfeng Date: Wed, 24 Apr 2019 16:11:57 +0800 Subject: [PATCH 4/4] =?UTF-8?q?Fix:=20=E4=BF=AE=E5=A4=8D=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=B8=BA=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e3e8a4..cb77cc8 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 * mycli:一个 MySQL 命令行客户端,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/mycli) * pgcli:Postgres 命令行工具,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/pgcli) * try:一个从来没有更简单的命令行工具,用来试用 python 库。[官网](https://github.com/timofurrer/try) - * CUP: common useful python-lib. (Currently, Most popular python lib in baidu).[官网](https://github.com/baidu/CUP) + * CUP: 在百度流行的python库[官网](https://github.com/baidu/CUP) ### 下载器 @@ -367,7 +367,7 @@ Python 实现的数据库。 * dataset:在数据库中存储 Python 字典 * pymssql:一个简单的 Microsoft SQL Server 数据库接口。[官网](http://www.pymssql.org/en/latest/) * NoSQL 数据库 - * aioredis: [aioredis](asyncio Redis client library.)[官网](https://github.com/aio-libs/aioredis) + * aioredis: [aioredis](异步Redis客户端库)[官网](https://github.com/aio-libs/aioredis) * asyncio-redis:基于 asyncio 的 redis 客户端 (PEP 3156)。[官网](https://github.com/jonathanslenders/asyncio-redis) * cassandra-python-driver:Cassandra 的 Python 驱动。[官网](https://github.com/datastax/python-driver) * HappyBase:一个为 Apache HBase 设计的,对开发者友好的库。[官网](http://happybase.readthedocs.org/en/latest/) @@ -1019,8 +1019,8 @@ MapReduce 框架和库。 * pexpect:Controlling interactive programs in a pseudo-terminal like 在一个伪终端中控制交互程序,就像 GNU expect 一样。[官网](https://github.com/pexpect/pexpect) * psutil:一个跨平台进程和系统工具模块。[官网](https://github.com/giampaolo/psutil) * supervisor:UNIX 的进程控制系统。[官网](https://github.com/Supervisor/supervisor) -* JenkinsAPI: Jenkins API For python -* python-jenkins: [python-jenkins](https://python-jenkins.readthedocs.io/en/latest/) +* JenkinsAPI: Python版本的Jenkins API库 +* python-jenkins: Python版本的Jenkins API库[官网](https://python-jenkins.readthedocs.io/en/latest/) ### 任务调度