Merge pull request #55 from chenjiandongx/master

add asyncio, a redis client (PEP 3156)
pull/58/head
Null 2018-06-18 20:01:05 +08:00 committed by GitHub
commit 0b52ba96d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -365,6 +365,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 数据库
* asyncio-redis基于 asyncio 的 redis 客户端 (PEP 3156)。[官网](https://github.com/jonathanslenders/asyncio-redis)
* cassandra-python-driverCassandra 的 Python 驱动。[官网](https://github.com/datastax/python-driver) * cassandra-python-driverCassandra 的 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/)
* Plyvel一个快速且功能丰富的 LevelDB 的 Python 接口。[官网](https://plyvel.readthedocs.org/en/latest/) * Plyvel一个快速且功能丰富的 LevelDB 的 Python 接口。[官网](https://plyvel.readthedocs.org/en/latest/)
@ -655,7 +656,7 @@ Python 实现的数据库。
* Schematics数据结构验证。[官网](https://github.com/schematics/schematics) * Schematics数据结构验证。[官网](https://github.com/schematics/schematics)
* valideer轻量级可扩展的数据验证和适配库。[官网](https://github.com/podio/valideer) * valideer轻量级可扩展的数据验证和适配库。[官网](https://github.com/podio/valideer)
* voluptuous一个 Python 数据验证库。主要是为了验证传入 Python 的 JSONYAML 等数据。[官网](https://github.com/alecthomas/voluptuous) * voluptuous一个 Python 数据验证库。主要是为了验证传入 Python 的 JSONYAML 等数据。[官网](https://github.com/alecthomas/voluptuous)
* jsonschema[JSON Schema](http://json-schema.org/)的python实现用于JSON数据的验证。[官网](https://github.com/Julian/jsonschema) * jsonschema[JSON Schema](http://json-schema.org/)的 python 实现,用于 JSON 数据的验证。[官网](https://github.com/Julian/jsonschema)
### 反垃圾技术 ### 反垃圾技术