diff options
author | Marius Brehler <marbre@linux.sungazer.de> | 2015-11-27 16:30:48 +0100 |
---|---|---|
committer | Marius Brehler <marbre@linux.sungazer.de> | 2015-11-27 16:30:48 +0100 |
commit | 856f8100117098436871478e12603bfbc051d2f1 (patch) | |
tree | 44b56b342163b4336a2dafcbe8f7fce4957b6ef2 /dev-python/pickleshare/metadata.xml | |
parent | dev-python/jupyter_console: Import from science overlay (diff) | |
download | gentoo-856f8100117098436871478e12603bfbc051d2f1.tar.gz gentoo-856f8100117098436871478e12603bfbc051d2f1.tar.bz2 gentoo-856f8100117098436871478e12603bfbc051d2f1.zip |
dev-python/pickleshare: Import from science overlay
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/pickleshare/metadata.xml')
-rw-r--r-- | dev-python/pickleshare/metadata.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/pickleshare/metadata.xml b/dev-python/pickleshare/metadata.xml new file mode 100644 index 000000000000..ea703f9fdaee --- /dev/null +++ b/dev-python/pickleshare/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <longdescription> + 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. + </longdescription> + <upstream> + <remote-id type="pypi">pickleshare</remote-id> + <remote-id type="github">pickleshare/pickleshare</remote-id> + </upstream> +</pkgmetadata> |