文件名称:athenacli:AthenaCLI 是 AWS Athena 服务的 CLI 工具,可以进行自动完成和语法高亮显示
文件大小:664KB
文件格式:ZIP
更新时间:2024-08-24 22:44:41
python syntax-highlighting cli autocompletion command-line
介绍 AthenaCLI 是服务的命令行界面 (CLI),可以进行自动完成和语法高亮显示,是 dbcli 社区的骄傲成员。 快速开始 安装 通过pip安装 如果您已经知道如何安装 python 包,那么您可以简单地执行以下操作: $ pip install athenacli 通过brew安装 用户可以通过以下方式安装: $ brew install athenacli 如果您不知道如何安装 python 包,请查看页面以获取更多选项(例如 docker) 配置 首次启动时会在~/.athenacli/athenaclirc自动创建一个配置文件(运行 athenacli)。 有关所有可用选项的说明,请参阅文件本身。 需要以下 4 个变量。 如果您是 aws cli 的用户,您可以参考awsconfig文件来查看如何重用 aws cli 的凭证配置。 # AWS credenti
【文件预览】:
athenacli-master
----.github()
--------pull_request_template.md(341B)
----LICENSE.txt(1KB)
----Dockerfile(169B)
----athenacli()
--------compat.py(136B)
--------config.py(3KB)
--------completer.py(15KB)
--------clistyle.py(5KB)
--------athenaclirc(4KB)
--------main.py(25KB)
--------packages()
--------__init__.py(23B)
--------completion_refresher.py(4KB)
--------clitoolbar.py(2KB)
--------lexer.py(333B)
--------sqlexecute.py(4KB)
--------clibuffer.py(1KB)
--------key_bindings.py(2KB)
--------style.py(637B)
----requirements-dev.txt(85B)
----release.py(3KB)
----AUTHORS.rst(403B)
----examples()
--------create_table.sql(1KB)
----.travis.yml(359B)
----tox.ini(85B)
----test()
--------test_parseutils.py(4KB)
--------test_dbspecial.py(1KB)
--------test_completion_refresher.py(2KB)
--------test_naive_completion.py(2KB)
--------test_completion_engine.py(2KB)
--------test_format_utils.py(1KB)
--------test_prompt_utils.py(316B)
----setup.cfg(29B)
----setup.py(2KB)
----README.md(6KB)
----docs()
--------faq.rst(690B)
--------install.rst(791B)
--------conf.py(5KB)
--------usage.rst(2KB)
--------index.rst(2KB)
--------Makefile(580B)
--------develop.rst(3KB)
--------awsconfig.rst(3KB)
--------features.rst(1KB)
--------_static()
----.gitignore(760B)
----changelog.md(3KB)