Metadata-Version: 2.4
Name: astrot3k-common
Version: 1.0.0
Summary: Shared utilities for AstroT3k Siril plugin scripts
Author-email: Paweł Tomak <pawel@tomak.eu>
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: pyyaml>=5.0
Provides-Extra: pyside6
Requires-Dist: PySide6>=6.5; extra == "pyside6"
Provides-Extra: fits
Requires-Dist: exifread>=3.0; extra == "fits"
Provides-Extra: wcs
Requires-Dist: astropy>=5.0; extra == "wcs"
Provides-Extra: all
Requires-Dist: PySide6>=6.5; extra == "all"
Requires-Dist: exifread>=3.0; extra == "all"
Requires-Dist: astropy>=5.0; extra == "all"
