Skip to main content

An uncompromising SQL query formatter.

Project description

SQLFMT - An uncompromising SQL query formatter.

PyPI Latest Release Package Status Code style: black Imports: isort

SQLFMT is an uncompromising SQL query formatter, which provides one and only one way to format the SQL query.

Our goal is to make code reviews faster by producing the smallest diffs possible. You will save time and mental energy on more important matters.

Please note that this project is still in the planning stage and everything may be changed in the future.

Examples

Before

SeLEct  1, blah as  fOO  from myTable

After

SELECT
  1,
  blah AS foo
FROM mytable

Installation

Install sqlfmt from Python Package Index:

pip install sqlfmt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sqlfmt-0.0.2.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

sqlfmt-0.0.2-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file sqlfmt-0.0.2.tar.gz.

File metadata

  • Download URL: sqlfmt-0.0.2.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for sqlfmt-0.0.2.tar.gz
Algorithm Hash digest
SHA256 05308d6e21a0c6bfb8af6e662670a19f86400837ccff142980bbc2df34257a9d
MD5 e2f5587259be1cf609989cb4b4719046
BLAKE2b-256 1db654d9249944d3aa1bb1d36609f0ed1bf777bc6fb5e9203dab4f240e714c57

See more details on using hashes here.

File details

Details for the file sqlfmt-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: sqlfmt-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for sqlfmt-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 92a40c9c5c50a2fa4c39ea82046e9f697e82ad0bc2849cde3c25519badb08bd2
MD5 5569986204db409208674cc538b883ff
BLAKE2b-256 a3ba3a808daf24b666297e9a8b6274ce70f38b6023b09e6d8ed9064e3c5305aa

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page