Skip to main content

SQLSpec

Type-safe SQL execution for Python, without an ORM.

PyPI Python License Docs

SQLSpec is a SQL execution layer for Python. You write the SQL -- as strings, through a builder API, or loaded from files. SQLSpec handles connections, parameter binding, and dialect translation. It maps results back to typed Python objects. It uses sqlglot under the hood. Queries are parsed, validated, and optimized before they hit the database.

Area Support
One API The same session and result APIs with sync or async drivers.
Databases PostgreSQL, SQLite, DuckDB, MySQL, SQL Server, Oracle, CockroachDB, BigQuery, Spanner, and supported Arrow Database Connectivity backends such as Snowflake, Flight SQL, and GizmoSQL.
Data tools Typed result mapping, Arrow export, built-in storage, and native bulk ingest where the adapter supports it.
Frameworks Litestar, FastAPI, Flask, Sanic, and Starlette.

Quick Start

pip install sqlspec
from dataclasses import dataclass

from sqlspec import SQLSpec
from sqlspec.adapters.sqlite import SqliteConfig


@dataclass
class Greeting:
    message: str


spec = SQLSpec()
db = spec.add_config(SqliteConfig(connection_config={"database": ":memory:"}))

with spec.provide_session(db) as session:
    greeting = session.select_one("SELECT 'Hello, SQLSpec!' AS message", schema_type=Greeting)
    print(greeting.message)  # Output: Hello, SQLSpec!

Write SQL, define a schema, get typed objects back. The getting started guide covers adapter installation and the query builder.

Features

  • Session lifecycle -- sync and async sessions with pooling where the adapter supports it
  • Parameter binding and dialect translation -- powered by sqlglot, with a fluent query builder and .sql file loader
  • Result mapping -- map rows to Pydantic, msgspec, attrs, or dataclass models, or export to Arrow tables for pandas and Polars
  • Storage layer -- read and write Arrow tables to local files, fsspec, or object stores
  • Framework integrations -- Litestar plugin with DI, Starlette/FastAPI/Sanic middleware, Flask extension
  • Google ADK -- SQLSpec-backed session, event, memory, and artifact services
  • Observability -- OpenTelemetry and Prometheus instrumentation, structured logging with correlation IDs
  • Event channels -- LISTEN/NOTIFY, Oracle AQ/TxEventQ, and durable table-backed queues with polling fallback
  • Migrations -- native schema migration CLI backed by SQLSpec's SQL file loader

Documentation

Playground

Want to try it without installing anything? The interactive playground runs SQLSpec in your browser with a sandboxed Python runtime.

Reference Applications

  • PostgreSQL + Vertex AI Demo -- Vector search with pgvector and real-time chat using Litestar and Google ADK. Shows connection pooling, migrations, type-safe result mapping, vector embeddings, and response caching.
  • Oracle + Vertex AI Demo -- Oracle 23ai vector search with semantic similarity using HNSW indexes. Demonstrates NumPy array conversion, large object handling, and real-time performance metrics.

Contributing

Contributions are welcome -- whether that's bug reports, new adapter ideas, or pull requests. Take a look at the contributor guide to get started.

License

MIT

Download files

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

Source Distribution

sqlspec-0.59.0.tar.gz (3.3 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

sqlspec-0.59.0-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

sqlspec-0.59.0-cp314-cp314-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.14Windows x86-64

sqlspec-0.59.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlspec-0.59.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

sqlspec-0.59.0-cp314-cp314-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sqlspec-0.59.0-cp313-cp313-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.13Windows x86-64

sqlspec-0.59.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlspec-0.59.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

sqlspec-0.59.0-cp313-cp313-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sqlspec-0.59.0-cp312-cp312-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.12Windows x86-64

sqlspec-0.59.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlspec-0.59.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

sqlspec-0.59.0-cp312-cp312-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sqlspec-0.59.0-cp311-cp311-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.11Windows x86-64

sqlspec-0.59.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlspec-0.59.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

sqlspec-0.59.0-cp311-cp311-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sqlspec-0.59.0-cp310-cp310-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.10Windows x86-64

sqlspec-0.59.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

sqlspec-0.59.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

sqlspec-0.59.0-cp310-cp310-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file sqlspec-0.59.0.tar.gz.

File metadata

  • Download URL: sqlspec-0.59.0.tar.gz
  • Upload date:
  • Size: 3.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.59.0.tar.gz
Algorithm Hash digest
SHA256 b21897d7551a9dc2fbf64bee4ca437bdc522e2fb1625589ef9576519e8c60130
MD5 7fc1582ee2ff9b4ffc3c14b3f1006bbe
BLAKE2b-256 307290386a91b97fe60c6b0dcafe28232ee47a3b97de8922bb50af23123ba999

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0.tar.gz:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-py3-none-any.whl.

File metadata

  • Download URL: sqlspec-0.59.0-py3-none-any.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.59.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a03c96664c56195bf6473164399cf545052acbaf57868aa72a3601f5fdf12d18
MD5 a8dbec347b932856f0c980cf3083596d
BLAKE2b-256 33fa355b209cd5d361cfd892ea24cc297d17977e0997ad3489e825771011247e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-py3-none-any.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.59.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.59.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d78b3efed0b1a95e96baf62cb60089e32565afcd4d640917b25137884374d9d0
MD5 447686ed117aec67e3e3a7ffd5d21aca
BLAKE2b-256 2ffd32b83b5a97cf5ae71467a3d0e4c98a9d66d3764095e5e08e69f52b51f570

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp314-cp314-win_amd64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 adc59de6edfcff66fdc5a59107d52b89aa2ba9dbe9ef4f9427a1e17219d5d4a6
MD5 66216466eb766dce0697851ea660cfa7
BLAKE2b-256 61548e97928a553ace53879c42efd53018115094d42a422f195d739de7cab533

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 462693ba0215ed9960988f2a9f36af682a36212f256d7000eb53897cb3eaaf40
MD5 4efae82650c061ab74b6948549936f29
BLAKE2b-256 1044160c94436fe632beb7d234456569c986d5efc61e98e202367aef6eff6e7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0f332a25ffdae030cb6132f01d682c0636dc345eaf55d65d9447538ac4dc1c5
MD5 cf57a3f6d9b90f503799b5a64c9d32a7
BLAKE2b-256 8b45d0a23df719769eb7145c9bf00b8b4304d3e739f97434347d35ca93453293

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.59.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.59.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 20b69711824928d5c6c4da149b9c0768ed0ce378349e3e4da1d72ce8101caa54
MD5 3a679cb7f7ff8482f6de66ae94ace884
BLAKE2b-256 b9a5d148c3560bb500a38dc9810567576fc6b511f046769a9b8b5f5513ed4669

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e529fc3316d8f268c3a42e104345a3e616859b5da0ec6534d73cda2718005b3
MD5 c3c5ef94c7f766a3460952e23d2078bd
BLAKE2b-256 733e27dba5e914e7456b342735fa86158e64bbd6d2daffe0b058655324219629

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5f3424c02f3ae9fffd5132fe9e4836f7fdff0b38a196f799f7b0cb360ed2200b
MD5 190365a586fd76b5815483f0b2f8c903
BLAKE2b-256 59952176c6e8e43888174613d781593ce8e36e420a793bae548b4ef1097af8a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 024ce96eee9f8c9e45abb73c7e990f44cbfa4f1b6d633e5937809ac620d84429
MD5 96764813e14fde0a0d6280a87264ec9d
BLAKE2b-256 29275dd27052e80b6b1ec844e9f4f608b3497b73ed803b8388389653a3dd9c4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.59.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.59.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 60505e0cf276369e80a0ba203ede9eacd7637191a88b21581aa08fe88321f332
MD5 e0f54851afb7179bf505c12c78b45c0b
BLAKE2b-256 ab21fd69840d4ce1e5c98b3f58d34b498c6a38334be9c22cca5da80693512787

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d10597fb9896f629a3b61d84b7958fe3fa01a34dd15da99588026ade1c42d68f
MD5 df77b91356ea6869f2ccb4ef85929f87
BLAKE2b-256 6ddd0c0141c1890d5ee972fd85397f8f163905e5b3467838814576b0f67d1dd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 becbe88887dac584f1cb77f875751ab71e1649eb93781149e1d5ff98621d7765
MD5 19ab1e160691eb1d08dc87ae4fd972a9
BLAKE2b-256 607bd4d74b2b9789cb63e25be570576366e0974fe8ecab8579c5bfe40882a714

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd8c1f4b84bbae235b7fe89329301a6968d052ccfe38255e6953308524e4e492
MD5 7e0d549fdd57c56e2c656446abdea11a
BLAKE2b-256 47127338ceeb31855aaa67eb76c64fb6667104284e120a4598d0b0df2bc1353b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.59.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.59.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 cae3a79b109ee680efd7b77bd53f5ca9dd3e26b7f7778ecc1041e57de649ec38
MD5 310cc1405e1f16651206cc07cae4317e
BLAKE2b-256 8819421f90d2c87accb8af28a398b1153d3f149df83084c921e6f054450e2d23

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c984b81c3d14a1b4a16bdaaba36491d139da3cfb2e229b156bb097fc7dd98e6f
MD5 c8253f91090d1cd643349b94c52af2ff
BLAKE2b-256 644e92cfa0ef6ae7e697fa257dd82be17d0371d649427b7106d3387f2e8d074c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5a0340d08f5f4ba8bb7cc54f190ac907a78076f039bb61b3287dadf1a6ead2d1
MD5 0aed35a187bb542d0c53dcc451beabbc
BLAKE2b-256 c99ff61402df19513d0aebb42b18aab3a4f72c402b8be9fa40c1d9c8c4d59836

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4dab0956f3103fd69a5ba6fffb4eec8347804ae9e734df0e7812538486f14d62
MD5 95671961b788aab006ec3bb95f04057e
BLAKE2b-256 3cda443e96b302e9bda5c0f403efa79cdf8eb81231c7651ee39eeb6a761626d1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.59.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.59.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 68f2c4acc866444310140643bb00e9b323ede9ba5e6528e9df2f98620fedc604
MD5 5a16ac4a8c6959c175e8f0c41d8a6ed8
BLAKE2b-256 ff9f1b6655d0772ed266968ba9678f5288efde43839d0bf43f982c4cada1399e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d20a85268e51953c60afdbc2fd4a424f602e1c942f7210bb48b2ef90ee594964
MD5 b09ffefd59d808c67cb27d4bb0a2a064
BLAKE2b-256 01fa11517ca356ce4ab5197773c4dcceb3addfeb842c065b236c728579c50f3b

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 33d11659dc38216ccb766d85cc4680b564d24aa6d3dc85afafa50d26a06cb95d
MD5 8d3c3945e5b354d7980e05a405d492fd
BLAKE2b-256 51c43cad806b9b69d4ea6a56bee0fc70bd9632a22f4070acf4543efa4efade03

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sqlspec-0.59.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.59.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb9d64c96f3f2b0a47d81a9d6a7af73af633d6abd650fc8eb974ad7e4af57afe
MD5 cf8a798c60a472a470e9f9e91fa30efa
BLAKE2b-256 41c221dd3cc96f40c31aaac672b35780a82f1ebb71401bb7e0a9ff4ecb91cb83

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.59.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on litestar-org/sqlspec

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page