sqlparse
PyPIv0.6.0A non-validating SQL parser.
Not recommended for new projects
No — sqlparse should not be adopted for new projects. No license declared — you have no explicit right to use this code.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 27 days ago. 5 releases in the last 2 years.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 49 KB installed.
- BSupply chain: grade B, Good.
This package lists no maintainer.
- FLicense: grade F, Failing.
No license declared — you have no explicit right to use this code.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding sqlparse to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Compatibility
- Python
- python >=3.10
Quick start
A usage example from the sqlparse README.
import sqlparse
sqlparse.split("select * from foo; select * from bar;")
# ['select * from foo;', 'select * from bar;']Used by
Popular packages that depend on sqlparse.
Relationship graph
Dependencies (left) and dependents (right) of sqlparse.
Frequently installed together
Release history
4 releases in the last two years, typically about 209 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 0.6.0latest | 27 days ago | 49 KB | — |
| 0.5.5 | 8 months ago | 45 KB | — |
| 0.5.4 | 9 months ago | 45 KB | — |
| 0.5.3 | 1 year ago | 43 KB | — |
| 0.5.2 | 1 year ago | 43 KB | — |
| 0.5.1 | 2 years ago | 43 KB | — |
| 0.5.0 | 2 years ago | 43 KB | — |
| 0.4.4 | 3 years ago | 40 KB | — |
| 0.4.3 | 4 years ago | 42 KB | — |
| 0.4.2 | 5 years ago | 41 KB | — |
| 0.4.1 | 6 years ago | 41 KB | — |
| 0.4.0 | 6 years ago | 41 KB | — |
| 0.3.1 | 6 years ago | 40 KB | — |
| 0.3.0 | 7 years ago | 39 KB | — |
| 0.2.4 | 9 years ago | 38 KB | — |
Overview
sqlparse is an PyPI package that a non-validating SQL parser. It has 1 known dependents in the graph. The latest version is 0.6.0.
Who should use it
Teams working in the PyPI ecosystem who need a non-validating SQL parser and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.
Pros
- Zero runtime dependencies — minimal footprint.
Cons
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Frequently asked questions
Should I use sqlparse?
No — sqlparse should not be adopted for new projects. No license declared — you have no explicit right to use this code.
How do I install sqlparse?
Run `pip install sqlparse` to add sqlparse to your PyPI project.
What license is sqlparse released under?
No license was detected in sqlparse's metadata; review the repository before use.
How popular is sqlparse?
PyPI does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on sqlparse.
Is sqlparse still maintained?
The most recent release of sqlparse (v0.6.0) was published 27 days ago.