py-lmdb 1.4.0-1 source package in Ubuntu

Changelog

py-lmdb (1.4.0-1) unstable; urgency=medium

  * New upstream release
  * README.source: Adjust to evolved environment

 -- Bastian Germann <email address hidden>  Sat, 10 Dec 2022 21:11:46 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
py-lmdb_1.4.0-1.dsc 1.9 KiB 0b87932895232469a69e431bdb1d3f7f876140e32d966a3f0e7fd2c521c69832
py-lmdb_1.4.0.orig.tar.gz 865.2 KiB 510df2fc5afe53d7706a6f3ff3e0a65aeb6d9c7d2d3ca642609aa3d0b88ee238
py-lmdb_1.4.0-1.debian.tar.xz 5.0 KiB e7e39b7340da9b02017d7a78daf70f810f3e00679d9e1a28f3d53f7c6560a193

No changes file available.

Binary packages built by this source

python3-lmdb: Python 3 binding for LMDB Lightning Memory-Mapped Database

 Lightning Memory-Mapped Database (LMDB) is an ultra-fast, ultra-compact
 key-value embedded data store developed for the OpenLDAP Project. It uses
 memory-mapped files, so it has the read performance of a pure in-memory
 database while still offering the persistence of standard disk-based
 databases, and is only limited to the size of the virtual address space (it
 is not limited to the size of physical RAM).
 .
 This package contains the 'lmdb' Python 3 extension module.

python3-lmdb-dbgsym: debug symbols for python3-lmdb