Fix:修复一些URL
parent
4b5f33286c
commit
721e8fe558
|
@ -255,7 +255,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
|
||||||
* mycli:一个 MySQL 命令行客户端,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/mycli)
|
* mycli:一个 MySQL 命令行客户端,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/mycli)
|
||||||
* pgcli:Postgres 命令行工具,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/pgcli)
|
* pgcli:Postgres 命令行工具,具有自动补全和语法高亮功能。[官网](https://github.com/dbcli/pgcli)
|
||||||
* try:一个从来没有更简单的命令行工具,用来试用 python 库。[官网](https://github.com/timofurrer/try)
|
* 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 字典
|
* dataset:在数据库中存储 Python 字典
|
||||||
* pymssql:一个简单的 Microsoft SQL Server 数据库接口。[官网](http://www.pymssql.org/en/latest/)
|
* pymssql:一个简单的 Microsoft SQL Server 数据库接口。[官网](http://www.pymssql.org/en/latest/)
|
||||||
* NoSQL 数据库
|
* 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)
|
* asyncio-redis:基于 asyncio 的 redis 客户端 (PEP 3156)。[官网](https://github.com/jonathanslenders/asyncio-redis)
|
||||||
* cassandra-python-driver:Cassandra 的 Python 驱动。[官网](https://github.com/datastax/python-driver)
|
* cassandra-python-driver:Cassandra 的 Python 驱动。[官网](https://github.com/datastax/python-driver)
|
||||||
* HappyBase:一个为 Apache HBase 设计的,对开发者友好的库。[官网](http://happybase.readthedocs.org/en/latest/)
|
* HappyBase:一个为 Apache HBase 设计的,对开发者友好的库。[官网](http://happybase.readthedocs.org/en/latest/)
|
||||||
|
|
Loading…
Reference in New Issue