summaryrefslogtreecommitdiff
path: root/dev-python/pytables/metadata.xml
blob: 2fea045e5982be2398c854c0938287fa9e9e2974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>python@gentoo.org</email>
    <name>Python</name>
  </maintainer>
  <maintainer type="project">
    <email>sci@gentoo.org</email>
    <name>Gentoo Science Project</name>
  </maintainer>
  <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="cpudetection">Enables runtime CPU detection (useful for bindist, compatibility on other CPUs)</flag>
  </use>
  <upstream>
    <remote-id type="github">PyTables/PyTables</remote-id>
    <remote-id type="pypi">tables</remote-id>
  </upstream>
</pkgmetadata>