macOS
brew install sqlparselocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für sqlparse in AI-Agent-Workflows.
Installation
brew install sqlparselocal Homebrew formula metadata
sudo apt install python-sqlparse-docDebian stable package indexes · python-sqlparse-doc · Quelle: deb.debian.org
Überblick
Non-validating SQL parser
Verlauf
sqlparse is a Python package and companion sqlformat command for non-validating SQL parsing, statement splitting, and SQL formatting.
The official documentation describes sqlparse as a non-validating SQL parser for Python with support for parsing, splitting, and formatting SQL statements. The official changelog records release 0.1.0 on April 8, 2009, making it one of the older small SQL tooling packages in the Python ecosystem.
The changelog shows steady maintenance across Python packaging eras: Python 3 compatibility work in release 0.1.6 on January 1, 2013, Python 2.7 and Python 3.3+ support boundaries in release 0.2.0 on July 20, 2016, and modern security and runtime updates such as 0.4.4 in 2023 and 0.5.0 in 2024.
sqlparse has remained useful because many tools need SQL tokenization and pretty-printing without connecting to a database or validating against a specific dialect. The supplied package-manager facts show it packaged by Homebrew and Debian/Ubuntu documentation packages, in addition to its Python packaging identity.
Developers use sqlparse as a library for parse, split, and format operations, and use the installed sqlformat executable for command-line formatting. Its non-validating design is important: it handles SQL text as tooling input rather than acting as a database-specific compiler.
Package nerds care about sqlparse because it is a small, durable dependency behind SQL-aware developer tooling. It also has the classic shape of a package-manager-friendly utility: a library, a CLI, a permissive license, documentation, and no need for a running database.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
sqlformat | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/andialbrecht/sqlparse
Installationsmetadaten
| Paketschlüssel | brew:sqlparse |
|---|---|
| Version | 0.5.5 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/sqlparse |
| Homepage | https://github.com/andialbrecht/sqlparse |
| Repository | https://github.com/andialbrecht/sqlparse |
| Upstream-Dokumentation | https://sqlparse.readthedocs.io/ |
| Lizenz | BSD-3-Clause |
| Quellarchiv | https://files.pythonhosted.org/packages/90/76/437d71068094df0726366574cf3432a4ed754217b436eb7429415cf2d480/sqlparse-0.5.5.tar.gz |
| Zuletzt aktualisiert | 2026-06-14T15:13:50+02:00 |
| Pulse | updated |
| Abhängigkeiten | python@3.14 |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | sqlparse |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
python-sqlparse-doc 0.5.3-1
documentation for non-validating SQL parser in Python
https://github.com/andialbrecht/sqlparse
sudo apt install python-sqlparse-docpython3-sqlparse 0.5.3-1
non-validating SQL parser for Python 3
https://github.com/andialbrecht/sqlparse
sudo apt install python3-sqlparsesqlformat 0.5.3-1
SQL formatting utility
https://github.com/andialbrecht/sqlparse
sudo apt install sqlformatpython-sqlparse-doc 0.4.4-1
documentation for non-validating SQL parser in Python
https://github.com/andialbrecht/sqlparse
sudo apt install python-sqlparse-docpython3-sqlparse 0.4.4-1
non-validating SQL parser for Python 3
https://github.com/andialbrecht/sqlparse
sudo apt install python3-sqlparsesqlformat 0.4.4-1
SQL formatting utility
https://github.com/andialbrecht/sqlparse
sudo apt install sqlformatQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.