Metadata-Version: 2.2
Name: astrodb_utils
Version: 0.4
Summary: astrodb_utils: scripts for interacting with the astrodb database
Author: Kelle Cruz, David Rodriguez
Author-email: Arjun Savel <asavel@umd.edu>
License: BSD-3-Clause
Project-URL: Homepage, https://github.com/astrodbtoolkit/astrodb_utils
Project-URL: Issues, https://github.com/astrodbtoolkit/astrodb_utils/issues
Project-URL: Documentation, https://astrodb-utils.readthedocs.io/en/latest/
Keywords: databases,astronomy
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<2.0
Requires-Dist: astroquery==0.4.7
Requires-Dist: astropy
Requires-Dist: astrodbkit<2.3,>=2.1
Requires-Dist: lsst-felis
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: ads
Requires-Dist: dateparser
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff; extra == "test"

# astrodb_utils
[![build](https://github.com/astrodbtoolkit/astrodb-scripts/actions/workflows/run_tests.yml/badge.svg)](https://github.com/astrodbtoolkit/astrodb-scripts/actions/workflows/run_tests.yml)
[![Documentation Status](https://readthedocs.org/projects/astrodb-utils/badge/?version=latest)](https://astrodb-utils.readthedocs.io/en/latest/?badge=latest)
![PyPI - Version](https://img.shields.io/pypi/v/astrodb-utils)

The AstroDB Toolkit provides a set of tools to help astronomers work with and create databases. 
The `astrodb_utils` package provides a set of functions to query and ingest data into databases built with the `astrodb-template-db` schema.

[Documentation for the Toolkit](https://astrodb-utils.readthedocs.io/en/latest/)
