couchdb-requests:使用 python-requests 的强大的 CouchDB Python 接口

时间:2021-07-03 12:52:06
【文件属性】:
文件名称:couchdb-requests:使用 python-requests 的强大的 CouchDB Python 接口
文件大小:85KB
文件格式:ZIP
更新时间:2021-07-03 12:52:06
Python 关于 使用 python-requests 的强大的 CouchDB Python 接口。 文档: : 目标: 做某事只有一种方式 快速稳定(连接池) 显式优于隐式。 缓冲区大小、连接池大小。 指定查询参数,查询函数中没有参数 不能配置多个后端,而是一个经过良好测试的后端 谷歌应用引擎支持 Cloudant 支持 非目标: 完整的 api 覆盖(在我看来异步支持需要 mainloop 集成)。 计划在未来实现模式支持,但现在不支持。 依赖关系 Python请求> = 2.5.1 入门 from couchdbreq import Server server = Server("http://127.0.0.1:5984", timeout=30) # 30 second timeout on all requests # List all database names se
【文件预览】:
couchdb-requests-master
----README.rst(2KB)
----NOTICE(261B)
----THANKS(132B)
----docs()
--------conf.py(8KB)
--------database.rst(129B)
--------server.rst(178B)
--------view.rst(101B)
--------Makefile(5KB)
--------index.rst(348B)
----tests()
--------test_schema.py(66KB)
--------data()
--------client_test.py(31KB)
--------__init__.py(0B)
----LICENSE(1KB)
----couchdbreq()
--------server.py(5KB)
--------view.py(5KB)
--------resource.py(6KB)
--------utils.py(2KB)
--------schema()
--------database.py(20KB)
--------__init__.py(213B)
--------ext()
--------version.py(209B)
--------exceptions.py(4KB)
----setup.py(1KB)
----.gitignore(212B)

网友评论