Package python3-module-pickleshare: Information

  • Default inline alert: Version in the repository: 0.7.5-alt3

Binary package: python3-module-pickleshare
Version: 0.7.5-alt2
Architecture: noarch
Build time:  Mar 21, 2022, 07:09 PM
Report package bug
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.

Maintainer: Stanislav Levin


Last changed


March 21, 2022 Stanislav Levin 0.7.5-alt2
- Fixed FTBFS (Python 3.10).
July 21, 2021 Stanislav Levin 0.7.5-alt1
- 0.7.4 -> 0.7.5.
- Reenabled testing.
Jan. 17, 2017 Igor Vlasenko 0.7.4-alt1
- automated PyPI update