jaina
Release log
1.0.0 - 第一个正式版本,支持了最重要的zkCli的原生命令以及一些常见的类似Linux系统命令,如: cd, ls, alias, history等
Overview
Jaina是一个轻量级的zookeeper命令行交互客户端工具,特点是:安装方便,使用符合Linux的命令行习惯,zk原生自带的zkCli太难用,极其不友好,
所以萌生了自己写一个类似的工具的想法。
Installation / Usage
To install use pip:
$ pip install jaina
Or clone the repo:
$ git clone https://github.com/kaixinbaba/jaina.git
$ python setup.py install
Upgrade
$ pip install -U jaina
Example
$ jaina -h 127.0.0.1:2181
You will see this if zk connected
Zookeeper connected
_____ _ _____ ____ _____ _
|_ _| / \ |_ _||_ \|_ _| / \
| | / _ \ | | | \ | | / _ \
_ | | / ___ \ | | | |\ \| | / ___ \
| |__' | _/ / \ \_ _| |_ _| |_\ |_ _/ / \ \_
`.____.'|____| |____||_____||_____|\____||____| |____|
Welcome to use JAINA
If you have problem, just try help !
If you want to quit, please input Ctrl+D or Ctrl+C
(jaina) [/]
Then you can use help command for help!
Please review the online docs jaina get more help.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jaina-1.0.1.tar.gz
(17.8 kB
view details)
File details
Details for the file jaina-1.0.1.tar.gz.
File metadata
- Download URL: jaina-1.0.1.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58bb3694ad8d9df03a40da193ca094bfa4c17977478b110ac4075e859303e837
|
|
| MD5 |
92545454b2fd1230713c28725c26e202
|
|
| BLAKE2b-256 |
a0c8d45ead055b54b74f9e7619d6d011fb89eb9e904de08304652f70df7a7fbb
|