This is a staging site. Uploads will not persist. Testing only.

python3-web-cache

Simple Python key-value storage backed up by sqlite3 database

Description

Python module for simple key-value storage backed up by sqlite3 database. The typical use case is a URL to HTTP data cache, but it can also be used for non web ressources.

Features:

* Simple dict interface allows natural usage (if key in cache, value
  = cache[key], etc.)
* Optional Zlib (deflate), BZIP2, LZMA or ZSTD (Zstandard)
  compression, with configurable compression level
* FIFO or LRU cache eviction strategies * Optional thread safe interface to work around Python Sqlite3 'same
  thread' limitation
* Provides cache hit rate statistics

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/desbma/web_cache


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-web-cache