pickleshare 0.7.5-5 source package in Ubuntu

Changelog

pickleshare (0.7.5-5) unstable; urgency=medium

  * Fix d/watch (again).

 -- Julien Puydt <email address hidden>  Tue, 26 Oct 2021 17:05:47 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pickleshare_0.7.5-5.dsc 2.0 KiB 2e7c92eb18e51259b754994b05dabee0ee9a767208928b0e7649cb5beeb9897f
pickleshare_0.7.5.orig.tar.gz 5.8 KiB 7a691d57650dbfb1f101c52d65743f87175cea98bd85cd2a0e92c0407faf3d1c
pickleshare_0.7.5-5.debian.tar.xz 2.7 KiB 31607cec98a364254bf2d96b65d82df07f78e4d066204374422e2a1971004fda

Available diffs

No changes file available.

Binary packages built by this source

python3-pickleshare: File system based database that uses Python pickles for Python 3

 Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike
 shelve, many processes can access the database simultaneously. Changing a
 value in database is immediately visible to other processes accessing the
 same database.
 .
 Concurrency is possible because the values are stored in separate files.
 Hence the "database" is a directory where all files are governed by
 PickleShare.
 .
 This package installs the library for Python 3.