Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to main content

Generic dictionaryish object storage frontend

Project description

Common object storage frontend that supports dictionary-style access, object serialization and compression, and multiple storage and caching backends.

Supported storage backends out of the box are:

  • DBM

  • Filesystem

  • Memory

  • sqlite (disk or memory)

Current supported caching backends are:

  • Filesystem

  • Memory

  • sqlite (disk or memory)

The simplest shove use case…

>>> from shove import Shove
>>> store = Shove()

…which creates an in-memory store and cache.

Use of other backends for storage and caching involves passing an module URI or existing store or cache instance to shove following the form:

>>> from shove import Shove
>>> <storename> = Shove(<store_uri>, <cache_uri>)

Each module-specific URI form is documented in its module. The URI form follows the URI form used by SQLAlchemy:

http://www.sqlalchemy.org/docs/core/engines.html

shove implements the Python dictionary/mapping API:

http://docs.python.org/lib/typesmapping.html

Project details


Download files

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

Source Distributions

shove-0.6.6.zip (18.2 kB view details)

Uploaded Source

shove-0.6.6.tar.bz2 (10.7 kB view details)

Uploaded Source

Built Distribution

shove-0.6.6-py2-none-any.whl (14.8 kB view details)

Uploaded Python 2

File details

Details for the file shove-0.6.6.zip.

File metadata

  • Download URL: shove-0.6.6.zip
  • Upload date:
  • Size: 18.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for shove-0.6.6.zip
Algorithm Hash digest
SHA256 ec5034f9abf809b1e24cbf28e475a6339c31fa9459940e936974a4a669c094a5
MD5 9bdbee22f30e3273a5488f94ced6f470
BLAKE2b-256 fcb720f018a980a0bf5c582b746ee43e80afcf9b6140b223e9454bc00af570a0

See more details on using hashes here.

Provenance

File details

Details for the file shove-0.6.6.tar.bz2.

File metadata

  • Download URL: shove-0.6.6.tar.bz2
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for shove-0.6.6.tar.bz2
Algorithm Hash digest
SHA256 f1c643b5c68f45ad3a3fb6f39aa7f1a9221d0c387a135df06123990f83a734ec
MD5 1f4f3acef63f2675643aa6abb7c7547d
BLAKE2b-256 f5c675b6d46b76b43626d7da946331827a7ccb38f2b4683808c74f3eff2519a5

See more details on using hashes here.

Provenance

File details

Details for the file shove-0.6.6-py2-none-any.whl.

File metadata

File hashes

Hashes for shove-0.6.6-py2-none-any.whl
Algorithm Hash digest
SHA256 09be504ec85ab9d1a7925e76bd2410bac9b0fe7e21961afc9c58ffcf273b5085
MD5 d9cb89d365973b0aa2df423696c252b0
BLAKE2b-256 fe2ee2cd50e28292d78b7391635c5975ae9586ba37967f360d3f9b9f3c111151

See more details on using hashes here.

Provenance

Supported by

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