{ "info": { "author": "Jason Simeone", "author_email": "jay@classless.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=================\nmemcacheinspector\n=================\n----------------------------------------------------\nMemcached Inspection Module and Command-Line Utility\n----------------------------------------------------\n\nIntroduction\n============\n\nThis package includes two things:\n\n- A `Python`_ module for extracting keys from `Memcached`_ servers.\n- A command-line utility for exploring, searching, and updating `Memcached`_ items.\n\nThis utility make uses of the `Memcached`_ \"features\" discussed in the `SensePost Blog`_.\n\n\nInstallation\n============\n\nUsing `pip`_ (recommended)::\n\n $ pip install memcacheinspector\n\nOr, using easy_install::\n\n $ easy_install memcacheinspector\n\nOr, you can download the source and install it by hand::\n\n $ python setup.py install\n\nInstalling the package installs both the memcacheinspector python module as well as the mcinspect command-line utility.\n\n\nUsage\n=====\n\n::\n\n Usage: mcinspect [options] []\n\n Actions:\n list Lists all items stored in the server(s).\n dump Dumps all items (including values) stored in the\n server(s).\n grep Dumps all items (including values) whose key or value\n matches the specified search pattern.\n get [ ...] Retrieves the items with the specified key(s).\n set Sets the item with the specified key and value.\n incr key Increments the value of the items with the specified\n key(s).\n decr key Decrements the value of the items with the specified\n key(s).\n delete [ ...] Deletes the items with the specified key(s).\n flush Expires all items in the server(s).\n stats Retrieves statistics from the server(s).\n\n Options:\n --version show program's version number and exit\n -h, --help show this help message and exit\n -s SERVER, --server=SERVER\n Specifies a server to connect to. Can be used multiple\n times. Defaults to '127.0.0.1:11211'.\n -z MAX_VALUE_SIZE, --max-value-size=MAX_VALUE_SIZE\n The maximum size (in bytes) of a value can be when\n performing a list or dump action. Zero or lower is\n interpreted as no limit. Defaults to 0.\n -d DELTA, --delta=DELTA\n The amount to change the value when using the incr or\n decr actions. Defaults to 1.\n -i, --ignore-case Ignore case distinctions in both the pattern and the\n items during the grep action.\n -v, --invert-match Inverts the sense of matching, to select non-matching\n items during the grep action.\n\n Output Format:\n list:\n |||\n\n dump, grep:\n |||\n \n\n get, set, incr, decr:\n |\n \n\n delete:\n |\n\n flush:\n \n\n stats:\n ||\n\n\nLicense\n=======\n\nmemcacheinspector is released under the `MIT License`_. See the LICENSE file for full text of the license.\n\n\nReference\n=========\n\n_`Home`: http://bitbucket.org/jayclassless/memcacheinspector/\n\n_`Python`: http://www.python.org/\n\n_`Memcached`: http://memcached.org/\n\n_`pip`: http://pip.openplans.org/\n\n_`SensePost Blog`: http://www.sensepost.com/blog/4873.html\n\n_`MIT License`: http://www.opensource.org/licenses/mit-license.php", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/jayclassless/memcacheinspector", "keywords": "memcache memcached inspector list dump search grep", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "memcacheinspector", "package_url": "https://pypi.org/project/memcacheinspector/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/memcacheinspector/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/jayclassless/memcacheinspector" }, "release_url": "https://pypi.org/project/memcacheinspector/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Memcache Inspection Module and Command-Line Utility", "version": "0.2.0" }, "last_serial": 794682, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "284858a352468863bbd9517a75cf82ba", "sha256": "30c8ce1ba93ab96197ef64d77d7366e980a35422c0472e61828432d823580394" }, "downloads": -1, "filename": "memcacheinspector-0.1.0.tar.gz", "has_sig": false, "md5_digest": "284858a352468863bbd9517a75cf82ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5814, "upload_time": "2010-08-15T00:17:08", "url": "https://files.pythonhosted.org/packages/b8/e9/37fff9a0521e1e52c925087cb05d30d2f2ed091757a94f5196caeb25e1a8/memcacheinspector-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "a5858f78e6529aa6bdd97d9f9a202bf9", "sha256": "dcee899cb38f1430c34e25576d5970d097160b7fd72e3a3f0359a4b18da0b3a6" }, "downloads": -1, "filename": "memcacheinspector-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a5858f78e6529aa6bdd97d9f9a202bf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6258, "upload_time": "2010-08-15T19:11:06", "url": "https://files.pythonhosted.org/packages/17/39/d2ebc50f6af713464eadde171b73685a80895214e4abc2c7297488bc37a6/memcacheinspector-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a5858f78e6529aa6bdd97d9f9a202bf9", "sha256": "dcee899cb38f1430c34e25576d5970d097160b7fd72e3a3f0359a4b18da0b3a6" }, "downloads": -1, "filename": "memcacheinspector-0.2.0.tar.gz", "has_sig": false, "md5_digest": "a5858f78e6529aa6bdd97d9f9a202bf9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6258, "upload_time": "2010-08-15T19:11:06", "url": "https://files.pythonhosted.org/packages/17/39/d2ebc50f6af713464eadde171b73685a80895214e4abc2c7297488bc37a6/memcacheinspector-0.2.0.tar.gz" } ] }