Metadata-Version: 2.4
Name: astrodb_utils
Version: 0.10
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.9
Requires-Dist: astropy>7.0
Requires-Dist: astrodbkit>=2.3
Requires-Dist: lsst-felis
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: ads
Requires-Dist: dateparser
Requires-Dist: specutils>=1.20.1
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: ruff>0.3.7; extra == "test"
Requires-Dist: pre-commit; extra == "test"
Requires-Dist: pytest-dependency; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-autobuild; extra == "docs"
Requires-Dist: sphinx_pyproject; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: pydata-sphinx-theme; extra == "docs"
Requires-Dist: pandoc; extra == "docs"
Requires-Dist: sphinx_mdinclude; extra == "docs"
Requires-Dist: doc8; extra == "docs"
Provides-Extra: all
Requires-Dist: astrodb_utils[docs,test]; extra == "all"
Dynamic: license-file

# 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/)
[![PyPI - Version](https://img.shields.io/pypi/v/astrodb-utils)](https://pypi.org/project/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/)
