[ol10_u0_developer_EPEL] python3-pickleshare-0.7.5-18.el10_0.noarch

Name:python3-pickleshare
Version:0.7.5
Release:18.el10_0
Architecture:noarch
Group:Unspecified
Size:27633
License:MIT
RPM: python3-pickleshare-0.7.5-18.el10_0.noarch.rpm
Source RPM: python-pickleshare-0.7.5-18.el10_0.src.rpm
Build Date:Fri Jan 10 2025
Build Host:build-ol10-x86_64.oracle.com
Vendor:Oracle America
URL:https://github.com/ipython/pickleshare
Summary:Tiny 'shelve'-like database with concurrency support
Description:
PickleShare - a small ‘shelve’ like data store 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.

Changelog (Show File list) (Show related packages)