forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.xml
19 lines (19 loc) · 835 Bytes
/
metadata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-astronomy</herd>
<longdescription lang="en">
Astronomical Tables in Python (ATpy) is a high-level package
providing a way to manipulate tables of astronomical data in a
uniform way. A table is defined by any number of columns of data,
each characterized by a column name, unit, null value, and
description (the last three being optional), and can be supplemented
with metadata in the form of keywords or comments. ATpy can be used
to manipulate single tables as well as sets of tables. Table formats
supported are FITS, VO, IPAC. Database supported are SQLite, MySQL
and PostgreSQL.
</longdescription>
<upstream>
<remote-id type="pypi">ATpy</remote-id>
</upstream>
</pkgmetadata>