Import python-fitsio_1.3.0+ds.orig.tar.xz
authorOle Streicher <olebole@debian.org>
Thu, 13 Nov 2025 08:15:43 +0000 (09:15 +0100)
committerOle Streicher <olebole@debian.org>
Thu, 13 Nov 2025 08:15:43 +0000 (09:15 +0100)
commit2dacf1dec3e2293366ef655ecf18a5343e8a5d28
tree8d4e23414e76f652b4bdad160a4970e4a2492df6
Import python-fitsio_1.3.0+ds.orig.tar.xz

[dgit import orig python-fitsio_1.3.0+ds.orig.tar.xz]
51 files changed:
.git_archival.txt [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.github/dependabot.yml [new file with mode: 0644]
.github/workflows/lint.yml [new file with mode: 0644]
.github/workflows/tests-external-cfitsio.yml [new file with mode: 0644]
.github/workflows/tests-pypi.yml [new file with mode: 0644]
.github/workflows/tests.yml [new file with mode: 0644]
.github/workflows/wheel.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.pre-commit-config.yaml [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]
README.md [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_image_compression_defaults.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_util.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.am.patch [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/configure.ac.patch [new file with mode: 0644]
patches/configure.patch [new file with mode: 0644]
patches/fitsio2.h.patch [new file with mode: 0644]
patches/getcold.c.patch [new file with mode: 0644]
patches/getcole.c.patch [new file with mode: 0644]
patches/imcompress.c.patch [new file with mode: 0644]
ruff.toml [new file with mode: 0644]
setup.py [new file with mode: 0644]
zlib.tar.gz [new file with mode: 0644]