Metadata-Version: 1.1
Name: izk
Version: 0.2.0
Summary: Zookeeper CLI with autocomplete, syntax highlighting and pretty printing
Home-page: https://github.com/brouberol/izk
Author: Balthazar Rouberol;
Author-email: br@imap.cc
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # IZK: interactive zookeeper
        
        `izk` is a modern and simple zookeeper shell, with autoccompletion, history search, vi bindings, syntax highlighting and pretty-printing.
        
        ## Installation
        
        To install `izk`, simply run
        
        ```shell
        $ pip install izk
        ```
        
        `izk` is Python 3 only. I do not plan to support Python 2, but it that's important to you, feel free to contribute!
        
        ## Usage
        
        ```shell
        $ izk --help
        usage: izk [-h] [--write]
                   [--style {default,emacs,...}]
                   [zk_url]
        
        CLI for zookeeper with syntax-highlighting and auto-completion
        
        positional arguments:
          zk_url                URL of the zookeeper node. Default: localhost:2181
        
        optional arguments:
          -h, --help            show this help message and exit
          --write               Authorize write operations (update/insert/remove)
          --style {default,emacs,...}
                                The color style to adopt. Default: monokai
        ```
        
        ## Demonstration
        
        Have a look at this [demonstration](https://www.youtube.com/embed/9Sp4R2prqHg), showing off a few features of `izk`.
        
Keywords: zookeeper cli interactive
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
