Summary
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.
Versions
v0.7.5 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- amd64 arm64 ppc64 x86 ~arm ~ppc
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- python3_7
- Build with Python 3.7
- python3_8
- Build with Python 3.8
- python3_9
- Build with Python 3.9
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / python-exec : Python script wrapper
dev-python / path-py : A module wrapper for os.path
Depending packages
dev-python / ipython : Advanced interactive shell for Python
dev-python / spyder : The Scientific Python Development Environment
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/pickleshare: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/pickleshare: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
dev-python/pickleshare: x86 stable wrt bug #726438
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-python/pickleshare: amd64 stable wrt bug #726438
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
dev-python/pickleshare: ppc64 stable wrt bug #726438
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James (sam_c) · gentoo
dev-python/pickleshare: arm64 stable (bug #726438)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/pickleshare: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/pickleshare: Clean py2 deps up
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Andrey Grozin · gentoo
dev-python/pickleshare: bump to 0.7.5
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrey Grozin <grozin@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-python/pickleshare: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
dev-python/pickleshare: [QA] Remove dead python impl
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-python/pickleshare: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19 - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
dev-python/pickleshare: add py37 support
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Mart Raudsepp · gentoo
dev-python/pickleshare: drop to ~arm64
This was wrongly newstabled in commit 18bf567a2d08d296 Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Agostino Sarubbo · gentoo
dev-python/pickleshare: amd64 stable wrt bug #596714
Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64" - Thomas Deutschmann · gentoo
dev-python/pickleshare: x86 stable (bug #596714)
Package-Manager: Portage-2.3.31, Repoman-2.3.9 - Markus Meier · gentoo
dev-python/pickleshare: add ~arm, bug #604532
Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" - Matt Turner · gentoo
dev-python/pickleshare-0.7.4-r1: added ~ppc, bug 604532 - Sergei Trofimovich · gentoo
dev-python/pickleshare: stable 0.7.4-r1 for ppc64, bug #596714
Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64" - Marius Brehler · gentoo
dev-python/pickleshare: Depend on pathlib2 instead of pathlib
Bug: https://bugs.gentoo.org/619344 Closes: https://github.com/gentoo/gentoo/pull/4710 Package-Manager: Portage-2.3.5, Repoman-2.3.1 - Zac Medico · gentoo
dev-python/pickleshare: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Marius Brehler · gentoo
dev-python/pickleshare: Version bump to 0.7.4
Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/3787 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Michał Górny · gentoo
global: Drop dead implementations from PYTHON_COMPAT - Patrice Clement · gentoo
dev-python/pickleshare: clean up old.
Package-Manager: portage-2.3.0 - Patrice Clement · gentoo
dev-python/pickleshare: Stable for amd64. Mark stable for the remaining arches using the ALLARCHES policy.
Package-Manager: portage-2.3.0 - Marius Brehler · gentoo
dev-python/pickleshare: Version bump to 0.7.3
Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1979 Signed-off-by: David Seifert <soap@gentoo.org> - Marius Brehler · gentoo
dev-python/pickleshare: Version bump to 0.7.2
Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1871 Signed-off-by: David Seifert <soap@gentoo.org> - Matthew Thode · gentoo
dev-python/pickleshare: keywording arm64
merged on X-C1 Package-Manager: portage-2.2.26 - Justin Lecher · gentoo
dev-python/pickleshare: Version Bump
Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Justin Lecher · gentoo
Merge branch 'marbre-jupyter'
* marbre-jupyter: (26 commits) dev-python/testpath: Add missing indent dev-python/testpath: Move KEYWORDS variable dev-python/notebook: Move KEYWORDS variable dev-python/nbconvert: Move KEYWORDS variable dev-python/nbformat: Move KEYWORDS variable dev-python/jupyter_core: Move KEYWORDS variable; Remove pytest-cov from deps dev-python/jupyter_console: Move KEYWORDS variable dev-python/jupyter_client: Move KEYWORDS variable dev-python/ipython: Add missing dies, reduce indent dev-python/ipython: Version bump; Fix deps dev-python/ipython: Version bump; Import from science overlay dev-python/testpath: Import from science overlay dev-python/jupyter: Import from science overlay dev-python/notebook: Import from science overlay dev-python/pickleshare: Import from science overlay dev-python/jupyter_console: Import from science overlay dev-python/nbconvert: Import from science overlay dev-python/qtconsole: Import from science overlay dev-python/ipyparallel: Import from science overlay dev-python/jupyter_client: Import from science overlay ... - Marius Brehler · gentoo
dev-python/pickleshare: Import from science overlay
Package-Manager: portage-2.2.20.1