{ "info": { "author": "Zope Foundation and Contributors", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 7 - Inactive", "Environment :: Web Environment", "Framework :: ZODB", "Framework :: Zope", "Framework :: Zope :: 4", "Intended Audience :: Developers", "License :: OSI Approved", "License :: OSI Approved :: Zope Public License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Session" ], "description": "Overview\n========\n\nA storage implementation which uses RAM to persist objects, much like\nMappingStorage. Unlike MappingStorage, it needs not be packed to get rid of\nnon-cyclic garbage and it does rudimentary conflict resolution. This is a\nripoff of Jim's Packless bsddb3 storage.\n\n**Please note: Usage of this package is deprecated, as it is known to randomly lose data, especially with Zope 4.**\n\nFor a detailed discussion see `#8 `_ as well as `#12 `_\n\nTo replace server-side sessions, cookies are probably your best bet, as these also get rid of any denial of service problems that server side sessions are vulnerable to.\n\nIf you need server side storage of sessions, consider using a normal store rather than tempstorage for your session data.\nFor details and suggestions see `this discussion in the pull request `_ as well as the discussion in the aforementioned bug reports as well as `the discussion in Zope about the removal of the generated configuration `_.\n\nChangelog\n=========\n\n5.1 (2019-08-15)\n----------------\n\n- Package is now officially deprecated as it was broken for many years. This \n was/ is common knowledge in the zope community, but was not documented \n anywhere and thus this package was still used by many community members \n without knowing this. See\n (`#8 `_)\n (`#12 `_)\n\n\n5.0 (2019-05-10)\n----------------\n\n- Update PyPy version.\n\n- Drop Python 3.4 support.\n\n- Add support for Python 3.7.\n\n- Avoid RuntimeError in _takeOutGarbage. See `issue 7\n `_.\n\n\n4.0.1 (2017-11-27)\n------------------\n- Raise POSKeyError instead of KeyError in loadBefore.\n\n\n4.0 - 2017-03-09\n----------------\n\n- Drop Python 3.3 compatibility, add Python 3.6 compatibility.\n\n- Require ZODB 5.0 or newer.\n\n- Use `storage._lock` as a context manager.\n\n- Declare PyPy compatibility.\n\n\n3.0 - 2016-04-03\n----------------\n\n- Python 3.3-3.5 compatibility.\n\n\n2.12.2 - 2012-10-14\n-------------------\n\n- Explicitly state distribution dependencies instead of re-using the\n ZODB test requirements.\n\n2.12.1 - 2010-09-29\n-------------------\n\n- Disabled ``check_tid_ordering_w_commit`` test from BasicStorage, as it uses\n invalid test data.\n\n\n2.12.0 - 2010-09-25\n-------------------\n\n- Require at least ZODB 3.9 and adjusted method signatures to disuse versions.\n\n- Expanded dependency on ZODB3 to include the test extra.\n\n\n2.11.3 - 2010-06-05\n-------------------\n\n- Approximate PEP8 compliance.\n\n- Split out the ZODB protocol tests from the tests specific to the module.\n Make the local tests use \"normal\" unittest conventions.\n\n- Comply with repository policy.\n\n- Clean imports, docstrings; add an instance-level hook for GC parms.\n\n- Fix a test failure due to never-unghostified root in second connection.\n\n\n2.11.2 - 2009-08-03\n-------------------\n\n- Added change log and readme.\n\n- Lauchpad #143736, #271395: fixed AttributeError' on _ltid in TempStorage\n\n\n2.11.1 - 2008-08-05\n-------------------\n\n- Initial release as a stand-alone package.\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/zopefoundation/tempstorage", "keywords": "zope,plone,zodb", "license": "ZPL 2.1", "maintainer": "", "maintainer_email": "", "name": "tempstorage", "package_url": "https://pypi.org/project/tempstorage/", "platform": "", "project_url": "https://pypi.org/project/tempstorage/", "project_urls": { "Homepage": "https://github.com/zopefoundation/tempstorage" }, "release_url": "https://pypi.org/project/tempstorage/5.1/", "requires_dist": [ "setuptools", "ZODB (>=5.0)", "zope.testing", "mock ; extra == 'test'", "zope.testrunner ; extra == 'test'" ], "requires_python": "", "summary": "A RAM-based storage for ZODB", "version": "5.1" }, "last_serial": 5680783, "releases": { "2.11.0b1": [ { "comment_text": "", "digests": { "md5": "4a23be54ddb1e6664f57e1df037f1e74", "sha256": "ad0b436448f81b0f8b15cc3fec898080e7ba5d1436a599da36189c27e82d30e6" }, "downloads": -1, "filename": "tempstorage-2.11.0b1.tar.gz", "has_sig": false, "md5_digest": "4a23be54ddb1e6664f57e1df037f1e74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7353, "upload_time": "2008-01-06T20:16:24", "url": "https://files.pythonhosted.org/packages/f9/d3/ad4e60cf4f5215cc227acf708ff8be9da9019fdc42f4fd3f983a5b1e7c15/tempstorage-2.11.0b1.tar.gz" } ], "2.11.1": [ { "comment_text": "", "digests": { "md5": "cd3b8ffbd6db86c5ef19a35ec82de98f", "sha256": "4ea30b06863f826fd409897d883f90ecb6a6633f7e92231886dbf4e0b435d109" }, "downloads": -1, "filename": "tempstorage-2.11.1.tar.gz", "has_sig": false, "md5_digest": "cd3b8ffbd6db86c5ef19a35ec82de98f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7405, "upload_time": "2008-08-05T14:18:14", "url": "https://files.pythonhosted.org/packages/73/21/2371c8e79855d040e5cf8f83d88f9cd099d2cb84f7498567ce01f5981c0d/tempstorage-2.11.1.tar.gz" } ], "2.11.2": [ { "comment_text": "", "digests": { "md5": "afe0276bea8ebae8399a1f703c5119b9", "sha256": "386967cf229f3c897e707a0e70e67d43465981870820f6290319e459c6f97800" }, "downloads": -1, "filename": "tempstorage-2.11.2.zip", "has_sig": true, "md5_digest": "afe0276bea8ebae8399a1f703c5119b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12851, "upload_time": "2009-08-03T19:42:35", "url": "https://files.pythonhosted.org/packages/1f/e1/e1f66fada44b2097c03794a0ddeb0c12d2b600cc5f40410089e862267afb/tempstorage-2.11.2.zip" } ], "2.11.3": [ { "comment_text": "", "digests": { "md5": "f735efb7d70a66bb7b771a141f19fd35", "sha256": "bafa37969ea586c07d413369fa3c956f04f349c183bcce15d42d7c8d10ba7e53" }, "downloads": -1, "filename": "tempstorage-2.11.3.zip", "has_sig": false, "md5_digest": "f735efb7d70a66bb7b771a141f19fd35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16450, "upload_time": "2010-06-05T15:29:58", "url": "https://files.pythonhosted.org/packages/e6/d9/b37b374fe73b88fbb223090ea25c7e6aa2bc0fdc39e70e8aadf58ec9bcce/tempstorage-2.11.3.zip" } ], "2.12.0": [ { "comment_text": "", "digests": { "md5": "da2264b0180a6e4c2db5b92e8468726c", "sha256": "f9abeb4c059cefd622562ae55c1de37c5b3ab7eff9dbe8d6dcbcb91a1a099af9" }, "downloads": -1, "filename": "tempstorage-2.12.0.zip", "has_sig": false, "md5_digest": "da2264b0180a6e4c2db5b92e8468726c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16528, "upload_time": "2010-09-25T17:08:33", "url": "https://files.pythonhosted.org/packages/aa/f1/853805a90ea02fff682a8a7b19e7e38f9104bfd38d84a1764493ab1ea36b/tempstorage-2.12.0.zip" } ], "2.12.1": [ { "comment_text": "", "digests": { "md5": "8389f6c9a653a0ee2b82138502e28487", "sha256": "66db7def378b9b87b9bd65d5e1754ce777ccdeb594915614dcdfa8a2a1d2c023" }, "downloads": -1, "filename": "tempstorage-2.12.1.zip", "has_sig": false, "md5_digest": "8389f6c9a653a0ee2b82138502e28487", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16838, "upload_time": "2010-09-29T14:22:51", "url": "https://files.pythonhosted.org/packages/79/f1/59f7b77c29063076c48431a17fa1772ef6319d56947270ed6c5a68ec201d/tempstorage-2.12.1.zip" } ], "2.12.2": [ { "comment_text": "", "digests": { "md5": "7a2b76b39839e229249b1bb175604480", "sha256": "be5810936988f60f190dbc485134256b85f0906220a6a5be9036d94d7ebf57c4" }, "downloads": -1, "filename": "tempstorage-2.12.2.zip", "has_sig": false, "md5_digest": "7a2b76b39839e229249b1bb175604480", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17238, "upload_time": "2012-10-14T11:53:48", "url": "https://files.pythonhosted.org/packages/05/db/57768d06fe601210dd375ad15dc93013980cc1e4a3817f1034fd69d5a6ed/tempstorage-2.12.2.zip" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "e9549535b5b2c9f7e81fbc95b14cf7c8", "sha256": "f052409cf778f249e366922ca322950c2629f0fefb03d7a16f16673bcb868908" }, "downloads": -1, "filename": "tempstorage-3.0.zip", "has_sig": false, "md5_digest": "e9549535b5b2c9f7e81fbc95b14cf7c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15471, "upload_time": "2016-04-03T12:26:47", "url": "https://files.pythonhosted.org/packages/9b/6e/79cd4bae58329f6c0d15bb906300b474f9c3988bfa414a72f5a3dbdb02ae/tempstorage-3.0.zip" } ], "4.0": [ { "comment_text": "", "digests": { "md5": "afcccf9faf3d98e6e0a3e52f99caf4cc", "sha256": "0c9b9edfc118ecb8c010f171c5d39fc75cb98ae5d781a0e4ef4b2f88e65d785f" }, "downloads": -1, "filename": "tempstorage-4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "afcccf9faf3d98e6e0a3e52f99caf4cc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12968, "upload_time": "2017-05-28T20:17:42", "url": "https://files.pythonhosted.org/packages/a9/a5/6db47567afcf95092bc456e3e45681b6cae91835dc91259d3fb5f25e5413/tempstorage-4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3a74356fad94a65a891aa3c08b9f278b", "sha256": "bea0db88bf2bc46772cca4a66c967295b1974f29bae1ac4743a8eb105a2dba46" }, "downloads": -1, "filename": "tempstorage-4.0.tar.gz", "has_sig": true, "md5_digest": "3a74356fad94a65a891aa3c08b9f278b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10252, "upload_time": "2017-03-09T15:52:45", "url": "https://files.pythonhosted.org/packages/f7/8b/5a808edb1fd9858d52ef56b9f2ca44b6c5e62d053e5714bdf6dd890d12c4/tempstorage-4.0.tar.gz" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "6f2cc1c3f87559d5190d4f2aab6ebef7", "sha256": "cd4ada593a78f0d5ab16121c9aba050cd84a1df3ea50f36e7e547c44fee2d259" }, "downloads": -1, "filename": "tempstorage-4.0.1.tar.gz", "has_sig": false, "md5_digest": "6f2cc1c3f87559d5190d4f2aab6ebef7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9450, "upload_time": "2017-11-28T06:29:34", "url": "https://files.pythonhosted.org/packages/5d/72/20ecf490991a7127fc1a1ea2177fdb13553cbe5b7f21925e58ff7881749f/tempstorage-4.0.1.tar.gz" } ], "5.0": [ { "comment_text": "", "digests": { "md5": "4cbd91bf7c460eee332ca591ef6122b1", "sha256": "a7504c621435478968cafba5bb600c59151e6d5c881811380b3007ef97a34f28" }, "downloads": -1, "filename": "tempstorage-5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4cbd91bf7c460eee332ca591ef6122b1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12861, "upload_time": "2019-05-10T09:31:51", "url": "https://files.pythonhosted.org/packages/d3/36/3488f776b7974500e938192b1028a12094895c24cea2d87a238821382921/tempstorage-5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11ab865ca315c7fe9b25663777a896bd", "sha256": "6af39786e60aae14f067ffa3a393b236405a31964cec1dbc720201c159bf69ee" }, "downloads": -1, "filename": "tempstorage-5.0.tar.gz", "has_sig": false, "md5_digest": "11ab865ca315c7fe9b25663777a896bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10166, "upload_time": "2019-05-10T09:31:52", "url": "https://files.pythonhosted.org/packages/a6/81/197375b58066fe799b47fbe3eba4d9641cd6e71bdf929e162f04f3c5684c/tempstorage-5.0.tar.gz" } ], "5.1": [ { "comment_text": "", "digests": { "md5": "52fd11e6601e299ebb6e320c0e7b1428", "sha256": "2ab8f36ea57beafef361eb8bae5b4a72181e0a8360d616cb18370c912db72771" }, "downloads": -1, "filename": "tempstorage-5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "52fd11e6601e299ebb6e320c0e7b1428", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12992, "upload_time": "2019-08-15T06:21:38", "url": "https://files.pythonhosted.org/packages/48/3c/25644ba5665d4af5f4dfd238d11a192aa4f70f310e7c22ba1037a344bf81/tempstorage-5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "24426f92f82eddc7c05b053b77fa6b73", "sha256": "56bc0058ee15198c5cde7e19db1014360574132c49bed61e68ab6d9299c3fcba" }, "downloads": -1, "filename": "tempstorage-5.1.tar.gz", "has_sig": false, "md5_digest": "24426f92f82eddc7c05b053b77fa6b73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12711, "upload_time": "2019-08-15T06:21:40", "url": "https://files.pythonhosted.org/packages/b2/f3/f414805cb1943935e32f5629b4f6a0f86e1063e2dce5cbd940c57ea52321/tempstorage-5.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "52fd11e6601e299ebb6e320c0e7b1428", "sha256": "2ab8f36ea57beafef361eb8bae5b4a72181e0a8360d616cb18370c912db72771" }, "downloads": -1, "filename": "tempstorage-5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "52fd11e6601e299ebb6e320c0e7b1428", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12992, "upload_time": "2019-08-15T06:21:38", "url": "https://files.pythonhosted.org/packages/48/3c/25644ba5665d4af5f4dfd238d11a192aa4f70f310e7c22ba1037a344bf81/tempstorage-5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "24426f92f82eddc7c05b053b77fa6b73", "sha256": "56bc0058ee15198c5cde7e19db1014360574132c49bed61e68ab6d9299c3fcba" }, "downloads": -1, "filename": "tempstorage-5.1.tar.gz", "has_sig": false, "md5_digest": "24426f92f82eddc7c05b053b77fa6b73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12711, "upload_time": "2019-08-15T06:21:40", "url": "https://files.pythonhosted.org/packages/b2/f3/f414805cb1943935e32f5629b4f6a0f86e1063e2dce5cbd940c57ea52321/tempstorage-5.1.tar.gz" } ] }