forked from gentoo/sci
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.xml
More file actions
21 lines (21 loc) · 695 Bytes
/
Copy pathmetadata.xml
File metadata and controls
21 lines (21 loc) · 695 Bytes
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 "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
Pynrrd is a pure-Python module for reading and writing nrrd
(Nearly Raw Raster Data, a file format for storing N-dimensional
raster data and often used for DTI data) files into and from
numpy arrays.
</longdescription>
<upstream>
<remote-id type="github">mhe/pynrrd</remote-id>
</upstream>
</pkgmetadata>