astro-sql-cli


Nameastro-sql-cli JSON
Version 0.4.1 PyPI version JSON
download
home_page
SummaryEmpower analysts to build workflows to transform data using SQL
upload_time2023-03-20 13:45:43
maintainer
docs_urlNone
authorAstronomer
requires_python>=3.8,<3.11
licenseApache-2.0
keywords sql transform analyst workflow airflow astronomer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Astro SQL CLI

Empower analysts to build workflows to transform data using SQL.

Find out more in the [docs](https://docs.astronomer.io/astro/cli/sql-cli).

## 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
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "astro-sql-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<3.11",
    "maintainer_email": "",
    "keywords": "sql,transform,analyst,workflow,airflow,astronomer",
    "author": "Astronomer",
    "author_email": "humans@astronomer.io",
    "download_url": "https://files.pythonhosted.org/packages/d7/c3/6056b1a6ca79915d74e9e9471bc1bed5b05846709b2fb556b2c1d7330b62/astro_sql_cli-0.4.1.tar.gz",
    "platform": null,
    "description": "# Astro SQL CLI\n\nEmpower analysts to build workflows to transform data using SQL.\n\nFind out more in the [docs](https://docs.astronomer.io/astro/cli/sql-cli).\n\n## Getting started\n\n### Install\n\n```bash\n    pip install astro-sql-cli\n```\n\n### Try it out\n\n```bash\n    flow version\n```\n\n\n## Development\n\nSetup your local environment:\n\n```bash\n    make setup\n```\n\nTry your own version of the SQL CLI locally:\n\n```bash\n    poetry run flow version\n```\n\nRun the tests:\n\n```bash\n    make test\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Empower analysts to build workflows to transform data using SQL",
    "version": "0.4.1",
    "split_keywords": [
        "sql",
        "transform",
        "analyst",
        "workflow",
        "airflow",
        "astronomer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d26f0287ea25b5686bc8f2884132d7278e46d7d49fae61b88b7e47aea40be11d",
                "md5": "aed28457b403845616334e61082b38d1",
                "sha256": "61adc386ab25a948d5150c898fed294d39abeef9c1d3d2b4f118dfefab4b995c"
            },
            "downloads": -1,
            "filename": "astro_sql_cli-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aed28457b403845616334e61082b38d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.11",
            "size": 68827,
            "upload_time": "2023-03-20T13:45:41",
            "upload_time_iso_8601": "2023-03-20T13:45:41.647722Z",
            "url": "https://files.pythonhosted.org/packages/d2/6f/0287ea25b5686bc8f2884132d7278e46d7d49fae61b88b7e47aea40be11d/astro_sql_cli-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7c36056b1a6ca79915d74e9e9471bc1bed5b05846709b2fb556b2c1d7330b62",
                "md5": "f61e0d6af11ab838e4b5c345d0a8f5e6",
                "sha256": "efe9e401d4b4ab73e142d104e7cb5335321f722599940944c455ac17b82935f1"
            },
            "downloads": -1,
            "filename": "astro_sql_cli-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f61e0d6af11ab838e4b5c345d0a8f5e6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.11",
            "size": 57160,
            "upload_time": "2023-03-20T13:45:43",
            "upload_time_iso_8601": "2023-03-20T13:45:43.831573Z",
            "url": "https://files.pythonhosted.org/packages/d7/c3/6056b1a6ca79915d74e9e9471bc1bed5b05846709b2fb556b2c1d7330b62/astro_sql_cli-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-20 13:45:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "astro-sql-cli"
}
        
Elapsed time: 0.04522s