Package: wnpp
Severity: wishlist
Owner: Antoine Beaupre <anar...@debian.org>
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org

* Package name    : python3-web-cache
  Version         : 1.1.0
  Upstream Contact: https://github.com/desbma
* URL             : https://github.com/desbma/web_cache/
* License         : LGPL-2.1
  Programming Lang: Python
  Description     : Simple Python key-value storage backed up by sqlite3 
database

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

----

dependency of sacad (#1057152)

Reply via email to