blob: 498822a1f0858f61568b7e8af1bb38b53de32b13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci-astronomy@gentoo.org</email>
<name>Gentoo Astronomy Project</name>
</maintainer>
<longdescription lang="en">
telarchive is a Python command-line program for searching multiple
public telescope archives. It takes the name of an astronomical
object -- or a set of coordinates -- and checks the telescope
archives to see if they have observations within a user-specified
box centered on the object/coordinates.
</longdescription>
<upstream>
<remote-id type="pypi">telarchive</remote-id>
</upstream>
</pkgmetadata>
|