You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/fitsio/metadata.xml

23 lines
947 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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">
Fitsio provides an easy to use object-oriented API including
providing a Numpy interface to FITS files read from CFITSIO. It
allows direct access to the columns of a FITS binary table which can
be useful for reading large fits files. Compared to astropy.io.fits,
this package is closer to the underlying cfitsio library.
Fitsio also exposes a microlanguage (implemented in CFITSIO) for
making efficient SQL-like queries of tables (single tables only
thoughno joins or anything like that).
</longdescription>
<upstream>
<remote-id type="github">esheldon/fitsio</remote-id>
<remote-id type="pypi">fitsio</remote-id>
</upstream>
</pkgmetadata>