summaryrefslogtreecommitdiff
path: root/dev-python/vector/metadata.xml
blob: d6df0bb9b75d19238e2d3e5bf5a66209a5ce2007 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>apn-pucky@gentoo.org</email>
		<name>Alexander Puck Neuwirth</name>
	</maintainer>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<maintainer type="project">
		<email>python@gentoo.org</email>
		<name>Python</name>
	</maintainer>


	<longdescription lang="en">
	Vector is a Python 3.8+ library (Python 3.6 and 3.7 supported till v0.9.0 and v1.0.0, respectively) for 2D, 3D, and Lorentz vectors, especially arrays of vectors, to solve common physics problems in a NumPy-like way.
	</longdescription>
	<upstream>
		<remote-id type="pypi">vector</remote-id>
		<remote-id type="github">scikit-hep/vector</remote-id>
	</upstream>
</pkgmetadata>