A simple implementation of Persistent Caching
Project description
Simple Persistent Cache
pcache is simple Python 3 implementation of persistent cache.
Installation
To install pcache, simply run
pip install pcache
Usage
>>> from pcache import PersistentCache
>>> cache = PersistentCache(filename="cachefile")
>>> cache["objId"] = "7sdjhds8"
>>> cache["objId"]
'7sdjhds8'
Project details
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 Distribution
pcache-0.0.3.tar.gz
(2.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pcache-0.0.3.tar.gz.
File metadata
- Download URL: pcache-0.0.3.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19c8d8357eae8adb5d9943c1da9ba8816c025ea5737366e348ad7a34c95bd37d
|
|
| MD5 |
39f4f13427faa45ab3f023df88c8fb9b
|
|
| BLAKE2b-256 |
ea414470c33f48eaf3815430d0f66ec7e038f80edfe3c3ec155a032a505eaf48
|
File details
Details for the file pcache-0.0.3-py3-none-any.whl.
File metadata
- Download URL: pcache-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29ec00b3060071b4548b0b697bb9ecf9a123e5036b90d5696aa58531fa57cbeb
|
|
| MD5 |
bf0e49b7017c20531752d0db50114e7e
|
|
| BLAKE2b-256 |
0169609835973c25ce4089e0b9e913ee1db4cf4647784f143814188eb5563ac2
|