Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37570491
en ru br
ALT Linux repos
S:0.7.5-alt2

Group :: Development/Python3
RPM: python3-module-pickleshare

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.7.5-alt2
Build date: 21 march 2022, 16:08 ( 109.8 weeks ago )
Size: 10.30 Kb

Home page:   https://pypi.org/project/pickleshare/

License: MIT
Summary: File system based database that uses python pickles
Description:

PickleShare - a small 'shelve' like datastore with concurrency support

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.

Current maintainer: Stanislav Levin

List of contributors

List of rpms provided by this srpm:

  • python3-module-pickleshare
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin