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


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

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

Started byAntoine Beaupre <anarcat@debian.org>
First post2024-04-30 18:40 +0200
Last post2024-04-30 19:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.debian.maint.python


Contents

  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

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

FromAntoine Beaupre <anarcat@debian.org>
Date2024-04-30 18:40 +0200
SubjectBug#1070129: ITP: python3-web-cache -- Simple Python key-value storage backed up by sqlite3 database
Message-ID<IyYGm-a5kE-7@gated-at.bofh.it>
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)

[toc] | [next] | [standalone]


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

FromAntoine Beaupré <anarcat@debian.org>
Date2024-04-30 19:00 +0200
SubjectBug#1070129: ITP: web-cache -- Simple Python key-value storage backed up by sqlite3 database
Message-ID<IyYZH-a5rL-1@gated-at.bofh.it>
In reply to#15797
Control: retitle -1 ITP: web-cache -- Simple Python key-value storage backed up by sqlite3 database

On 2024-04-30 12:26:05, Antoine Beaupre wrote:
> * Package name    : python3-web-cache

Actually, py2dsp makes a package named `web-cache` for this, which seems
a tad too generic. Thoughts?

-- 
Only after disaster can we be resurrected.
It's only after you've lost everything that you're free to doanything.
Nothing is static, everything is evolving, everything is falling apart.
                        - Chuck Palahniuk, Fight Club

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.maint.python


csiph-web