Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 783 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 783 Bytes

Qt ZK Inspector

Simple interface to browsing and editing ZooKeeper from Python, leveraging Kazoo and PyQt4. Effectively a lighter version of ZooInspector.

screenshot

Features

  • Cross platform. Tested on Linux + mac
  • Keeps local history of your edits, so you can revert changes if they cause problems

Run

./inspector.py

Deps

You need PyQt4 and Kazoo. PyQt4 is not installable via pip, but instead via your distribution's package manager.

RHEL/Centos 6:

sudo yum install PyQt4 python-kazoo

Debian/Ubuntu:

sudo apt-get install python-qt4 python-kazoo

Mac:

brew install pyqt qt
sudo pip install Kazoo

Meta