{ "info": { "author": "Chris Streeter", "author_email": "chris@chrisstreeter.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Django Statsd Patches\n=====================\n\nThese patches are designed to be used with django-statsd-mozilla_.\n\nInstallation\n------------\n\nFrom pypi::\n\n pip install django-statsd-patches\n\nThis should install the requirement of django-statsd-mozilla_, but if not,\nyou can install that with::\n\n pip install django-statsd-mozilla\n\n\nUsage\n-----\n\nThe monkeypatches need to be installed to work. To get them installed,\nadd the following to your `settings.py`::\n\n STATSD_PATCHES = [\n 'django_statsd_patches.patches.template',\n 'django_statsd_patches.patches.redis_timing',\n ]\n\nBy default both the `template` and `redis_timing` patches sample every\ncall. To add sampling to the calls, define one or both of the following\nsettings in your `settings.py`::\n\n\n STATSD_REDIS_SAMPLE_RATE = 0.5\n STATSD_TEMPLATE_SAMPLE_RATE = 0.25\n\nThen you'll get sampling of the calls.\n\n\nChanges\n-------\n\n0.0.3:\n\n- Updated setup.py\n\n0.0.2:\n\n- Added `STATSD_REDIS_SAMPLE_RATE` and `STATSD_TEMPLATE_SAMPLE_RATE`\n- Changed redis statsd keys\n\n0.0.1:\n\n- First version\n\nLicense\n-------\n\nUses the `MIT`_ license.\n\n\n.. _django-statsd-mozilla: https://github.com/andymckay/django-statsd\n.. _MIT: http://opensource.org/licenses/MIT", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/streeter/django-statsd-patches", "keywords": null, "license": "Copyright (c) 2013 Chris Streeter\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.", "maintainer": null, "maintainer_email": null, "name": "django-statsd-patches", "package_url": "https://pypi.org/project/django-statsd-patches/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-statsd-patches/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/streeter/django-statsd-patches" }, "release_url": "https://pypi.org/project/django-statsd-patches/0.0.6/", "requires_dist": null, "requires_python": null, "summary": "Patch and time some additional django libraries", "version": "0.0.6" }, "last_serial": 1555681, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "fd0ced31c7d952670b82caf70d5a57a8", "sha256": "d7dbfdd6649952a4d184f844692090affc160537c4fd50065d30d957d72c083f" }, "downloads": -1, "filename": "django-statsd-patches-0.0.1.tar.gz", "has_sig": false, "md5_digest": "fd0ced31c7d952670b82caf70d5a57a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2324, "upload_time": "2012-09-13T03:34:26", "url": "https://files.pythonhosted.org/packages/95/96/c0fe40bc6c98d00d47246656e5643a319023f244f18c040c07c097ec880b/django-statsd-patches-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "55d5f51b24c2a7bc473ab04cebc72660", "sha256": "47ce9c9f4e40adb4eba86f187edfa07607770d38f5131760bd9e5cb8553de6ad" }, "downloads": -1, "filename": "django-statsd-patches-0.0.2.tar.gz", "has_sig": false, "md5_digest": "55d5f51b24c2a7bc473ab04cebc72660", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2684, "upload_time": "2012-09-13T18:01:32", "url": "https://files.pythonhosted.org/packages/38/1f/9aff30ba1d7079c8dae8542ed59ac5818b7b41a19315d80e636e7e469586/django-statsd-patches-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "a5dc5e0875fe96709628045e3c542338", "sha256": "e072c7508f31f9d37215797cfadbb010b6a68ed9c4bf57eba1a41ee331bcebe7" }, "downloads": -1, "filename": "django-statsd-patches-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a5dc5e0875fe96709628045e3c542338", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3513, "upload_time": "2013-01-16T17:21:07", "url": "https://files.pythonhosted.org/packages/75/58/fbb0ee79d803bf34eb4b9f93e44038291c47380b1cadd562df58a752c4e6/django-statsd-patches-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "6c1eb83b45778b0c1e842515f88608f5", "sha256": "a9dff24593f18435d06c8dfd8985e8ae12534002a31613fc13066a98f22df4cc" }, "downloads": -1, "filename": "django-statsd-patches-0.0.4.tar.gz", "has_sig": false, "md5_digest": "6c1eb83b45778b0c1e842515f88608f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3685, "upload_time": "2013-03-19T23:22:09", "url": "https://files.pythonhosted.org/packages/ac/da/46fe910a6a84765c8f0e4eb3510cbfa4dfaa54cf5d81b06a20ed6f64e1f2/django-statsd-patches-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "86550d5641137fc1479f13c429849b5f", "sha256": "cc3a19067e73f61d18969d6396c3f53216eaa9af03f3f9d0bd4eccb445b0565f" }, "downloads": -1, "filename": "django-statsd-patches-0.0.5.tar.gz", "has_sig": false, "md5_digest": "86550d5641137fc1479f13c429849b5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3672, "upload_time": "2015-05-20T19:06:38", "url": "https://files.pythonhosted.org/packages/31/98/14119819a68681a534eb85c7d9f3bc06f80bb302753ece6166193312938e/django-statsd-patches-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "a8b5dec16304bfc73db102796be66ded", "sha256": "a7bf83b2647acc67df38541221bd1e646889926e1e27d931466529524a236093" }, "downloads": -1, "filename": "django-statsd-patches-0.0.6.tar.gz", "has_sig": false, "md5_digest": "a8b5dec16304bfc73db102796be66ded", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3732, "upload_time": "2015-05-20T21:51:37", "url": "https://files.pythonhosted.org/packages/63/2a/d0d4caaaace26c843cca1934eca357d1103ec220460a51899b28c795de9e/django-statsd-patches-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8b5dec16304bfc73db102796be66ded", "sha256": "a7bf83b2647acc67df38541221bd1e646889926e1e27d931466529524a236093" }, "downloads": -1, "filename": "django-statsd-patches-0.0.6.tar.gz", "has_sig": false, "md5_digest": "a8b5dec16304bfc73db102796be66ded", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3732, "upload_time": "2015-05-20T21:51:37", "url": "https://files.pythonhosted.org/packages/63/2a/d0d4caaaace26c843cca1934eca357d1103ec220460a51899b28c795de9e/django-statsd-patches-0.0.6.tar.gz" } ] }