{ "info": { "author": "Mikko Hellsing", "author_email": "mikko@aino.se", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-tls\n==========\nStores the current request in `Thread Local Storage`_ using `Werkzeug`_.\n\nInstallation::\n\n pip install django-tls\n\nConfiguration::\n\n # settings.py\n MIDDLEWARE_CLASSES = (\n 'tls.TLSRequestMiddleware',\n ...\n )\n\nUsage::\n \n from tls import request\n # do something dangerous and useful with current request object\n\nWorried about security? then read this `thread`_.\n\n\n.. _Thread Local Storage: http://en.wikipedia.org/wiki/Thread-local_storage\n.. _Werkzeug: http://werkzeug.pocoo.org/\n.. _thread: http://groups.google.com/group/django-users/browse_thread/thread/e7af359d7d183e04", "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/aino/django-tls", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-tls", "package_url": "https://pypi.org/project/django-tls/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-tls/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/aino/django-tls" }, "release_url": "https://pypi.org/project/django-tls/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Stores the current request in Thread Local Storage using Werkzeug", "version": "0.0.2" }, "last_serial": 4528469, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e62a9a8ba419ff9ba4eba4cdb14971bd", "sha256": "79841471afc4bcc767cd9da1365def9f21f596f7989ecbab25585b30c72500a7" }, "downloads": -1, "filename": "django-tls-0.0.1.tar.gz", "has_sig": false, "md5_digest": "e62a9a8ba419ff9ba4eba4cdb14971bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2608, "upload_time": "2011-05-02T13:01:35", "url": "https://files.pythonhosted.org/packages/1f/5b/3ce67febd39aaef8a16a674afb6d144be99d00eb71c71c9489a0236f5350/django-tls-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "a8fab88beda91913b31ea515bdb25f36", "sha256": "0c14325b630e60a423ef0e3ebd5ebeb78b6cf4e8896540b8d144e40ed3fc0242" }, "downloads": -1, "filename": "django-tls-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a8fab88beda91913b31ea515bdb25f36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2567, "upload_time": "2011-05-02T23:04:23", "url": "https://files.pythonhosted.org/packages/82/e7/2c21bf70fd9760efc1d2ad3316bba55ec0ed63c3b9b6e45da65bbf2342b0/django-tls-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8fab88beda91913b31ea515bdb25f36", "sha256": "0c14325b630e60a423ef0e3ebd5ebeb78b6cf4e8896540b8d144e40ed3fc0242" }, "downloads": -1, "filename": "django-tls-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a8fab88beda91913b31ea515bdb25f36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2567, "upload_time": "2011-05-02T23:04:23", "url": "https://files.pythonhosted.org/packages/82/e7/2c21bf70fd9760efc1d2ad3316bba55ec0ed63c3b9b6e45da65bbf2342b0/django-tls-0.0.2.tar.gz" } ] }