Skip to main content

Common object storage frontend

Project description

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

Currently supported storage backends are:

  • Amazon S3 Web Service

  • Apache Cassandra

  • Berkeley Source Database

  • DBM

  • Durus

  • FTP

  • Filesystem

  • Firebird

  • HDF5

  • LevelDB

  • Memory

  • Microsoft SQL Server

  • MySQL

  • Oracle

  • PostgreSQL

  • Redis

  • SQLite

  • Subversion

  • Zope Object Database (ZODB)

Currently supported caching backends are:

  • Filesystem

  • Firebird

  • Memory

  • Microsoft SQL Server

  • MySQL

  • Oracle

  • PostgreSQL

  • Redis

  • SQLite

  • memcache

The simplest shove use case is:

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

which creates an in-memory store and cache.

The 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 fully 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.4.3.zip (44.5 kB view details)

Uploaded Source

shove-0.4.3.tar.gz (19.1 kB view details)

Uploaded Source

shove-0.4.3.tar.bz2 (15.9 kB view details)

Uploaded Source

File details

Details for the file shove-0.4.3.zip.

File metadata

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

File hashes

Hashes for shove-0.4.3.zip
Algorithm Hash digest
SHA256 a3f3d499131e7185540ab256edf34d711e4d584313ce0ace03a5674327db810a
MD5 f64ed56ff837c5553d74bda52d6640d9
BLAKE2b-256 5e3bc4f2a68f26d00afeaa22e83901859c4501f0da151e42f1f1d7c2bec7f81b

See more details on using hashes here.

Provenance

File details

Details for the file shove-0.4.3.tar.gz.

File metadata

  • Download URL: shove-0.4.3.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for shove-0.4.3.tar.gz
Algorithm Hash digest
SHA256 1045f7b42c5bf6f6f02f9f27a7b227fc650ec777892f789f9ee944e62b55b915
MD5 979f17dc33bf4427ae4442a02c9e87d0
BLAKE2b-256 571a1e526c2c56eb74fa03f35b545082484aff95afd3094313482e5ca84c1a7d

See more details on using hashes here.

Provenance

File details

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

File metadata

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

File hashes

Hashes for shove-0.4.3.tar.bz2
Algorithm Hash digest
SHA256 ce74deb0032b55a0c63b503332143488a3c514b08d4753f6c65f54776c8b5b7a
MD5 f27bc96cde6db3850ba63e10bee63e03
BLAKE2b-256 19516d48cdf87fb8c845609d4ef693aee8c10103da4749d01ae5534c163106f2

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