mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-29 09:57:28 -08:00
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
18 lines
708 B
XML
18 lines
708 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>python</herd>
|
|
<herd>sci</herd>
|
|
<longdescription lang="en">
|
|
PyTables is a hierarchical database package designed to efficently
|
|
manage very large amounts of data. PyTables is built on top of the
|
|
HDF5 library and the NumPy package. It features an object-oriented
|
|
interface that, combined with natural naming and C-code generated
|
|
from Pyrex sources, makes it a fast, yet extremely easy to use tool
|
|
for interactively save and retrieve large amounts of data.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">tables</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|