27 lines
1 KiB
XML
27 lines
1 KiB
XML
<?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>
|
|
<use>
|
|
<flag name="fits">
|
|
Enable support for reading and FITS with <pkg>dev-python/pyfits</pkg>.
|
|
</flag>
|
|
<flag name="votable">
|
|
Enable support for reading and VOTABLE with <pkg>dev-python/vo</pkg>.
|
|
</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="pypi">ATpy</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|