Metadata-Version: 2.5
Name: maxdop
Version: 0.0.1
Summary: A T-SQL formatter that runs in CI, understands the whole language, and checks its own work
Project-URL: Homepage, https://github.com/pagebrooks/maxdop
Project-URL: Repository, https://github.com/pagebrooks/maxdop
Project-URL: Issues, https://github.com/pagebrooks/maxdop/issues
Author: Page Brooks
License-Expression: MIT
Keywords: formatter,pre-commit,sql,sql-server,t-sql,tsql
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# maxdop

**This is a placeholder release. It contains no formatter.**

[maxdop](https://github.com/pagebrooks/maxdop) is a T-SQL formatter that runs in
CI, understands the whole language, and verifies every result against your input
before writing it. It ships as a single native binary — no .NET runtime, no Node,
no installer.

Wheels bundling that binary are not published yet. Until they are, install maxdop
from [the GitHub releases](https://github.com/pagebrooks/maxdop/releases/latest),
Scoop, or the VS Code extension.

MIT licensed.
