Skip to content

jrgp/pyqt-zk-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GUI app to edit data in ZooKeeper. Written in Python with QT.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages