{ "info": { "author": "Andrea de Marco", "author_email": "andrea.demarco@buongiorno.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries" ], "description": "================\nDjango Stopwatch\n================\n\napi metrics collector middleware for django\n\n.. image:: https://api.travis-ci.org/z4r/django-stopwatch.png?branch=master\n :target: http://travis-ci.org/z4r/django-stopwatch\n\n.. image:: https://coveralls.io/repos/z4r/django-stopwatch/badge.png?branch=master\n :target: https://coveralls.io/r/z4r/django-stopwatch\n\nThis package provides a django middleware to collect API metrics.\n\n\n.. contents::\n :local:\n\n.. _installation:\n\nInstallation\n============\n::\n\n $ pip install django-stopwatch\n\n\n.. _usage:\n\nUsage\n=====\n::\n\n MIDDLEWARE_CLASSES += (\n 'stopwatch.middleware.StopWatchMiddleware',\n )\n\n.. _keybuilder:\n\nConfiguration and Default\n=========================\n\n::\n\n STOPWATCH_KEYBUILDER = 'stopwatch.keybuilders.RestApiKeyBuilder'\n STOPWATCH_BACKENDS = (\n 'stopwatch.backends.StatsDStopWatchBackend',\n )\n STOPWATCH_STATSD_PREFIX = stopwatch\n STOPWATCH_STATSD_HOST = None\n STOPWATCH_STATSD_PORT = None\n\n.. _license:\n\nLicense\n=======\n\nThis software is licensed under the ``Apache License 2.0``. See the ``LICENSE``\nfile in the top distribution directory for the full license text.", "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/z4r/django-stopwatch", "keywords": null, "license": "Apache License 2.0", "maintainer": null, "maintainer_email": null, "name": "django-stopwatch", "package_url": "https://pypi.org/project/django-stopwatch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-stopwatch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/z4r/django-stopwatch" }, "release_url": "https://pypi.org/project/django-stopwatch/0.2/", "requires_dist": null, "requires_python": null, "summary": "Django Stopwatch", "version": "0.2" }, "last_serial": 790775, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6bf8f9bc57cd940b878de3db60b99a56", "sha256": "780fc466a49ad831e6306228cfd1addfa38f385daf3cced138bd2617485ecfcf" }, "downloads": -1, "filename": "django-stopwatch-0.1.tar.gz", "has_sig": false, "md5_digest": "6bf8f9bc57cd940b878de3db60b99a56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4820, "upload_time": "2013-03-28T10:01:58", "url": "https://files.pythonhosted.org/packages/3c/57/182acd8889ca3ddb4507857ed21c42dbf5c30d78f5b52caec5dd72c39a21/django-stopwatch-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "6d7ee75d7c57fa2600c6cb565ee6278f", "sha256": "da3d3986be8c731fd2de94ff8e4c2381836cea46975b3c8bb643da5c9e647662" }, "downloads": -1, "filename": "django-stopwatch-0.2.tar.gz", "has_sig": false, "md5_digest": "6d7ee75d7c57fa2600c6cb565ee6278f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4567, "upload_time": "2013-04-10T09:23:52", "url": "https://files.pythonhosted.org/packages/a3/85/cab165687a42c228f448d4a75352ee480287ee02c0817494df289eea1bee/django-stopwatch-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d7ee75d7c57fa2600c6cb565ee6278f", "sha256": "da3d3986be8c731fd2de94ff8e4c2381836cea46975b3c8bb643da5c9e647662" }, "downloads": -1, "filename": "django-stopwatch-0.2.tar.gz", "has_sig": false, "md5_digest": "6d7ee75d7c57fa2600c6cb565ee6278f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4567, "upload_time": "2013-04-10T09:23:52", "url": "https://files.pythonhosted.org/packages/a3/85/cab165687a42c228f448d4a75352ee480287ee02c0817494df289eea1bee/django-stopwatch-0.2.tar.gz" } ] }