Metadata-Version: 2.4
Name: adss
Version: 1.30
Summary: Astronomical Data Smart System
Author-email: Gustavo Schwarz <gustavo.b.schwarz@gmail.com>
Project-URL: Homepage, https://github.com/schwarzam/adss
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyarrow
Requires-Dist: requests
Requires-Dist: astropy
Dynamic: license-file

# ADSS
Astronomical Data Smart System

ADSS is a database/server project hosted at CBPF (Brazilian Center for Research in Physics) that provides access to astronomical data from different surveys. 

This repository provides a set of tools for querying astronomical ADSS services using ADQL. You can perform cone searches, cross-match queries between tables, and even cross-match against user-supplied data. The library supports both synchronous and asynchronous query execution.

## Instalation

```bash
pip install adss
```

or

```bash
git clone https://github.com/schwarzam/adss.git
cd adss
pip install .
```

