Metadata-Version: 2.4
Name: sqlfluff-templater-dbt
Version: 4.1.0
Summary: Lint your dbt project SQL
Author-email: Alan Cruickshank <alan@designingoverload.com>
License: MIT License
        
        Copyright (c) 2018-2026 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.
        
Project-URL: Homepage, https://www.sqlfluff.com
Project-URL: Documentation, https://docs.sqlfluff.com
Project-URL: Source, https://github.com/sqlfluff/sqlfluff
Project-URL: Changes, https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md
Project-URL: Issue Tracker, https://github.com/sqlfluff/sqlfluff/issues
Project-URL: Twitter, https://twitter.com/SQLFluff
Project-URL: Chat, https://github.com/sqlfluff/sqlfluff#sqlfluff-on-slack
Keywords: sqlfluff,sql,linter,formatter,bigquery,clickhouse,databricks,db2,duckdb,exasol,greenplum,hive,materialize,mysql,postgres,redshift,snowflake,soql,sparksql,sqlite,teradata,tsql,dbt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Quality Assurance
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: sqlfluff==4.1.0
Requires-Dist: dbt-core>=1.4.1
Requires-Dist: jinja2-simple-tags>=0.3.1
Dynamic: license-file

# dbt plugin for SQLFluff

This plugin works with [SQLFluff](https://pypi.org/project/sqlfluff/), the
SQL linter for humans, to correctly parse and compile SQL projects using
[dbt](https://pypi.org/project/dbt/).

For more details on how to use this plugin,
[see the documentation](https://docs.sqlfluff.com/en/stable/perma/dbt.html).
