{ "info": { "author": "Kristian Perkins", "author_email": "krockode@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "License :: OSI Approved :: Apache Software License" ], "description": "Zeek: Zookeeper CLI for caged animals!\n======================================\n\nThe Z and K are for `Zookeeper `_, the E's are\njust for fun.\n\nBreak free from the menagerie of configuration. Zeek is a ZooKeeper command\nline application that makes it easy to see what is in all those cages. This\nCLI works best in ZSH.\n\nTurn On - (Installation)\n------------------------\n\nTo install zeek:\n\n $ pip install git+https://github.com/krockode/zeek\n\n\nTune In - (Configuration)\n-------------------------\n\nZeek connects to localhost:2181 by default. To change this you can either set\nthe environment variable ZEEK_HOSTS or add the option `-H`/`--hosts` to the\nzeek command. The value should be a comma separated list of zookeeper servers\nto connect to e.g. host1:2181,host2:2181\n\n\nDrop Out - (Usage)\n------------------\n\nThe goal of zeek is to provide reasonable facimilies of the unix `find` and\n`grep` commands for the Zookeeper structure, so no new learning is required.\nBoth find and grep return matches in the form of ` - ` where\n`node` is the full path of the node and `value` is the stringified value of\nthat node.\n\n``ls``\n List nodes underneath the node you specified.\n\nExample::\n\n $ zeek ls /animals\n /animals/ -\n /animals/mamals -\n /animals/reptiles -\n \n\n``find``\n Example of find which will perform a recursive find from the root.\n\n::\n\n $ zeek find /\n / -\n /animals -\n /animals/mammals -\n /animals/reptiles -\n /animals/reptiles/foxes - ok\n /animals/reptiles/snakes - rad\n /animals/reptiles/crocodilia -\n /animals/reptiles/crocodilia/alligators - hungry\n /animals/reptiles/crocodilia/crocodiles - hungry\n\nZeek find is like `find / -name ...` and searches for zookeeper nodes that\nmatch your search::\n\n $ zeek find '*crocodile*'\n /animals/reptiles/crocodilia/crocodiles - hungry\n\n\n``grep``\n Zeek Grep searches zookeeper node values.\n\n::\n\n $ zeek grep hungry\n /animals/reptiles/crocodilia/alligators - hungry\n /animals/reptiles/crocodilia/crocodiles - hungry", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/krockode/zeek", "keywords": null, "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "zeek", "package_url": "https://pypi.org/project/zeek/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zeek/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/krockode/zeek" }, "release_url": "https://pypi.org/project/zeek/0.1.5/", "requires_dist": null, "requires_python": null, "summary": "ZooKeeper CLI for caged animals", "version": "0.1.5" }, "last_serial": 1133155, "releases": { "0.1.5": [ { "comment_text": "", "digests": { "md5": "a63ebead65899c350577a70aa87c0331", "sha256": "a4d4dadd5808dc0e5b2f5f9f1aa1732bffba04e97a45e63b43a1a883bc7bb142" }, "downloads": -1, "filename": "zeek-0.1.5.tar.gz", "has_sig": false, "md5_digest": "a63ebead65899c350577a70aa87c0331", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7255, "upload_time": "2014-06-22T03:52:20", "url": "https://files.pythonhosted.org/packages/34/62/8a5957ad91aeec8cde357bc7ed6af75bee2b8aacc73b158aca692d73d2f1/zeek-0.1.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a63ebead65899c350577a70aa87c0331", "sha256": "a4d4dadd5808dc0e5b2f5f9f1aa1732bffba04e97a45e63b43a1a883bc7bb142" }, "downloads": -1, "filename": "zeek-0.1.5.tar.gz", "has_sig": false, "md5_digest": "a63ebead65899c350577a70aa87c0331", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7255, "upload_time": "2014-06-22T03:52:20", "url": "https://files.pythonhosted.org/packages/34/62/8a5957ad91aeec8cde357bc7ed6af75bee2b8aacc73b158aca692d73d2f1/zeek-0.1.5.tar.gz" } ] }