Metadata-Version: 2.4
Name: sqltidy
Version: 0.2.2
Summary: SQL Formatting Made Easy
Author: Jayden Rasband
Project-URL: Source, https://github.com/jrasband-dev/sqltidy
Project-URL: Documentation, https://jrasband-dev.github.io/sqltidy/
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# SQLTidy

[![PyPI version](https://img.shields.io/pypi/v/sqltidy.svg)](https://pypi.org/project/sqltidy/)  
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)  
[![Documentation Status](https://img.shields.io/badge/docs-online-brightgreen.svg)](https://jrasband-dev.github.io/sqltidy/)

Tidy your SQL Scripts

For full details and usage, see the [official documentation](https://jrasband-dev.github.io/sqltidy/).

## Getting Started

```bash
pip install sqltidy
```
