{ "info": { "author": "Cody Soyland, Se\u00e1n Hayes, Tore Birkeland, Nick Presta", "author_email": "opensource@waveapps.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP" ], "description": "======================\ndj-inmemorystorage\n======================\n\n.. image:: https://travis-ci.org/waveaccounting/dj-inmemorystorage.png?branch=master\n :target: https://travis-ci.org/waveaccounting/dj-inmemorystorage\n\nAn in-memory data storage backend for Django.\n\nCompatible with Django's `storage API `_.\n\n==================\nSupported Versions\n==================\n\nPython 2.6/2.7 with Django 1.4+\nPython 3.2/3.3/3.4 with Django 1.5+\nPython 3.5/3.6 with Django 1.7+\n\n=====\nUsage\n=====\n\nIn your test settings file, add\n\n.. code:: python\n\n DEFAULT_FILE_STORAGE = 'inmemorystorage.InMemoryStorage'\n\nBy default, the ``InMemoryStorage`` backend is non-persistant, meaning that\nwrites to it from one section of your code will not be present when reading\nfrom another section of your code, unless both are sharing the same instance of\nthe storage backend.\n\nIf you need your storage to persist, you can add the following to your settings.\n\n.. code:: python\n\n INMEMORYSTORAGE_PERSIST = True\n\n===========\nDifferences\n===========\n\nThis library is based on `django-inmemorystorage `_ by Cody Soyland,\nwith `modifications `_ made by Se\u00e1n Hayes with support for the ``url`` method,\nwith `additional support `_ from Tore Birkeland for writing to the file.\n\nWave's modifications include packaging, and test modifications such that ``python setup.py test`` works. This version\nalso bumps the version to ``1.0.0`` and renames it to dj-inmemorystorage such that it doesn't conflict on PyPI.\n\nThe biggest difference is that this package works with Django 1.4 now (previously only 1.5+).\nIt also supports Python 2.6/2.7 with Django 1.4+, Python 3.2/3.3/3.4 with Django 1.5+ and Python 3.5/3.6 with Django 1.7+.\n\n============\nContributing\n============\n\n1. Ensure that you open a pull request\n2. All feature additions/bug fixes MUST include tests\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/waveaccounting/dj-inmemorystorage", "keywords": "", "license": "Copyright (c) 2013, Cody Soyland, Se\u00e1n Hayes, Tore Birkeland, Wave Accounting Inc.\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n * Neither the name of dj-inmemorystorage nor the\n names of its contributors may be used to endorse or promote products\n derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL CODY SOYLAND BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n", "maintainer": "", "maintainer_email": "", "name": "dj-inmemorystorage", "package_url": "https://pypi.org/project/dj-inmemorystorage/", "platform": "", "project_url": "https://pypi.org/project/dj-inmemorystorage/", "project_urls": { "Homepage": "https://github.com/waveaccounting/dj-inmemorystorage" }, "release_url": "https://pypi.org/project/dj-inmemorystorage/1.4.1/", "requires_dist": null, "requires_python": "", "summary": "A non-persistent in-memory data storage backend for Django.", "version": "1.4.1" }, "last_serial": 2811430, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "c0aed709cfea0d6f1fb79542549795ae", "sha256": "985487c3b6c688486f9a306860b089a6ec631a140ce8fdff063bdef280061b64" }, "downloads": -1, "filename": "dj_inmemorystorage-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c0aed709cfea0d6f1fb79542549795ae", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7449, "upload_time": "2013-12-09T21:47:40", "url": "https://files.pythonhosted.org/packages/cd/8c/400676d9ade1f375630a4fbfbe06cbd52cbf2a3bb6c7ba35ea4b73928e05/dj_inmemorystorage-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "29f172b5e388358c5854b27d7fcf7207", "sha256": "cf446919877e869c0a562b163b856d7f777ea6c74b1a21eb52f2067b6f81f1cd" }, "downloads": -1, "filename": "dj-inmemorystorage-1.0.0.tar.gz", "has_sig": false, "md5_digest": "29f172b5e388358c5854b27d7fcf7207", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5133, "upload_time": "2013-12-09T21:47:48", "url": "https://files.pythonhosted.org/packages/28/95/12a89a489782e85dc7217d147523a08a7f0dd72fd9411721253a1aeb1923/dj-inmemorystorage-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6cb8fa139e62cff47c124e0ffe65b6f6", "sha256": "ed33b8c9734061388a6dae6be5e8a18fba729da8d7c4be52f0b2738330ca9298" }, "downloads": -1, "filename": "dj_inmemorystorage-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6cb8fa139e62cff47c124e0ffe65b6f6", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7449, "upload_time": "2013-12-09T22:22:07", "url": "https://files.pythonhosted.org/packages/d9/c1/e2bee76317e36c135814521f2283b4cf4a9d7f640f43650e23561953ac3f/dj_inmemorystorage-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1dd8479a228b3b1c6e45422f45a72eab", "sha256": "fef395c64328d41c8a409e280f3feacbdb1c03dba3a3eb87a48f3d3d53d9fc2b" }, "downloads": -1, "filename": "dj-inmemorystorage-1.0.1.tar.gz", "has_sig": false, "md5_digest": "1dd8479a228b3b1c6e45422f45a72eab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5107, "upload_time": "2013-12-09T22:22:12", "url": "https://files.pythonhosted.org/packages/a7/4c/f3b97018ab964a74ab1a9f3af4cb1405f64c231764e20ff9451a8510b6ee/dj-inmemorystorage-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "64f9cf5d617b4d08e6b506036690332e", "sha256": "1243406503b743bd532791a4e5c58bfc25173eb7a7f61f3213d69be4b86e4aa9" }, "downloads": -1, "filename": "dj_inmemorystorage-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "64f9cf5d617b4d08e6b506036690332e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7494, "upload_time": "2014-03-03T13:53:40", "url": "https://files.pythonhosted.org/packages/d0/c4/f403cc3a2e6bf2d8e5b5d6c1f1206a42be10ef9ce8b3dbc0130d9ad385e0/dj_inmemorystorage-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c3883af4bd87eb864bb1cb7395f07a5c", "sha256": "155c651643672cc7fc1eb1bb7bb8a5597ad46103a5c758b9a11578677f50cd3e" }, "downloads": -1, "filename": "dj-inmemorystorage-1.0.2.tar.gz", "has_sig": false, "md5_digest": "c3883af4bd87eb864bb1cb7395f07a5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5143, "upload_time": "2014-03-03T13:53:28", "url": "https://files.pythonhosted.org/packages/24/5c/14384e884ab3b1b435dafbe78dd3b2fc81207e4efd5d69c9eb5c729828c8/dj-inmemorystorage-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "d74762192d9a213efd3a85640e38ab53", "sha256": "6c28abfd2605fc428daa6dae9038403893669859c73de2c2a51c4459bf231c4c" }, "downloads": -1, "filename": "dj_inmemorystorage-1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d74762192d9a213efd3a85640e38ab53", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7493, "upload_time": "2014-03-04T15:39:11", "url": "https://files.pythonhosted.org/packages/c9/d5/d71367e5df190c7035a8c9db397ce2861b9816d2fa43f6f1255404b2f4b3/dj_inmemorystorage-1.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8549763c0cc1c8f865a68e7e8a4c8a56", "sha256": "52446189d4254f0088a7871ed8e894b906e3cdb89350f32fef3423208efc0d7a" }, "downloads": -1, "filename": "dj-inmemorystorage-1.0.3.tar.gz", "has_sig": false, "md5_digest": "8549763c0cc1c8f865a68e7e8a4c8a56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5156, "upload_time": "2014-03-04T15:35:52", "url": "https://files.pythonhosted.org/packages/47/ef/bca3fa5ab2e4d4a82e9d9d758cab9d03b0c10daeea96582263798f1afe11/dj-inmemorystorage-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "87c54004071d39ffe6ff7ce197a605b3", "sha256": "caae7b9ea213b2bf168e16afac5cb07f14eaa0d40b24efa4c6985e2a63c7b27f" }, "downloads": -1, "filename": "dj_inmemorystorage-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "87c54004071d39ffe6ff7ce197a605b3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7732, "upload_time": "2014-10-24T01:21:30", "url": "https://files.pythonhosted.org/packages/da/59/74e20ad9432843a0a2e8b2f7d2f9043e2efb04517504718474ff333fd041/dj_inmemorystorage-1.0.4-py2.py3-none-any.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "ba4e48e3c13931eeaed22966aa1570b2", "sha256": "a7f67eb3d6cdd13334fa676035a2573102c54084ccfb2158423eee871694a52f" }, "downloads": -1, "filename": "dj_inmemorystorage-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ba4e48e3c13931eeaed22966aa1570b2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7852, "upload_time": "2014-10-24T20:43:26", "url": "https://files.pythonhosted.org/packages/f8/72/fb68e229e0f6a77a6213e056f0b00a6622d3d0cfbc372e5b35dae599d6fe/dj_inmemorystorage-1.1.0-py2.py3-none-any.whl" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "52cca46738abfc833fbf632d57939ef9", "sha256": "89a4f8a1b86fe71136050e160c5883e6c340bca3888d0b5138a6b6b3e6fc373d" }, "downloads": -1, "filename": "dj_inmemorystorage-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "52cca46738abfc833fbf632d57939ef9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7916, "upload_time": "2014-11-17T18:57:54", "url": "https://files.pythonhosted.org/packages/b2/df/2ee5343a1731e4687b5271174e36fcce5e6ccce29bdb2af6b8f191b1e205/dj_inmemorystorage-1.2.0-py2.py3-none-any.whl" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "2f30c578130d2005c50c2c306ddcc548", "sha256": "f2de1d5f2c16c82dc7cd987a3e317adfe5838b3e0341ff18882550d8d177a3bd" }, "downloads": -1, "filename": "dj-inmemorystorage-1.3.0.tar.gz", "has_sig": false, "md5_digest": "2f30c578130d2005c50c2c306ddcc548", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6132, "upload_time": "2015-02-26T18:05:32", "url": "https://files.pythonhosted.org/packages/b1/a7/58b82a09f15641aced14d45e0e287a45871b1c238a9d0b0e68158410985b/dj-inmemorystorage-1.3.0.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "6c3759e295b7db80e1b21d0008404804", "sha256": "35a37fac5955c3d9519fcab0cc7d88b43dc9bc95ffd2a6312badfa489ed30fd2" }, "downloads": -1, "filename": "dj-inmemorystorage-1.4.0.tar.gz", "has_sig": false, "md5_digest": "6c3759e295b7db80e1b21d0008404804", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6138, "upload_time": "2015-07-11T02:28:54", "url": "https://files.pythonhosted.org/packages/e3/4c/0549126da3dfff44e04532ce6b8b36c3f2e04d12cad5e457105f8480b3f2/dj-inmemorystorage-1.4.0.tar.gz" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "77a279a1443c7b48a86a4c738140cd24", "sha256": "2b587f9320ea26f9ed1c62fefaf05c817735eda989d6439072b73d1b59b1c591" }, "downloads": -1, "filename": "dj_inmemorystorage-1.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "77a279a1443c7b48a86a4c738140cd24", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 8414, "upload_time": "2017-04-18T15:20:04", "url": "https://files.pythonhosted.org/packages/91/89/37483d7d7d667a16c35f98cd71d350b838714cde42fc7f3bd1c45bdd66dd/dj_inmemorystorage-1.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b480e768233e1c213b442632ad9f4120", "sha256": "fa921269b83ffc762411e36d446fa07b602a4ad74632ae1819844d32e6fb12bd" }, "downloads": -1, "filename": "dj-inmemorystorage-1.4.1.tar.gz", "has_sig": false, "md5_digest": "b480e768233e1c213b442632ad9f4120", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6169, "upload_time": "2017-04-18T15:19:53", "url": "https://files.pythonhosted.org/packages/bd/1d/ef11abc2ff0f102d0f54efdc67eb02b210499201a17c1e2215a8b058888a/dj-inmemorystorage-1.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "77a279a1443c7b48a86a4c738140cd24", "sha256": "2b587f9320ea26f9ed1c62fefaf05c817735eda989d6439072b73d1b59b1c591" }, "downloads": -1, "filename": "dj_inmemorystorage-1.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "77a279a1443c7b48a86a4c738140cd24", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 8414, "upload_time": "2017-04-18T15:20:04", "url": "https://files.pythonhosted.org/packages/91/89/37483d7d7d667a16c35f98cd71d350b838714cde42fc7f3bd1c45bdd66dd/dj_inmemorystorage-1.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b480e768233e1c213b442632ad9f4120", "sha256": "fa921269b83ffc762411e36d446fa07b602a4ad74632ae1819844d32e6fb12bd" }, "downloads": -1, "filename": "dj-inmemorystorage-1.4.1.tar.gz", "has_sig": false, "md5_digest": "b480e768233e1c213b442632ad9f4120", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6169, "upload_time": "2017-04-18T15:19:53", "url": "https://files.pythonhosted.org/packages/bd/1d/ef11abc2ff0f102d0f54efdc67eb02b210499201a17c1e2215a8b058888a/dj-inmemorystorage-1.4.1.tar.gz" } ] }