summaryrefslogtreecommitdiff
blob: 60d7e485b20d9eac0dc4c22a7d9f21e7fb317063 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>