diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-09 10:34:14 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-09 10:34:14 +0000 |
commit | 43ab1ecec61731d830b308c36cc727cf6ce8d08d (patch) | |
tree | baf4a2445ccc90a799cc87c85d1bb1425a9b5f05 /sci-chemistry/p3d/metadata.xml | |
parent | Added kdelibs-4.4.5-r3 to address security bug 358025. Without keywords so fa... (diff) | |
download | historical-43ab1ecec61731d830b308c36cc727cf6ce8d08d.tar.gz historical-43ab1ecec61731d830b308c36cc727cf6ce8d08d.tar.bz2 historical-43ab1ecec61731d830b308c36cc727cf6ce8d08d.zip |
New addition, written by me
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/p3d/metadata.xml')
-rw-r--r-- | sci-chemistry/p3d/metadata.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sci-chemistry/p3d/metadata.xml b/sci-chemistry/p3d/metadata.xml new file mode 100644 index 000000000000..9a0f5eff3224 --- /dev/null +++ b/sci-chemistry/p3d/metadata.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci-chemistry</herd> +<maintainer> + <email>jlec@gentoo.org</email> +</maintainer> +<longdescription> +p3d was developed in order to offer a Python module that is powerful and fast, +yet intuitive to use. The simplicity of p3d is due to the usage of object +oriented programming (i.e. atoms are treated as vectors), the implementation +of a query parser that translates queries readable by humans into a combination +of algebra set operations the fact that no additional Python packages are +necessary. The speed is due to the usage of a binary space partitioning (BSP) +tree which allows very fast queries in 3D (Henry et al. 1980). The additional +synergy is obtained by the flexible combination of both speed and complexity in +the queries to the structural data. The combination of these factors makes p3d +the optimal module to rapidly develop new and powerful bioinformatic tools that +follow the Python philosophy of making the source code readable. +</longdescription> +</pkgmetadata> |