blob: e880df52308bba358e652d06c8235e3cc3d58a28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription>
bcolz provides columnar and compressed data containers. Column
storage allows for efficiently querying tables with a large number of
columns. It also allows for cheap addition and removal of column. In
addition, bcolz objects are compressed by default for reducing
memory/disk I/O needs. The compression process is carried out
internally by Blosc, a high-performance compressor that is optimized
for binary data.
</longdescription>
<upstream>
<remote-id type="pypi">bcolz</remote-id>
<remote-id type="github">Blosc/bcolz</remote-id>
</upstream>
</pkgmetadata>
|