{ "info": { "author": "Ross McFarland", "author_email": "rwmcfa1@neces.com", "bugtrack_url": null, "classifiers": [], "description": "======================\nMemcache Debug Toolbar\n======================\n\nThe Memcache Debug Toolbar is an add-on for Django Debug Toolbar for tracking\nmemcached usage. It currently supports both the ``pylibmc`` and ``memcache`` libraries.\n\nThis is definitely beta software, but I've found it useful in work and personal\nprojects. Feedback welcome, patches appreciated. - Ross McFarland\n\nInstallation\n============\n\n#. Install and configure `Django Debug Toolbar `_.\n\n#. Add the ``memcache_toolbar`` app to your ``INSTALLED_APPS``.\n\n#. Import the panel corresponding to the library you're using.\n\n The following must be imported in your ``settings.py`` file so that it has a\n chance to replace the caching library with one capable of tracking. You'll\n probably want to import it in ``local_settings.py`` (if you use the pattern) or\n at least wrap the import line in ``if DEBUG``:\n\n For ``memcache``::\n\n\timport memcache_toolbar.panels.memcache\n\n For ``pylibmc``::\n\n\timport memcache_toolbar.panels.pylibmc\n\nConfiguration\n=============\n\n#. Add the ``memcache`` or ``pylibmc`` panel to ``DEBUG_TOOLBAR_PANELS``.\n\n You'll need to add the panel corresponding to the library you'll be using to\n the list of debug toolbar's panels in the order in which you'd like it to\n appear::\n\n\tDEBUG_TOOLBAR_PANELS = (\n ...\n\t 'memcache_toolbar.panels.memcache.MemcachePanel',\n\t # if you use pylibmc you'd include its panel instead\n\t # 'memcache_toolbar.panels.pylibmc.PylibmcPanel',\n\t)\n", "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/ross/memcache-debug-panel", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "memcache_toolbar", "package_url": "https://pypi.org/project/memcache_toolbar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/memcache_toolbar/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ross/memcache-debug-panel" }, "release_url": "https://pypi.org/project/memcache_toolbar/0.5.6/", "requires_dist": null, "requires_python": null, "summary": "Add-on for Django Debug Toolbar for tracking memcached usage", "version": "0.5.6" }, "last_serial": 1157860, "releases": { "0.5.2": [ { "comment_text": "", "digests": { "md5": "314e00bba89658adef45219fb4275476", "sha256": "f25277d2457f52d028fa57a59a59747113881d8266887ce8ac0f077836c55a4c" }, "downloads": -1, "filename": "memcache_toolbar-0.5.2.tar.gz", "has_sig": false, "md5_digest": "314e00bba89658adef45219fb4275476", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6017, "upload_time": "2014-06-09T23:39:18", "url": "https://files.pythonhosted.org/packages/f0/5e/92406d616bdf6fc8171376b05234b60ee72282e3f99f582676d23af42044/memcache_toolbar-0.5.2.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "a6aaccea7207d46c48b67aae9b69c8ed", "sha256": "ba431f1792304f7e7f19d0629732ec9f48048c0e670f68ff668afa9fa6ea3181" }, "downloads": -1, "filename": "memcache_toolbar-0.5.5.tar.gz", "has_sig": false, "md5_digest": "a6aaccea7207d46c48b67aae9b69c8ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5769, "upload_time": "2014-06-09T23:41:18", "url": "https://files.pythonhosted.org/packages/83/b4/99dd6e4ee4449799e56e7dfefa31da70cc45d71b56d89a37818036519ca4/memcache_toolbar-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "35d8c45cbee0d5138b1d2c04ebc187e2", "sha256": "d4375e6d3f9fd4c4b3ec4775f88bb371087190f4a1447aeb17e6eeee89e61cfd" }, "downloads": -1, "filename": "memcache_toolbar-0.5.6.tar.gz", "has_sig": false, "md5_digest": "35d8c45cbee0d5138b1d2c04ebc187e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5793, "upload_time": "2014-07-15T00:42:57", "url": "https://files.pythonhosted.org/packages/d6/53/ea3b879bb261e8baaee42b779f6e7090b55266a5d3d9c841184403240056/memcache_toolbar-0.5.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "35d8c45cbee0d5138b1d2c04ebc187e2", "sha256": "d4375e6d3f9fd4c4b3ec4775f88bb371087190f4a1447aeb17e6eeee89e61cfd" }, "downloads": -1, "filename": "memcache_toolbar-0.5.6.tar.gz", "has_sig": false, "md5_digest": "35d8c45cbee0d5138b1d2c04ebc187e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5793, "upload_time": "2014-07-15T00:42:57", "url": "https://files.pythonhosted.org/packages/d6/53/ea3b879bb261e8baaee42b779f6e7090b55266a5d3d9c841184403240056/memcache_toolbar-0.5.6.tar.gz" } ] }