Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #15797

Bug#1070129: ITP: python3-web-cache -- Simple Python key-value storage backed up by sqlite3 database

Path csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod
From Antoine Beaupre <anarcat@debian.org>
Newsgroups linux.debian.bugs.dist, linux.debian.devel, linux.debian.maint.python
Subject Bug#1070129: ITP: python3-web-cache -- Simple Python key-value storage backed up by sqlite3 database
Date Tue, 30 Apr 2024 18:40:02 +0200
Message-ID <IyYGm-a5kE-7@gated-at.bofh.it> (permalink)
X-Mailbox-Line From debian-bugs-dist-request@lists.debian.org Tue Apr 30 16:30:11 2024
Old-Return-Path <debbugs@buxtehude.debian.org>
X-Spam-Flag NO
Reply-To Antoine Beaupre <anarcat@debian.org>, 1070129@bugs.debian.org
Resent-To debian-bugs-dist@lists.debian.org
Resent-Cc debian-devel@lists.debian.org, debian-python@lists.debian.org, wnpp@debian.org
X-Debian-Pr-Message report 1070129
X-Debian-Pr-Package wnpp
Dmarc-Filter OpenDMARC Filter v1.4.2 marcos.anarc.at DE0FB10E00B
Authentication-Results marcos.anarc.at; dmarc=none (p=none dis=none) header.from=debian.org
Authentication-Results marcos.anarc.at; spf=none smtp.mailfrom=debian.org
Authentication-Results marcos.anarc.at; dkim=none; dkim-atps=neutral
Content-Type text/plain; charset="us-ascii"
MIME-Version 1.0
Content-Transfer-Encoding 7bit
X-Mailer reportbug 12.0.0
X-Debian-Message from BTS
X-Mailing-List <debian-bugs-dist@lists.debian.org> archive/latest/1835551
List-ID <debian-bugs-dist.lists.debian.org>
List-URL <https://lists.debian.org/debian-bugs-dist/>
Approved robomod@news.nic.it
Lines 25
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Tue, 30 Apr 2024 12:26:05 -0400
X-Original-Message-ID <171449436515.311766.4025835135007123818.reportbug@angela.anarc.at>
Xref csiph.com linux.debian.bugs.dist:1195839 linux.debian.devel:111575 linux.debian.maint.python:15797

Cross-posted to 3 groups.

Show key headers only | View raw


Package: wnpp
Severity: wishlist
Owner: Antoine Beaupre <anarcat@debian.org>
X-Debbugs-Cc: debian-devel@lists.debian.org, debian-python@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)

Back to linux.debian.maint.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Bug#1070129: ITP: python3-web-cache -- Simple Python key-value storage backed up by sqlite3 database Antoine Beaupre <anarcat@debian.org> - 2024-04-30 18:40 +0200
  Bug#1070129: ITP: web-cache -- Simple Python key-value storage backed up by sqlite3 database Antoine Beaupré <anarcat@debian.org> - 2024-04-30 19:00 +0200

csiph-web