Skip to content

Commit 6ddffc2

Browse files
committed
Deployed 0b52ba9 with MkDocs version: 0.16.3
1 parent 914338e commit 6ddffc2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1999,6 +1999,7 @@ <h3 id="_25">数据库驱动</h3>
19991999
</ul>
20002000
</li>
20012001
<li>NoSQL 数据库<ul>
2002+
<li>asyncio-redis:基于 asyncio 的 redis 客户端 (PEP 3156)。<a href="https://github.com/jonathanslenders/asyncio-redis">官网</a></li>
20022003
<li>cassandra-python-driver:Cassandra 的 Python 驱动。<a href="https://github.com/datastax/python-driver">官网</a></li>
20032004
<li>HappyBase:一个为 Apache HBase 设计的,对开发者友好的库。<a href="http://happybase.readthedocs.org/en/latest/">官网</a></li>
20042005
<li>Plyvel:一个快速且功能丰富的 LevelDB 的 Python 接口。<a href="https://plyvel.readthedocs.org/en/latest/">官网</a></li>
@@ -2297,7 +2298,7 @@ <h3 id="_39">数据验证</h3>
22972298
<li>Schematics:数据结构验证。<a href="https://github.com/schematics/schematics">官网</a></li>
22982299
<li>valideer:轻量级可扩展的数据验证和适配库。<a href="https://github.com/podio/valideer">官网</a></li>
22992300
<li>voluptuous:一个 Python 数据验证库。主要是为了验证传入 Python 的 JSON,YAML 等数据。<a href="https://github.com/alecthomas/voluptuous">官网</a></li>
2300-
<li>jsonschema:<a href="http://json-schema.org/">JSON Schema</a>的python实现,用于JSON数据的验证<a href="https://github.com/Julian/jsonschema">官网</a></li>
2301+
<li>jsonschema:<a href="http://json-schema.org/">JSON Schema</a>的 python 实现,用于 JSON 数据的验证<a href="https://github.com/Julian/jsonschema">官网</a></li>
23012302
</ul>
23022303
<h3 id="_40">反垃圾技术</h3>
23032304
<p>帮助你和电子垃圾进行战斗的库。</p>

mkdocs/search_index.json

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<url>
66
<loc>https://github.com/jobbole/awesome-python-cn//</loc>
7-
<lastmod>2018-06-14</lastmod>
7+
<lastmod>2018-06-18</lastmod>
88
<changefreq>daily</changefreq>
99
</url>
1010

0 commit comments

Comments
 (0)