Metadata-Version: 2.4
Name: astro-metadata-translator
Version: 30.0.7
Summary: A translator for astronomical metadata.
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/lsst/astro_metadata_translator
Project-URL: Source, https://github.com/lsst/astro_metadata_translator
Keywords: lsst
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy>=3.0.5
Requires-Dist: numpy
Requires-Dist: pyyaml>=3.13
Requires-Dist: lsst-resources
Requires-Dist: lsst-utils
Requires-Dist: fsspec
Requires-Dist: click>=8
Requires-Dist: pydantic<3.0,>2.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: license-file

# astro_metadata_translator

[![pypi](https://img.shields.io/pypi/v/astro-metadata-translator.svg)](https://pypi.org/project/astro-metadata-translator/)
[![codecov](https://codecov.io/gh/lsst/astro_metadata_translator/branch/main/graph/badge.svg?token=0HtEHdoYDF)](https://codecov.io/gh/lsst/astro_metadata_translator)

Observation metadata handling infrastructure

This package can be used to translate headers from astronomical
instrumentation into a standard form.  This allows the details
of particular headers to be hidden from the user of the data
files.

This package was developed by the Large Synoptic Survey Telescope
Data Management team.

It does not depend on any LSST software.

Documentation: <https://astro-metadata-translator.lsst.io>\
Source: <https://github.com/lsst/astro_metadata_translator>\
PyPI: <https://pypi.org/project/astro-metadata-translator/>
