Import python-fitsio_1.2.4+dfsg.orig.tar.xz
authorOle Streicher <olebole@debian.org>
Thu, 20 Jun 2024 16:37:28 +0000 (18:37 +0200)
committerOle Streicher <olebole@debian.org>
Thu, 20 Jun 2024 16:37:28 +0000 (18:37 +0200)
commitb61a30f9413587da6dd578b0b9e4537eb33897d5
tree3e8fcde0e4ec1624b1358fa26160f9f6b072caeb
Import python-fitsio_1.2.4+dfsg.orig.tar.xz

[dgit import orig python-fitsio_1.2.4+dfsg.orig.tar.xz]
68 files changed:
.github/workflows/tests.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CHANGES.md [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
README.md [new file with mode: 0644]
fitsio.egg-info/PKG-INFO [new file with mode: 0644]
fitsio.egg-info/SOURCES.txt [new file with mode: 0644]
fitsio.egg-info/dependency_links.txt [new file with mode: 0644]
fitsio.egg-info/requires.txt [new file with mode: 0644]
fitsio.egg-info/top_level.txt [new file with mode: 0644]
fitsio/__init__.py [new file with mode: 0644]
fitsio/fits_exceptions.py [new file with mode: 0644]
fitsio/fitsio_pywrap.c [new file with mode: 0644]
fitsio/fitslib.py [new file with mode: 0644]
fitsio/hdu/__init__.py [new file with mode: 0644]
fitsio/hdu/base.py [new file with mode: 0644]
fitsio/hdu/image.py [new file with mode: 0644]
fitsio/hdu/table.py [new file with mode: 0644]
fitsio/header.py [new file with mode: 0644]
fitsio/test_images/test_gzip_compressed_image.fits.fz [new file with mode: 0644]
fitsio/tests/__init__.py [new file with mode: 0644]
fitsio/tests/checks.py [new file with mode: 0644]
fitsio/tests/makedata.py [new file with mode: 0644]
fitsio/tests/test_empty_slice.py [new file with mode: 0644]
fitsio/tests/test_header.py [new file with mode: 0644]
fitsio/tests/test_header_junk.py [new file with mode: 0644]
fitsio/tests/test_image.py [new file with mode: 0644]
fitsio/tests/test_image_compression.py [new file with mode: 0644]
fitsio/tests/test_lib.py [new file with mode: 0644]
fitsio/tests/test_table.py [new file with mode: 0644]
fitsio/tests/test_warnings.py [new file with mode: 0644]
fitsio/util.py [new file with mode: 0644]
patches/Makefile.in.patch [new file with mode: 0644]
patches/README.md [new file with mode: 0644]
patches/build_cfitsio_patches.py [new file with mode: 0644]
patches/build_cfitsio_patches.py~ [new file with mode: 0644]
patches/configure.in.patch [new file with mode: 0644]
patches/configure.patch [new file with mode: 0644]
patches/fitscore.c.patch [new file with mode: 0644]
patches/fitsio.h.patch [new file with mode: 0644]
patches/fitsio2.h.patch [new file with mode: 0644]
patches/putcols.c.patch [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
zlib/LICENSE [new file with mode: 0644]
zlib/adler32.c [new file with mode: 0644]
zlib/crc32.c [new file with mode: 0644]
zlib/crc32.h [new file with mode: 0644]
zlib/deflate.c [new file with mode: 0644]
zlib/deflate.h [new file with mode: 0644]
zlib/infback.c [new file with mode: 0644]
zlib/inffast.c [new file with mode: 0644]
zlib/inffast.h [new file with mode: 0644]
zlib/inffixed.h [new file with mode: 0644]
zlib/inflate.c [new file with mode: 0644]
zlib/inflate.h [new file with mode: 0644]
zlib/inftrees.c [new file with mode: 0644]
zlib/inftrees.h [new file with mode: 0644]
zlib/trees.c [new file with mode: 0644]
zlib/trees.h [new file with mode: 0644]
zlib/uncompr.c [new file with mode: 0644]
zlib/zconf.h [new file with mode: 0644]
zlib/zlib.h [new file with mode: 0644]
zlib/zutil.c [new file with mode: 0644]
zlib/zutil.h [new file with mode: 0644]