Metadata-Version: 2.4
Name: alma_search
Version: 0.1.1
Summary: Search the ALMA archive around input sky positions and export nearby observations to CSV.
Author-email: Hongxing Chen <retarchx@icloud.com>, Joyeeta Kundu Aishi <joyeetaishi.kundu@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/retarchen/ALMA_search
Project-URL: Repository, https://github.com/retarchen/ALMA_search
Project-URL: Issues, https://github.com/retarchen/ALMA_search/issues
Keywords: astronomy,ALMA,archive,radio astronomy,TAP
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy>=5.0
Requires-Dist: pandas>=2.0
Requires-Dist: pyvo>=1.4
Provides-Extra: dev
Requires-Dist: pytest>=7.4; extra == "dev"
Dynamic: license-file

# alma_search

[![PyPI version](https://img.shields.io/pypi/v/alma_search.svg)](https://pypi.org/project/alma_search/)
[![Documentation Status](https://readthedocs.org/projects/alma-search/badge/?version=latest)](https://alma-search.readthedocs.io/en/latest/)
[![DOI](https://img.shields.io/badge/DOI-not%20released-lightgrey.svg)](https://github.com/retarchen/ALMA_search)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)

Lightweight ALMA archive search for nearby observations around target sky positions.

`alma_search` queries the ALMA archive around input coordinates and returns
nearby observations as a pandas-friendly CSV table.

## Links

- PyPI: https://pypi.org/project/alma_search/
- Documentation: https://alma-search.readthedocs.io/en/latest/
- Source code: https://github.com/retarchen/ALMA_search
- Citation DOI: not released yet

