Metadata-Version: 2.4
Name: astro-metadata-translator
Version: 29.0.0rc6
Summary: A translator for astronomical metadata.
Author-email: Rubin Observatory Data Management <dm-admin@lists.lsst.org>
License: BSD 3-Clause License
Project-URL: Homepage, https://github.com/lsst/astro_metadata_translator
Keywords: lsst
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy>=3.0.5
Requires-Dist: pyyaml>=3.13
Requires-Dist: click>=8
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/>
