文件名称:shell-database:直接从终端存储密钥值
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-02 19:31:22
python terminal database sqlite3 command-line-tool
壳牌数据库
直接从您的终端存储键值。
安装
您可以从pypi.org安装shell数据库:
> pip install shell_database
入门
添加新的键值对
> shdb add name "John Doe"
通过加密添加新的密钥值对
> shdb add password
【文件预览】:
shell-database-master
----.github()
--------CODEOWNERS(14B)
--------pull_request_template.md(82B)
----scripts()
--------shdb(216B)
----.circleci()
--------config.yml(1KB)
----requirements.txt(94B)
----LICENSE(1KB)
----shell_database()
--------store()
--------__init__.py(45B)
--------__main__.py(59B)
--------shdb.py(2KB)
----setup.cfg(928B)
----setup.py(727B)
----README.md(2KB)
----Makefile(861B)
----tests()
--------__init__.py(0B)
--------test_shell_database.py(95B)
----.gitignore(93B)
----dev-requirements.txt(56B)
----CHANGELOG.md(637B)