shove 0.6.6
pip install shove
Released:
Generic dictionaryish object storage frontend
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: L. C. Rees
- Tags object, storage, persistence, database, dictionary
Classifiers
- Development Status
- Framework
- License
- Operating System
- Programming Language
- Topic
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:
shove implements the Python dictionary/mapping API:
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: L. C. Rees
- Tags object, storage, persistence, database, dictionary
Classifiers
- Development Status
- Framework
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec5034f9abf809b1e24cbf28e475a6339c31fa9459940e936974a4a669c094a5 |
|
MD5 | 9bdbee22f30e3273a5488f94ced6f470 |
|
BLAKE2b-256 | fcb720f018a980a0bf5c582b746ee43e80afcf9b6140b223e9454bc00af570a0 |
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1c643b5c68f45ad3a3fb6f39aa7f1a9221d0c387a135df06123990f83a734ec |
|
MD5 | 1f4f3acef63f2675643aa6abb7c7547d |
|
BLAKE2b-256 | f5c675b6d46b76b43626d7da946331827a7ccb38f2b4683808c74f3eff2519a5 |
File details
Details for the file shove-0.6.6-py2-none-any.whl
.
File metadata
- Download URL: shove-0.6.6-py2-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09be504ec85ab9d1a7925e76bd2410bac9b0fe7e21961afc9c58ffcf273b5085 |
|
MD5 | d9cb89d365973b0aa2df423696c252b0 |
|
BLAKE2b-256 | fe2ee2cd50e28292d78b7391635c5975ae9586ba37967f360d3f9b9f3c111151 |