simplekv:用于二进制数据的简单键值存储

时间:2021-05-09 09:05:58
【文件属性】:
文件名称:simplekv:用于二进制数据的简单键值存储
文件大小:80KB
文件格式:ZIP
更新时间:2021-05-09 09:05:58
Python 简单的键值存储API simplekv是用于非常基本的键值存储的API,用于存储小型频繁访问的数据或大型二进制blob。 它的基本界面易于实现,并且支持许多后端,包括文件系统,SQLAlchemy,MongoDB,Redis和Amazon S3 / Google Storage。 安装 simplekv上,可以通过安装: pip install simplekv 或通过conda conda上的 : conda install -c conda-forge simplekv 文献资料 上提供了simplekv的文档。 执照 simplekv是。
【文件预览】:
simplekv-master
----MANIFEST.in(85B)
----.travis.yml(1KB)
----README.rst(1KB)
----google_cloud_credentials.ini(84B)
----docs()
--------filesystem.rst(344B)
--------git.rst(1000B)
--------db.rst(2KB)
--------conf.py(7KB)
--------gae.rst(1012B)
--------make.bat(3KB)
--------crypt.rst(107B)
--------changes.rst(4KB)
--------azure.rst(2KB)
--------boto.rst(3KB)
--------development.rst(285B)
--------cache.rst(982B)
--------idgen.rst(95B)
--------decorators.rst(194B)
--------memory.rst(768B)
--------gcstorage.rst(2KB)
--------Makefile(3KB)
--------index.rst(6KB)
----tests()
--------test_boto3_store.py(3KB)
--------test_hmac.py(6KB)
--------test_mongo.py(1KB)
--------test_git_store.py(2KB)
--------test_prefix_decorator.py(3KB)
--------test_url_encode_keys_decorator.py(1KB)
--------test_redis.py(1KB)
--------conftest.py(2KB)
--------test_dict_store.py(659B)
--------test_gcloud_store.py(5KB)
--------bucket_manager.py(3KB)
--------url_store.py(446B)
--------test_bucket_manager.py(627B)
--------test_readonly_decorator.py(616B)
--------idgens.py(4KB)
--------test_filesystem_store.py(6KB)
--------basic_store.py(13KB)
--------test_azure_store.py(9KB)
--------test_boto_store.py(3KB)
--------test_cache.py(723B)
--------test_sqlalchemy.py(2KB)
----tox.ini(1KB)
----LICENSE(1KB)
----AUTHORS(164B)
----simplekv()
--------git.py(6KB)
--------db()
--------memory()
--------fs.py(8KB)
--------crypt.py(6KB)
--------__init__.py(17KB)
--------net()
--------decorator.py(5KB)
--------_compat.py(1KB)
--------gae.py(1KB)
--------contrib()
--------idgen.py(4KB)
--------cache.py(5KB)
----boto_credentials.ini(155B)
----setup.py(720B)
----.gitignore(1KB)
----.travis()
--------start_minio.sh(249B)
----azure_credentials.ini(545B)

网友评论