Name : python-larch
| |
Version : 1.20151025
| Vendor : obs://build_opensuse_org/home:carloscs2
|
Release : 5.1
| Date : 2016-03-02 18:10:09
|
Group : Development/Languages/Python
| Source RPM : python-larch-1.20151025-5.1.src.rpm
|
Size : 0.43 MB
| |
Packager : (none)
| |
Summary : B-tree library for Python
|
Description :
An implementation of a particular kind of B-tree, based on research by Ohad Rodeh. This is the same data structure that btrfs uses, but in a new, pure-Python implementation. . The distinctive feature of this B-tree is that a node is never (conceptually) modified. Instead, all updates are done by copy-on-write. This makes it easy to clone a tree, and modify only the clone, while other processes access the original tree. . The implementation is generic and flexible, so that you may use it in a variety of situations. For example, the tree itself does not decide where its nodes are stored: you provide a class that does that for it. The library contains two implementations, one for in-memory and one for on-disk storage.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/carloscs2/openSUSE_11.4/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python-larch
Requires :