Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#1016202: ITP: sqlitedict -- Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe

36 views
Skip to first unread message

Edward Betts

unread,
Jul 29, 2022, 3:40:03 AM7/29/22
to
Package: wnpp
Severity: wishlist
Owner: Edward Betts <edw...@4angle.com>
X-Debbugs-Cc: debian...@lists.debian.org, debian...@lists.debian.org

* Package name : sqlitedict
Version : 2.0.0
Upstream Author : Radim Rehurek <m...@radimrehurek.com>
* URL : https://github.com/piskvorky/sqlitedict
* License : Apache-2.0
Programming Lang: Python
Description : Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe

A lightweight wrapper around Python's sqlite3 database with a simple, Pythonic
dict-like interface and support for multi-thread access:
.
By default, sqlitedict's exception handling favors verbosity over efficiency.
It extracts and outputs the outer exception stack to the error logs.
.
Features include:
.
* Values can be any picklable objects (uses 'pickle' with the highest
protocol).
* Support for multiple tables (=dicts) living in the same database file.
* Support for access from multiple threads to the same connection (needed by
e.g. Pyro).
* Support for custom serialization or compression:

I plan to maintain this package as part of the Python modules team.
0 new messages