detti_db_server:基于轻量级Json的键值DBServer

时间:2024-03-29 21:58:17
【文件属性】:

文件名称:detti_db_server:基于轻量级Json的键值DBServer

文件大小:86KB

文件格式:ZIP

更新时间:2024-03-29 21:58:17

python lightweight flask json jwt

基于轻量级Json的键值数据库和/或服务器。 介绍 为什么: 小型,快速,高效,简单,有趣 重要的: Detti DB处理字符串键和许多值类型。 Detti Server仅将字符串类型作为键和值( Dict[str, str] )处理。 链接 借助PIP轻松安装 >>> pip install detti-db-server 创建环境并使用虚拟环境 在以下位置创建一个项目文件夹和一个venv文件夹: >>> mkdir -p detti >>> cd detti 从Git克隆源代码: >>> git clone https://github.com/milanbalazs/detti_db_server.git >>> cd detti_db_server 创建并激活虚拟环境: >>> python3 -m venv venv >>> source venv/bin/act


【文件预览】:
detti_db_server-main
----setup.py(2KB)
----.gitignore(2KB)
----detti_conf.ini(722B)
----requirements.txt(155B)
----detti_db.py(29KB)
----detti_server.py(18KB)
----__init__.py(39B)
----.pre-commit-config.yaml(256B)
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----doc()
--------README.md(4B)
--------pics()
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----tools()
--------color_logger.py(7KB)
----examples()
--------server_example_1.py(340B)
--------db_example_1.py(1KB)
----README.md(23KB)
----VERSION(5B)
----.coverage_rc(399B)
----test()
--------detti_conf_ut.ini(726B)
--------__init__.py(0B)
--------README.md(1KB)
--------unit_test_runner.sh(2KB)
--------test_server_ut_local.py(10KB)
--------test_db_ut.py(16KB)
----logs()
--------README.md(1KB)

网友评论