{ "info": { "author": "Grigory Mishchenko", "author_email": "grishkokot@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django :: 1.11", "Framework :: Django :: 2.0", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Django request vars\n===================\n.. image:: https://travis-ci.org/kindlycat/django-request-vars.svg?branch=master\n :target: https://travis-ci.org/kindlycat/django-request-vars\n.. image:: https://coveralls.io/repos/github/kindlycat/django-request-vars/badge.svg?branch=master\n :target: https://coveralls.io/github/kindlycat/django-request-vars?branch=master\n.. image:: https://readthedocs.org/projects/django-request-vars/badge/?version=latest\n :target: http://django-request-vars.readthedocs.io/en/latest/?badge=latest\n.. image:: https://img.shields.io/pypi/v/django-request-vars.svg\n :target: https://pypi.org/project/django-request-vars/\n.. image:: https://img.shields.io/pypi/pyversions/django-request-vars.svg\n :target: https://pypi.org/project/django-request-vars\n.. image:: https://img.shields.io/badge/django-%3E%3D1.11-green.svg\n :target: https://pypi.org/project/django-request-vars\n.. image:: https://img.shields.io/gitter/room/nwjs/nw.js.svg\n :target: https://gitter.im/django-request-vars/Lobby\n\nApplication that stores current request, user and your defined data in thread\nlocal variable.\n\nFull documentation on `read the docs`_.\n\nInstallation\n------------\nInstall using pip:\n\n.. code-block:: sh\n\n $ pip install django-request-vars\n\nAdd to installed apps:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'request_vars',\n ...\n )\n\nAdd middleware:\n\n.. code-block:: python\n\n MIDDLEWARE = [\n ...\n 'request_vars.middleware.RequestVarsMiddleware',\n ...\n ]\n\n\n.. _`read the docs`: https://django-request-vars.readthedocs.io/en/master/\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kindlycat/django-request-vars/", "keywords": "django,thread,variable,request,user,cache,middleware", "license": "", "maintainer": "", "maintainer_email": "", "name": "django-request-vars", "package_url": "https://pypi.org/project/django-request-vars/", "platform": "", "project_url": "https://pypi.org/project/django-request-vars/", "project_urls": { "Homepage": "https://github.com/kindlycat/django-request-vars/" }, "release_url": "https://pypi.org/project/django-request-vars/1.0.1/", "requires_dist": [ "Django (>=1.11)" ], "requires_python": "", "summary": "Stores current request, user and your defined data in thread local variable.", "version": "1.0.1" }, "last_serial": 3871231, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "77d06ba31dea6f22fefbd65b1873099a", "sha256": "ad485d82c6ef56094d18c6278903687159e9c26ddd17fe9408795ead00aeaaaf" }, "downloads": -1, "filename": "django_request_vars-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "77d06ba31dea6f22fefbd65b1873099a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4314, "upload_time": "2018-05-13T20:33:41", "url": "https://files.pythonhosted.org/packages/99/ab/08dcfffc98da8df4878cbf9242f90bf9368571841145ca22eb9b0797a3da/django_request_vars-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "54c9cacc8ec2fa84132d47882973e9f8", "sha256": "fe920fdd9df4c95ca96856167c81928ed07f290dcbb7ec13b44e2ac8cc9f08f7" }, "downloads": -1, "filename": "django-request-vars-1.0.0.tar.gz", "has_sig": false, "md5_digest": "54c9cacc8ec2fa84132d47882973e9f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2833, "upload_time": "2018-05-13T20:33:42", "url": "https://files.pythonhosted.org/packages/87/15/6080a8c3f2365928ff6746d8c1c454dd730d4957246dff8ddfbd1020bd5b/django-request-vars-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "cb790534020f68b1c7ad6796ef03b5a3", "sha256": "2bda24d43eaca0d75989e09a48a2536cd47690413570f4b9c1982e78e332a37e" }, "downloads": -1, "filename": "django_request_vars-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cb790534020f68b1c7ad6796ef03b5a3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4736, "upload_time": "2018-05-17T07:03:29", "url": "https://files.pythonhosted.org/packages/1e/91/fc4380760299b4015b346c914dab03a2d5e30f2ec332499b2647a0509613/django_request_vars-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10c5977162335b33eee244bff912144e", "sha256": "6aacf2656056bc1b1c997061c59055bb0116c98e0547641d1955e0a4432d17c1" }, "downloads": -1, "filename": "django-request-vars-1.0.1.tar.gz", "has_sig": false, "md5_digest": "10c5977162335b33eee244bff912144e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3388, "upload_time": "2018-05-17T07:03:31", "url": "https://files.pythonhosted.org/packages/64/81/ae74cf4bb2e0ac8fb4cb1a07daedf410f54f4196c61de13d2b54c0e1b5e9/django-request-vars-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cb790534020f68b1c7ad6796ef03b5a3", "sha256": "2bda24d43eaca0d75989e09a48a2536cd47690413570f4b9c1982e78e332a37e" }, "downloads": -1, "filename": "django_request_vars-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cb790534020f68b1c7ad6796ef03b5a3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4736, "upload_time": "2018-05-17T07:03:29", "url": "https://files.pythonhosted.org/packages/1e/91/fc4380760299b4015b346c914dab03a2d5e30f2ec332499b2647a0509613/django_request_vars-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10c5977162335b33eee244bff912144e", "sha256": "6aacf2656056bc1b1c997061c59055bb0116c98e0547641d1955e0a4432d17c1" }, "downloads": -1, "filename": "django-request-vars-1.0.1.tar.gz", "has_sig": false, "md5_digest": "10c5977162335b33eee244bff912144e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3388, "upload_time": "2018-05-17T07:03:31", "url": "https://files.pythonhosted.org/packages/64/81/ae74cf4bb2e0ac8fb4cb1a07daedf410f54f4196c61de13d2b54c0e1b5e9/django-request-vars-1.0.1.tar.gz" } ] }