{ "info": { "author": "Jes\u00fas Espino", "author_email": "jespinog@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "Django-Slowdown\n---------------\n\nUltra simple slowdown middleware for django (Add a time.sleep(settings.SLOWDOWN / 1000) in a middleware).\n\nInstall\n=======\n\n.. code-block::\n\n pip install django-slowdown\n\nUsage\n=====\n\nAdd your settings file the Slowdown middleware and the SLOWDOWN setting\nvariable (the default value is 1000 miliseconds).\n\n.. code-block::\n\n MIDDLEWARE_CLASSES += [\"slowdown.middleware.SlowDownMiddleware\"]\n SLOWDOWN = 3000\n", "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/jespino/django-slowdown", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-slowdown", "package_url": "https://pypi.org/project/django-slowdown/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-slowdown/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jespino/django-slowdown" }, "release_url": "https://pypi.org/project/django-slowdown/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple middleware to slow the django response.", "version": "0.0.1" }, "last_serial": 1206560, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a9573d09d60f17fe1fc0e12192bc8988", "sha256": "333b97dc5596173fef8c0d92269068c247f19fe39650999528f5daccf5498445" }, "downloads": -1, "filename": "django-slowdown-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a9573d09d60f17fe1fc0e12192bc8988", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2451, "upload_time": "2014-08-29T13:46:42", "url": "https://files.pythonhosted.org/packages/23/cb/7ba2a27ca42b10a28cf640289e65dc5e9d190d9473f5f20202b23d2a15b5/django-slowdown-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a9573d09d60f17fe1fc0e12192bc8988", "sha256": "333b97dc5596173fef8c0d92269068c247f19fe39650999528f5daccf5498445" }, "downloads": -1, "filename": "django-slowdown-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a9573d09d60f17fe1fc0e12192bc8988", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2451, "upload_time": "2014-08-29T13:46:42", "url": "https://files.pythonhosted.org/packages/23/cb/7ba2a27ca42b10a28cf640289e65dc5e9d190d9473f5f20202b23d2a15b5/django-slowdown-0.0.1.tar.gz" } ] }