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.58.2.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.58.2-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

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

Uploaded CPython 3.14Windows x86-64

sqlspec-0.58.2-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.58.2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.2 MB view details)

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

sqlspec-0.58.2-cp314-cp314-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

sqlspec-0.58.2-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.58.2-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.58.2-cp313-cp313-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

sqlspec-0.58.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.5 MB view details)

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

sqlspec-0.58.2-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.2 MB view details)

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

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

sqlspec-0.58.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (8.4 MB view details)

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

sqlspec-0.58.2-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.58.2-cp311-cp311-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

sqlspec-0.58.2-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.58.2-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.58.2-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.58.2.tar.gz.

File metadata

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

File hashes

Hashes for sqlspec-0.58.2.tar.gz
Algorithm Hash digest
SHA256 b240403bab512635985e96bb970db776f3eb42f4786f5d91ed940780fcef0cc3
MD5 b3828e1efac1f7f146a3469e6d825c05
BLAKE2b-256 74612970b84632cd24c6cadc901e3621d53530f0e763f2980ac9ff2bdbff15ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2.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.58.2-py3-none-any.whl.

File metadata

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

File hashes

Hashes for sqlspec-0.58.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e19d738d803d2d6b13b00839d5c463089b0e9454162e787bc743f2cfac160e01
MD5 203104c5f2c1cc40c633a9c6c4dbd5dc
BLAKE2b-256 fe2c14b6b16b62fc4bce2832ce0924d288e9a32cfbafd037414db99a336e1f11

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.58.2-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/6.1.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.58.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 760d89e6da279b4fa3983a347dc71c22abd5abf5bfd24627eb4883182e5a5b38
MD5 c66b3d19000b9831370922f20347905f
BLAKE2b-256 85868a52e210152018dac8d18d836b352a733c459fc28e44f9712d3d33df4be7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8464a76b4fd0b99477ba6b8ad43d41308ed47a060db3a5100e5c6055a73b518f
MD5 f62a3e556520708e8d9eff4de0b5a661
BLAKE2b-256 6e677c65c85dd84041f4147d5d64a066ef4e6c20d9ba4ab1ae89763f9b6e375c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 25b88cbbe6df335043e981f4cb6d40e32492dbc9f9a41ee4509008581de8ec0f
MD5 c7da6163d677a79440653102c3b61af7
BLAKE2b-256 1422f5052b0f707877f00efc00db1fd1031064eb4e60bea38296b837462d57f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa2643895afe0c6239dadd4f48662a2e5fac481d8cf9eb6e15385781fcf1f61f
MD5 17a93f62da46ef824ed697843c72a0e4
BLAKE2b-256 52538fee935f310d9b1127e0a2cc7022239221852390d12a0a4b5df74cbf55cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.58.2-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/6.1.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.58.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8e7fae84b086541ca8e1a7166cc5b32ca8273e3ad57b7249a35bd5cdde16e489
MD5 d94aaca55b2a63146443b50834b89ece
BLAKE2b-256 0db90adc96b01c6a278b50307931a93688c859842589575ba9af85adafb77640

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab8d68078e78d2a17d1818ca4d5504a72d4eb8d7828e5a9fa291cc699add928e
MD5 29307331f1b10c00adc9859a897fcd9e
BLAKE2b-256 1f04798c46bd6399db8875f2e2374c29487e73cf5ec24c7bb03a2654b29a0440

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c0ab36eb63353aea5cfdd1a1b4c82324f8f7d355a34e2b39a731ec1e79f63f16
MD5 cfd5496cc3413469c1c2f3389164100f
BLAKE2b-256 87cf266753f087d62ad8bbc24c0c7ac569506b0ea1ce894c23b3209e14871025

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ca52d03d598ee1a94f0055a6992212bbd83c2d36ec8d499a9276bd9b7777b9b
MD5 546fa37cb2a18aa04a217e2d55898e5c
BLAKE2b-256 72379afad9450fe969ba1696b521f0cfbd88574216d5496c16a4fcaf2bceb69c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.58.2-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/6.1.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.58.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 de4ea00801654c706b5da2d17c00c0e3356ebabad10cf7d9efd8b1cc88e3eb0b
MD5 6e67194230c76f3b8329b7756719cf7b
BLAKE2b-256 1c37b668024c188483739ad60022b17616733d52febad4a6dc7f072c5fc2a11f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d61c33a10e12690ad53ee5abc04581f98d582446d974045275737a29b7b2de0
MD5 f9d9c6f6fe2a03e3ba411a4301f845e1
BLAKE2b-256 5522a275a5d7e7e0fbc5d5c4f462bb465e6fc98b081014c29987bdb45126c949

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cece822beace4d89b20f12883d34dcae691f78c2a42048b51a444a2eb09c3f7b
MD5 81299a5a5be9e4668e20940b5357e49e
BLAKE2b-256 96c31c15b84fb6588bc14317403c64d340595d90b213a4d59584843b16b6567e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 623615d6924cb18f82e664e9b37a4921e3d1c54866be791e0cab6d19556ae915
MD5 360f89f4fce32c44823c503a60a0193e
BLAKE2b-256 7c479191a670c25626764b38f2c826c6192f439fbfc85c224d6753aec3d76cd0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.58.2-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/6.1.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.58.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3654744f6b60c3f8c8d8d7b1756f2497cbb23a7ddfe6b85b4c436cac69964be6
MD5 26b6eefd45ca94b9ac0720658d7fcc59
BLAKE2b-256 b82ed956ebaaa9c3f95b489d272b7770d591979ac7ee26138e54a4ca1be07764

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 36a2967a8c7360c4ab09e1aced48fe8f08f62dd86be6b4018c258420369a8192
MD5 2ce9c2225ae0b0784adf727db3108dbe
BLAKE2b-256 03d1d1893b4a6ed32f343c1272d499ded12c4d12199ac7e87c1c4a2370c29ace

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 4a7d23d5fc6f1947fae167d4903d1a773ab294182600756632bf8e0760275b48
MD5 93cdd41bad91315a154264402e82150d
BLAKE2b-256 afdc49f32c57da109a951c52b740436eb99a1b86ab8bdda6eb05604e0a3911ab

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02a6939530f0b8e28958db38348ff6277f3b86667eda13e2c51c687f61e50022
MD5 057fcd207dcef0c9dbf7bb91ef608d86
BLAKE2b-256 67b3d1a5167a4c6296cbd605d7b01291af718ea1f0c3c857400f40656638ed73

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sqlspec-0.58.2-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/6.1.0 CPython/3.13.14

File hashes

Hashes for sqlspec-0.58.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 79ced73c523b83ee8d99d91b87bc2a8279142ced8506ea4048be027b1c9d4dab
MD5 df6c1a6f39cb8e53974593b04c966c91
BLAKE2b-256 9ed0c7fd2e6548c0436763c0670c4cf51967438a860c59899ccc113aca7731f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d2b527eea6c7a4ac7a800c0d29e1f17a0005612cf2d057e3ebfae8408829eeba
MD5 c32653feca20e2f24b639c382abdf8af
BLAKE2b-256 d666d7535aab55be3ce4517248d083be9b6db692be81082751b9e049cb3a5026

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 bd5c5d54aaea090c81ea2379d524707dba3024fa8f795981b5e22becba5cd928
MD5 fa0717a8f1ddeccbe0cb6eef5193705f
BLAKE2b-256 188013bc61841112dd5fa0c7764b1ecee556536bf2e03f66e34e1e968797d6fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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.58.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sqlspec-0.58.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ca519f80e1b4f73f6ee0c51e98aee61e6266d0cc2f3703cfe0662b4f734f016
MD5 7a6df8788cf0c56f65f345c0b131b1f8
BLAKE2b-256 91528e7af096ad86e5ca049843fd1235f35f3fb1064672124b2c2b6506c1f73d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.2-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