sqlfluff


Namesqlfluff JSON
Version 3.0.5 PyPI version JSON
download
home_pageNone
SummaryThe SQL Linter for Humans
upload_time2024-04-19 13:48:36
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2023 Alan Cruickshank Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords sqlfluff sql linter formatter athena bigquery clickhouse databricks db2 duckdb exasol greenplum hive materialize mysql postgres redshift snowflake soql sparksql sqlite teradata trino tsql vertica dbt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![SQLFluff](https://raw.githubusercontent.com/sqlfluff/sqlfluff/main/images/sqlfluff-wide.png)

# The SQL Linter for Humans

[![PyPi Version](https://img.shields.io/pypi/v/sqlfluff.svg?style=flat-square&logo=PyPi)](https://pypi.org/project/sqlfluff/)
[![PyPi License](https://img.shields.io/pypi/l/sqlfluff.svg?style=flat-square)](https://pypi.org/project/sqlfluff/)
[![PyPi Python Versions](https://img.shields.io/pypi/pyversions/sqlfluff.svg?style=flat-square)](https://pypi.org/project/sqlfluff/)
[![PyPi Status](https://img.shields.io/pypi/status/sqlfluff.svg?style=flat-square)](https://pypi.org/project/sqlfluff/)
[![PyPi Downloads](https://img.shields.io/pypi/dm/sqlfluff?style=flat-square)](https://pypi.org/project/sqlfluff/)

[![Coveralls](https://img.shields.io/coverallsCoverage/github/sqlfluff/sqlfluff?logo=coveralls&style=flat-square)](https://coveralls.io/github/sqlfluff/sqlfluff?branch=main)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/sqlfluff/sqlfluff/.github/workflows/ci-tests.yml?logo=github&style=flat-square)](https://github.com/sqlfluff/sqlfluff/actions/workflows/ci-tests.yml?query=branch%3Amain)
[![ReadTheDocs](https://img.shields.io/readthedocs/sqlfluff?style=flat-square&logo=Read%20the%20Docs)](https://sqlfluff.readthedocs.io)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)
[![Docker Pulls](https://img.shields.io/docker/pulls/sqlfluff/sqlfluff?logo=docker&style=flat-square)](https://hub.docker.com/r/sqlfluff/sqlfluff)

**SQLFluff** is a dialect-flexible and configurable SQL linter. Designed
with ELT applications in mind, **SQLFluff** also works with Jinja templating
and dbt. **SQLFluff** will auto-fix most linting errors, allowing you to focus
your time on what matters.

## Dialects Supported

Although SQL is reasonably consistent in its implementations, there are several
different dialects available with variations of syntax and grammar. **SQLFluff**
currently supports the following SQL dialects (though perhaps not in full):

- ANSI SQL - this is the base version and on occasion may not strictly follow
  the ANSI/ISO SQL definition
- [Athena](https://aws.amazon.com/athena/)
- [BigQuery](https://cloud.google.com/bigquery/)
- [ClickHouse](https://clickhouse.com/)
- [Databricks](https://databricks.com/) (note: this extends the `sparksql` dialect with
  [Unity Catalog](https://docs.databricks.com/data-governance/unity-catalog/index.html) syntax).
- [Db2](https://www.ibm.com/analytics/db2)
- [DuckDB](https://duckdb.org/)
- [Exasol](https://www.exasol.com/)
- [Greenplum](https://greenplum.org/)
- [Hive](https://hive.apache.org/)
- [Materialize](https://materialize.com/)
- [MySQL](https://www.mysql.com/)
- [Oracle](https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/index.html)
- [PostgreSQL](https://www.postgresql.org/) (aka Postgres)
- [Redshift](https://docs.aws.amazon.com/redshift/index.html)
- [Snowflake](https://www.snowflake.com/)
- [SOQL](https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm)
- [SparkSQL](https://spark.apache.org/docs/latest/)
- [SQLite](https://www.sqlite.org/)
- [Teradata](https://www.teradata.com/)
- [Transact-SQL](https://docs.microsoft.com/en-us/sql/t-sql/language-reference) (aka T-SQL)
- [Trino](https://trino.io/)
- [Vertica](https://www.vertica.com/)

We aim to make it easy to expand on the support of these dialects and also
add other, currently unsupported, dialects. Please [raise issues](https://github.com/sqlfluff/sqlfluff/issues)
(or upvote any existing issues) to let us know of demand for missing support.

Pull requests from those that know the missing syntax or dialects are especially
welcomed and are the question way for you to get support added. We are happy
to work with any potential contributors on this to help them add this support.
Please raise an issue first for any large feature change to ensure it is a good
fit for this project before spending time on this work.

## Templates Supported

SQL itself does not lend itself well to [modularity](https://docs.getdbt.com/docs/viewpoint#section-modularity),
so to introduce some flexibility and reusability it is often [templated](https://en.wikipedia.org/wiki/Template_processor)
as discussed more in [our modularity documentation](https://docs.sqlfluff.com/en/stable/realworld.html#modularity).

**SQLFluff** supports the following templates:
- [Jinja](https://jinja.palletsprojects.com/) (aka Jinja2)
- [dbt](https://www.getdbt.com/)

Again, please raise issues if you wish to support more templating languages/syntaxes.

## VS Code Extension

We also have a VS Code extension:

- [Github Repository](https://github.com/sqlfluff/vscode-sqlfluff)
- [Extension in VS Code marketplace](https://marketplace.visualstudio.com/items?itemName=dorzey.vscode-sqlfluff)

# Getting Started

To get started, install the package and run `sqlfluff lint` or `sqlfluff fix`.

```shell
$ pip install sqlfluff
$ echo "  SELECT a  +  b FROM tbl;  " > test.sql
$ sqlfluff lint test.sql --dialect ansi
== [test.sql] FAIL
L:   1 | P:   1 | LT01 | Expected only single space before 'SELECT' keyword.
                       | Found '  '. [layout.spacing]
L:   1 | P:   1 | LT02 | First line should not be indented.
                       | [layout.indent]
L:   1 | P:   1 | LT13 | Files must not begin with newlines or whitespace.
                       | [layout.start_of_file]
L:   1 | P:  11 | LT01 | Expected only single space before binary operator '+'.
                       | Found '  '. [layout.spacing]
L:   1 | P:  14 | LT01 | Expected only single space before naked identifier.
                       | Found '  '. [layout.spacing]
L:   1 | P:  27 | LT01 | Unnecessary trailing whitespace at end of file.
                       | [layout.spacing]
L:   1 | P:  27 | LT12 | Files must end with a single trailing newline.
                       | [layout.end_of_file]
All Finished 📜 🎉!
```

Alternatively, you can use the [**Official SQLFluff Docker Image**](https://hub.docker.com/r/sqlfluff/sqlfluff)
or have a play using [**SQLFluff online**](https://online.sqlfluff.com/).

For full [CLI usage](https://docs.sqlfluff.com/en/stable/cli.html) and
[rules reference](https://docs.sqlfluff.com/en/stable/rules.html), see
[the SQLFluff docs](https://docs.sqlfluff.com/en/stable/).

# Documentation

For full documentation visit [docs.sqlfluff.com](https://docs.sqlfluff.com/en/stable/).
This documentation is generated from this repository so please raise
[issues](https://github.com/sqlfluff/sqlfluff/issues) or pull requests
for any additions, corrections, or clarifications.

# Releases

**SQLFluff** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
so breaking changes should be restricted to major versions releases. Some
elements (such as the python API) are in a less stable state and may see more
significant changes more often. For details on breaking changes and how
to migrate between versions, see our
[release notes](https://docs.sqlfluff.com/en/latest/releasenotes.html). See the
[changelog](CHANGELOG.md) for more details. If you would like to join in, please
consider [contributing](CONTRIBUTING.md).

New releases are made monthly. For more information, visit
[Releases](https://github.com/sqlfluff/sqlfluff/releases).

# SQLFluff on Slack

We have a fast-growing community
[on Slack](https://join.slack.com/t/sqlfluff/shared_invite/zt-o1f4x0e8-pZzarAIlQmKj_6ZwD16w0g),
come and join us!

# SQLFluff on Twitter

Follow us [on Twitter @SQLFluff](https://twitter.com/SQLFluff) for announcements
and other related posts.

# Contributing

We are grateful to all our [contributors](https://github.com/sqlfluff/sqlfluff/graphs/contributors).
There is a lot to do in this project, and we are just getting started.

If you want to understand more about the architecture of **SQLFluff**, you can
find [more here](https://docs.sqlfluff.com/en/latest/internals.html#architecture).

If you would like to contribute, check out the
[open issues on GitHub](https://github.com/sqlfluff/sqlfluff/issues). You can also see
the guide to [contributing](CONTRIBUTING.md).

# Sponsors

<img src="images/datacoves.png" alt="Datacoves" width="150"/><br>
The turnkey analytics stack, find out more at [Datacoves.com](https://datacoves.com/).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sqlfluff",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "sqlfluff, sql, linter, formatter, athena, bigquery, clickhouse, databricks, db2, duckdb, exasol, greenplum, hive, materialize, mysql, postgres, redshift, snowflake, soql, sparksql, sqlite, teradata, trino, tsql, vertica, dbt",
    "author": null,
    "author_email": "Alan Cruickshank <alan@designingoverload.com>",
    "download_url": "https://files.pythonhosted.org/packages/16/50/f4a2bddbe52da638171d67d087bc73c121d40a9aef534bbc29e967793ceb/sqlfluff-3.0.5.tar.gz",
    "platform": null,
    "description": "![SQLFluff](https://raw.githubusercontent.com/sqlfluff/sqlfluff/main/images/sqlfluff-wide.png)\n\n# The SQL Linter for Humans\n\n[![PyPi Version](https://img.shields.io/pypi/v/sqlfluff.svg?style=flat-square&logo=PyPi)](https://pypi.org/project/sqlfluff/)\n[![PyPi License](https://img.shields.io/pypi/l/sqlfluff.svg?style=flat-square)](https://pypi.org/project/sqlfluff/)\n[![PyPi Python Versions](https://img.shields.io/pypi/pyversions/sqlfluff.svg?style=flat-square)](https://pypi.org/project/sqlfluff/)\n[![PyPi Status](https://img.shields.io/pypi/status/sqlfluff.svg?style=flat-square)](https://pypi.org/project/sqlfluff/)\n[![PyPi Downloads](https://img.shields.io/pypi/dm/sqlfluff?style=flat-square)](https://pypi.org/project/sqlfluff/)\n\n[![Coveralls](https://img.shields.io/coverallsCoverage/github/sqlfluff/sqlfluff?logo=coveralls&style=flat-square)](https://coveralls.io/github/sqlfluff/sqlfluff?branch=main)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/sqlfluff/sqlfluff/.github/workflows/ci-tests.yml?logo=github&style=flat-square)](https://github.com/sqlfluff/sqlfluff/actions/workflows/ci-tests.yml?query=branch%3Amain)\n[![ReadTheDocs](https://img.shields.io/readthedocs/sqlfluff?style=flat-square&logo=Read%20the%20Docs)](https://sqlfluff.readthedocs.io)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)\n[![Docker Pulls](https://img.shields.io/docker/pulls/sqlfluff/sqlfluff?logo=docker&style=flat-square)](https://hub.docker.com/r/sqlfluff/sqlfluff)\n\n**SQLFluff** is a dialect-flexible and configurable SQL linter. Designed\nwith ELT applications in mind, **SQLFluff** also works with Jinja templating\nand dbt. **SQLFluff** will auto-fix most linting errors, allowing you to focus\nyour time on what matters.\n\n## Dialects Supported\n\nAlthough SQL is reasonably consistent in its implementations, there are several\ndifferent dialects available with variations of syntax and grammar. **SQLFluff**\ncurrently supports the following SQL dialects (though perhaps not in full):\n\n- ANSI SQL - this is the base version and on occasion may not strictly follow\n  the ANSI/ISO SQL definition\n- [Athena](https://aws.amazon.com/athena/)\n- [BigQuery](https://cloud.google.com/bigquery/)\n- [ClickHouse](https://clickhouse.com/)\n- [Databricks](https://databricks.com/) (note: this extends the `sparksql` dialect with\n  [Unity Catalog](https://docs.databricks.com/data-governance/unity-catalog/index.html) syntax).\n- [Db2](https://www.ibm.com/analytics/db2)\n- [DuckDB](https://duckdb.org/)\n- [Exasol](https://www.exasol.com/)\n- [Greenplum](https://greenplum.org/)\n- [Hive](https://hive.apache.org/)\n- [Materialize](https://materialize.com/)\n- [MySQL](https://www.mysql.com/)\n- [Oracle](https://docs.oracle.com/en/database/oracle/oracle-database/21/sqlrf/index.html)\n- [PostgreSQL](https://www.postgresql.org/) (aka Postgres)\n- [Redshift](https://docs.aws.amazon.com/redshift/index.html)\n- [Snowflake](https://www.snowflake.com/)\n- [SOQL](https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql.htm)\n- [SparkSQL](https://spark.apache.org/docs/latest/)\n- [SQLite](https://www.sqlite.org/)\n- [Teradata](https://www.teradata.com/)\n- [Transact-SQL](https://docs.microsoft.com/en-us/sql/t-sql/language-reference) (aka T-SQL)\n- [Trino](https://trino.io/)\n- [Vertica](https://www.vertica.com/)\n\nWe aim to make it easy to expand on the support of these dialects and also\nadd other, currently unsupported, dialects. Please [raise issues](https://github.com/sqlfluff/sqlfluff/issues)\n(or upvote any existing issues) to let us know of demand for missing support.\n\nPull requests from those that know the missing syntax or dialects are especially\nwelcomed and are the question way for you to get support added. We are happy\nto work with any potential contributors on this to help them add this support.\nPlease raise an issue first for any large feature change to ensure it is a good\nfit for this project before spending time on this work.\n\n## Templates Supported\n\nSQL itself does not lend itself well to [modularity](https://docs.getdbt.com/docs/viewpoint#section-modularity),\nso to introduce some flexibility and reusability it is often [templated](https://en.wikipedia.org/wiki/Template_processor)\nas discussed more in [our modularity documentation](https://docs.sqlfluff.com/en/stable/realworld.html#modularity).\n\n**SQLFluff** supports the following templates:\n- [Jinja](https://jinja.palletsprojects.com/) (aka Jinja2)\n- [dbt](https://www.getdbt.com/)\n\nAgain, please raise issues if you wish to support more templating languages/syntaxes.\n\n## VS Code Extension\n\nWe also have a VS Code extension:\n\n- [Github Repository](https://github.com/sqlfluff/vscode-sqlfluff)\n- [Extension in VS Code marketplace](https://marketplace.visualstudio.com/items?itemName=dorzey.vscode-sqlfluff)\n\n# Getting Started\n\nTo get started, install the package and run `sqlfluff lint` or `sqlfluff fix`.\n\n```shell\n$ pip install sqlfluff\n$ echo \"  SELECT a  +  b FROM tbl;  \" > test.sql\n$ sqlfluff lint test.sql --dialect ansi\n== [test.sql] FAIL\nL:   1 | P:   1 | LT01 | Expected only single space before 'SELECT' keyword.\n                       | Found '  '. [layout.spacing]\nL:   1 | P:   1 | LT02 | First line should not be indented.\n                       | [layout.indent]\nL:   1 | P:   1 | LT13 | Files must not begin with newlines or whitespace.\n                       | [layout.start_of_file]\nL:   1 | P:  11 | LT01 | Expected only single space before binary operator '+'.\n                       | Found '  '. [layout.spacing]\nL:   1 | P:  14 | LT01 | Expected only single space before naked identifier.\n                       | Found '  '. [layout.spacing]\nL:   1 | P:  27 | LT01 | Unnecessary trailing whitespace at end of file.\n                       | [layout.spacing]\nL:   1 | P:  27 | LT12 | Files must end with a single trailing newline.\n                       | [layout.end_of_file]\nAll Finished \ud83d\udcdc \ud83c\udf89!\n```\n\nAlternatively, you can use the [**Official SQLFluff Docker Image**](https://hub.docker.com/r/sqlfluff/sqlfluff)\nor have a play using [**SQLFluff online**](https://online.sqlfluff.com/).\n\nFor full [CLI usage](https://docs.sqlfluff.com/en/stable/cli.html) and\n[rules reference](https://docs.sqlfluff.com/en/stable/rules.html), see\n[the SQLFluff docs](https://docs.sqlfluff.com/en/stable/).\n\n# Documentation\n\nFor full documentation visit [docs.sqlfluff.com](https://docs.sqlfluff.com/en/stable/).\nThis documentation is generated from this repository so please raise\n[issues](https://github.com/sqlfluff/sqlfluff/issues) or pull requests\nfor any additions, corrections, or clarifications.\n\n# Releases\n\n**SQLFluff** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),\nso breaking changes should be restricted to major versions releases. Some\nelements (such as the python API) are in a less stable state and may see more\nsignificant changes more often. For details on breaking changes and how\nto migrate between versions, see our\n[release notes](https://docs.sqlfluff.com/en/latest/releasenotes.html). See the\n[changelog](CHANGELOG.md) for more details. If you would like to join in, please\nconsider [contributing](CONTRIBUTING.md).\n\nNew releases are made monthly. For more information, visit\n[Releases](https://github.com/sqlfluff/sqlfluff/releases).\n\n# SQLFluff on Slack\n\nWe have a fast-growing community\n[on Slack](https://join.slack.com/t/sqlfluff/shared_invite/zt-o1f4x0e8-pZzarAIlQmKj_6ZwD16w0g),\ncome and join us!\n\n# SQLFluff on Twitter\n\nFollow us [on Twitter @SQLFluff](https://twitter.com/SQLFluff) for announcements\nand other related posts.\n\n# Contributing\n\nWe are grateful to all our [contributors](https://github.com/sqlfluff/sqlfluff/graphs/contributors).\nThere is a lot to do in this project, and we are just getting started.\n\nIf you want to understand more about the architecture of **SQLFluff**, you can\nfind [more here](https://docs.sqlfluff.com/en/latest/internals.html#architecture).\n\nIf you would like to contribute, check out the\n[open issues on GitHub](https://github.com/sqlfluff/sqlfluff/issues). You can also see\nthe guide to [contributing](CONTRIBUTING.md).\n\n# Sponsors\n\n<img src=\"images/datacoves.png\" alt=\"Datacoves\" width=\"150\"/><br>\nThe turnkey analytics stack, find out more at [Datacoves.com](https://datacoves.com/).\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Alan Cruickshank  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "The SQL Linter for Humans",
    "version": "3.0.5",
    "project_urls": {
        "Changes": "https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md",
        "Chat": "https://github.com/sqlfluff/sqlfluff#sqlfluff-on-slack",
        "Documentation": "https://docs.sqlfluff.com",
        "Homepage": "https://www.sqlfluff.com",
        "Issue Tracker": "https://github.com/sqlfluff/sqlfluff/issues",
        "Source": "https://github.com/sqlfluff/sqlfluff",
        "Twitter": "https://twitter.com/SQLFluff"
    },
    "split_keywords": [
        "sqlfluff",
        " sql",
        " linter",
        " formatter",
        " athena",
        " bigquery",
        " clickhouse",
        " databricks",
        " db2",
        " duckdb",
        " exasol",
        " greenplum",
        " hive",
        " materialize",
        " mysql",
        " postgres",
        " redshift",
        " snowflake",
        " soql",
        " sparksql",
        " sqlite",
        " teradata",
        " trino",
        " tsql",
        " vertica",
        " dbt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75d07a14aea15772fae194f317566db146b57e5a5708cdbe6f8adea3609b1d71",
                "md5": "7498ca800ce2ce63b383653f3eca4764",
                "sha256": "b7818ea9954d9efc5b2f913df6e3d2270c42532cbad815f73ab582a410d9a39e"
            },
            "downloads": -1,
            "filename": "sqlfluff-3.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7498ca800ce2ce63b383653f3eca4764",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 769425,
            "upload_time": "2024-04-19T13:48:33",
            "upload_time_iso_8601": "2024-04-19T13:48:33.343219Z",
            "url": "https://files.pythonhosted.org/packages/75/d0/7a14aea15772fae194f317566db146b57e5a5708cdbe6f8adea3609b1d71/sqlfluff-3.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1650f4a2bddbe52da638171d67d087bc73c121d40a9aef534bbc29e967793ceb",
                "md5": "e8f8964929899ad816534d27e5c80931",
                "sha256": "5a4a08e4e4dedcadf4f544de83a7edab66e1decf7d946ec5fdbe59db49d6c2fe"
            },
            "downloads": -1,
            "filename": "sqlfluff-3.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "e8f8964929899ad816534d27e5c80931",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 758311,
            "upload_time": "2024-04-19T13:48:36",
            "upload_time_iso_8601": "2024-04-19T13:48:36.385478Z",
            "url": "https://files.pythonhosted.org/packages/16/50/f4a2bddbe52da638171d67d087bc73c121d40a9aef534bbc29e967793ceb/sqlfluff-3.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 13:48:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sqlfluff",
    "github_project": "sqlfluff",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "sqlfluff"
}
        
Elapsed time: 0.26058s