macOS
brew install sqlparselocal Homebrew formula metadata
brew
sqlparse のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install sqlparselocal Homebrew formula metadata
sudo apt install python-sqlparse-docDebian stable package indexes · python-sqlparse-doc · ソース: deb.debian.org
概要
Non-validating SQL parser
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal.
リスク blue · 信頼度 中 · tool
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
sqlformat | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/andialbrecht/sqlparse
インストールメタデータ
| パッケージキー | brew:sqlparse |
|---|---|
| バージョン | 0.5.5 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/sqlparse |
| ホームページ | https://github.com/andialbrecht/sqlparse |
| リポジトリ | https://github.com/andialbrecht/sqlparse |
| 上流ドキュメント | https://sqlparse.readthedocs.io/ |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://files.pythonhosted.org/packages/90/76/437d71068094df0726366574cf3432a4ed754217b436eb7429415cf2d480/sqlparse-0.5.5.tar.gz |
| 最終更新 | 2026-06-14T15:13:50+02:00 |
| Pulse | updated |
| 依存関係 | python@3.14 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 sqlformatソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.