Package python3-module-pickleshare
Source package: python3-module-pickleshare
Version: 0.7.5-alt2
Category: Development/Python3
Report package bug
Version: 0.7.5-alt2
Build time: Apr 23, 2022, 07:24 AM
Report package bug
License: MIT
Summary: File system based database that uses python pickles
Description:
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
List of contributors:
Stanislav Levin
Igor Vlasenko
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
Last changes:List of contributors:
Stanislav Levin
Igor Vlasenko
Ivan Zakharyaschev
Mikhail Efremov
Eugeny A. Rostovtsev
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 |