You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
894 B
24 lines
894 B
<?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>
|
|
<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>
|
|
<upstream>
|
|
<remote-id type="pypi">tables</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|