gentoo/dev-python/bcolz/metadata.xml
Sébastien Fabbro 0f26db2fc7
dev-python/bcolz: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
2017-02-16 16:54:30 +00:00

22 lines
853 B
XML

<?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>