summaryrefslogtreecommitdiff
blob: eef5dfdbc35f8c3af197fdb0cfbd6d7a8db7594e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>
  <use>
    <flag name="contrib">Install user-contributed files</flag>
  </use>
  <upstream>
    <remote-id type="pypi">tables</remote-id>
  </upstream>
</pkgmetadata>