Skip to main content

A non-persistent in-memory data storage backend for Django.

Project description

dj-inmemorystorage

image

PyPI

An in-memory data storage backend for Django.

Compatible with Django's storage API.

Supported Versions

  • Python 2.7 with Django 1.11
  • Python 3.5/3.6/3.7 with Django 1.11+
  • Python 3.8 with Django 2.2+

In general, we follow Python's supported versions and Django's supported versions. Any major change in version support will be released as a new major version.

Usage

In your test settings file, add

DEFAULT_FILE_STORAGE = 'inmemorystorage.InMemoryStorage'

By default, the InMemoryStorage backend is non-persistant, meaning that writes to it from one section of your code will not be present when reading from another section of your code, unless both are sharing the same instance of the storage backend.

If you need your storage to persist, you can add the following to your settings.

INMEMORYSTORAGE_PERSIST = True

Differences

This library is based on django-inmemorystorage by Cody Soyland, with modifications made by Seán Hayes with support for the url method, with additional support from Tore Birkeland for writing to the file.

Wave's modifications include packaging, and test modifications such that python setup.py test works. This version also bumps the version to 1.0.0 and renames it to dj-inmemorystorage such that it doesn't conflict on PyPI.

The biggest difference is that this package works with Django 1.4 now (previously only 1.5+). It 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+.

Contributing

  1. Ensure that you open a pull request
  2. All feature additions/bug fixes MUST include tests

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dj-inmemorystorage-2.1.0.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dj_inmemorystorage-2.1.0-py2.py3-none-any.whl (6.1 kB view details)

Uploaded Python 2Python 3

File details

Details for the file dj-inmemorystorage-2.1.0.tar.gz.

File metadata

  • Download URL: dj-inmemorystorage-2.1.0.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.41.0 CPython/3.8.0

File hashes

Hashes for dj-inmemorystorage-2.1.0.tar.gz
Algorithm Hash digest
SHA256 1771801613414262803a1a1e97dafd2b7a563e78fbcbfa2b6f841c9d8e7b872a
MD5 b0467d1d1c5afcf961b2cbb3272f8d1b
BLAKE2b-256 bb5b89366ae96a0213437fd40b2e76791e8adcf790eda597a879bd2595bc41a5

See more details on using hashes here.

File details

Details for the file dj_inmemorystorage-2.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: dj_inmemorystorage-2.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.41.0 CPython/3.8.0

File hashes

Hashes for dj_inmemorystorage-2.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 81aa007a7cdb1899b3cd92404f656c82cd690a831b8698a43045f859d7276945
MD5 608bc83852dd90d331671d52826490b1
BLAKE2b-256 6c9cf4246ff1b9f46940a4ade01c9563410e22b032fafc8115a560907c8662b0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page