cutout-fits

View on PyPIReverse Dependencies (0)

0.1.2 cutout_fits-0.1.2-py3-none-any.whl

Wheel Details

Project: cutout-fits
Version: 0.1.2
Filename: cutout_fits-0.1.2-py3-none-any.whl
Download: [link]
Size: 15119
MD5: 261eadf1dae01b38e08d89ba031599a0
SHA256: 92fdafe83f2d07f38de810b1c605b52782d5b52bdc32c0c11145645c94727d97
Uploaded: 2024-12-10 05:26:51 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: cutout-fits
Version: 0.1.2
Summary: A package to produce cutouts of (remote) FITS files.
Author-Email: Alec Thomson <alec.thomson[at]csiro.au>
Project-Url: Homepage, https://github.com/AlecThomson/cutout-fits
Project-Url: Bug Tracker, https://github.com/AlecThomson/cutout-fits/issues
Project-Url: Discussions, https://github.com/AlecThomson/cutout-fits/discussions
Project-Url: Changelog, https://github.com/AlecThomson/cutout-fits/releases
License: BSD 3-Clause License Copyright (c) 2024, Alec Thomson. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the vector package developers nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: astropy
Requires-Dist: astroquery (>=0.4.8.dev0)
Requires-Dist: fsspec
Requires-Dist: numpy
Requires-Dist: python-dotenv
Requires-Dist: s3fs
Requires-Dist: pytest-cov (>=3); extra == "dev"
Requires-Dist: pytest (>=6); extra == "dev"
Requires-Dist: furo (>=2023.08.17); extra == "docs"
Requires-Dist: myst-parser (>=0.13); extra == "docs"
Requires-Dist: sphinx-autoapi; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx (>=7.0); extra == "docs"
Requires-Dist: pytest-cov (>=3); extra == "test"
Requires-Dist: pytest (>=6); extra == "test"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: test
Description-Content-Type: text/markdown
[Description omitted; length: 5448 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.26.3
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
cutout_fits/__init__.py sha256=4zhZ2-PNLHcD1984tsg2sVr3xswUVIcqPrDU0BZ6UF0 297
cutout_fits/_version.py sha256=SFCDdrYA67D1Je-jHgVVh4LOopkPvuV6NMtqSJ7Tfhg 411
cutout_fits/_version.pyi sha256=j5kbzfm6lOn8BzASXWjGIA1yT0OlHTWqlbyZ8Si_o0E 118
cutout_fits/casda.py sha256=dIdTspVX9g09Qr0fMMr0wmkQWetnF25dmBIYfBVUKiI 8382
cutout_fits/casda_login.py sha256=CfjAsd19_vgGjOvm81Kv4MejLwZExC8zgqaKdU3oOmo 482
cutout_fits/cutout.py sha256=Q0OdRi_zSHPO6EyIvEFxysN1t9Psg-ABKJZwJ4UChmo 18537
cutout_fits/logger.py sha256=JFK_Kyg0-Eu9lUip4B9_kKCIqdBasETRV4dPX6ovGgo 1790
cutout_fits/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
cutout_fits-0.1.2.dist-info/METADATA sha256=4z4J-peeZthhzfgyVvyOjQsKSwgSXc0sx62-SHkyuiA 9081
cutout_fits-0.1.2.dist-info/WHEEL sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug 87
cutout_fits-0.1.2.dist-info/entry_points.txt sha256=6gEgqoM9dCqtn-jRpaAFZVvcLWO_KiYF59hPwd8sqi4 137
cutout_fits-0.1.2.dist-info/licenses/LICENSE sha256=2np7F_nRzc0lsTWfx6khVsWWtl-pulxmPmGNNr6A_q0 1522
cutout_fits-0.1.2.dist-info/RECORD

entry_points.txt

casda-login = cutout_fits.casda_login:main
cutout-casda = cutout_fits.casda:main
cutout-fits = cutout_fits.cutout:main