python-pyeclib 1.0.5m-1~ubuntu14.04.1 source package in Ubuntu

Changelog

python-pyeclib (1.0.5m-1~ubuntu14.04.1) trusty-backports; urgency=medium

  * No-change backport to trusty (LP: #1432496)
 -- Scott Kitterman <email address hidden>   Mon, 16 Mar 2015 09:24:09 -0400

Upload details

Uploaded by:
Scott Kitterman
Uploaded to:
Trusty
Original maintainer:
PKG OpenStack
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty backports universe python

Downloads

File Size SHA-256 Checksum
python-pyeclib_1.0.5m.orig.tar.xz 5.7 MiB 2c911480c22a4fec40d40f10bc2f44678fc066d263946bc79a5060e10c8b635c
python-pyeclib_1.0.5m-1~ubuntu14.04.1.debian.tar.gz 4.2 KiB bf17c797d51eeb890e3790239f5f2357a8d454479666a38db42212d4bfdc81bd
python-pyeclib_1.0.5m-1~ubuntu14.04.1.dsc 2.3 KiB 054fba053ff681a1e50c1b743e3883c908b3de7933d764adfa244699186ef219

View changes file

Binary packages built by this source

python-pyeclib: interface for implementing erasure codes - Python 2.x

 This library provides a simple Python interface for implementing erasure
 codes. To obtain the best possible performance, the underlying erasure code
 algorithms are written in C.
 .
 This library makes use of Jerasure for Reed-Solomon and provides its own flat
 XOR-based erasure code encoder and decoder. Currently, it implements a
 specific class of HD Combination Codes (see "Flat XOR-based erasure codes in
 storage systems: Constructions, efficient recovery, and tradeoffs" in IEEE
 MSST 2010). These codes are well-suited to archival use-cases, have a simple
 construction and require a minimum number of participating disks during
 single-disk reconstruction (think XOR-based LRC code).
 .
 This package contains the Python 2.x module.

python3-pyeclib: interface for implementing erasure codes - Python 3.x

 This library provides a simple Python interface for implementing erasure
 codes. To obtain the best possible performance, the underlying erasure code
 algorithms are written in C.
 .
 This library makes use of Jerasure for Reed-Solomon and provides its own flat
 XOR-based erasure code encoder and decoder. Currently, it implements a
 specific class of HD Combination Codes (see "Flat XOR-based erasure codes in
 storage systems: Constructions, efficient recovery, and tradeoffs" in IEEE
 MSST 2010). These codes are well-suited to archival use-cases, have a simple
 construction and require a minimum number of participating disks during
 single-disk reconstruction (think XOR-based LRC code).
 .
 This package contains the Python 3.x module.