Metadata-Version: 2.1
Name: sqlfluff-plugin-easy-ql
Version: 0.1.2
Summary: A sqlfluff plugin
Author-email: Jordi Puig Rabat <jordipuig37@gmail.com>
Project-URL: Homepage, https://github.com/jordipuig37/easy-ql
Project-URL: Issues, https://github.com/jordipuig37/easy-ql/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sqlfluff>=0.4.0

# Easy QL

EasyQL is a SQLFluff plugin

## Installation

Before the plugin is released as a PyPi package, to use it locally you can download the code in the repo and run the following command from the main directory:

```sh
pip install -e .
```
