Metadata-Version: 2.1
Name: astro-sql-cli
Version: 0.0.0
Summary: Empower analysts to build workflows to transform data using SQL
License: Apache-2.0
Keywords: sql,transform,analyst,workflow,airflow,astronomer
Author: Astronomer
Author-email: humans@astronomer.io
Requires-Python: >=3.8,<4.0.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Apache Airflow
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Requires-Dist: typer[all] (>=0.6.1,<0.7.0)
Description-Content-Type: text/markdown

# Astro SQL CLI

Empower analysts to build workflows to transform data using SQL.


## Getting started

### Install

```bash
    pip install astro-sql-cli
```

### Try it out

```bash
    flow version
```


## Development

Setup your local environment:

```bash
    make setup
```

Try your own version of the SQL CLI locally:

```bash
    poetry run flow version
```

Run the tests:

```bash
    make test
```

