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.56.2.tar.gz (3.8 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.56.2-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

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

Uploaded CPython 3.14Windows x86-64

sqlspec-0.56.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.56.2-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.56.2-cp314-cp314-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

sqlspec-0.56.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.56.2-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (9.1 MB view details)

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

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

sqlspec-0.56.2-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.56.2-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.56.2-cp312-cp312-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

sqlspec-0.56.2-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.56.2-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (8.9 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

sqlspec-0.56.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.56.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.56.2-cp310-cp310-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for sqlspec-0.56.2.tar.gz
Algorithm Hash digest
SHA256 af1cc839bf43c2b6eee3791098788d1e3c758772dcf903482d245f14dd4814b5
MD5 19a4829e7040a3d030ec107ba2bc6d34
BLAKE2b-256 63dace2b74931157f646b1efaff734bb5e261e34f0e84e222e95fdf4db991645

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.56.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.56.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f7b78daf1b6ac8cd7abd67150fd0e6a33f761992651ba5bdf88f55fd09c02c16
MD5 ebd6d9aad26e2be6ade918802013515f
BLAKE2b-256 cffdffa3045dd2011ffd4b07ff25a1785bfddfbc2224b49abf291d8561d1326e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.56.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.56.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 30d58dcead6c65c36094e01ded59f305b341a9caf46f8e908572abc4b6029296
MD5 e3b473e070c64a1bf23d618be8e042ab
BLAKE2b-256 d14c84f2d9d07e930e6539a317691146d0c9ada718efa7ecf73593f977b8355c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.56.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 931d46a21f72b05e518be814ced421c70ebde639ce22aed0e0659261bbfcc56f
MD5 ce80b71401c1cd554d6b48ae700ea594
BLAKE2b-256 240c015e0a672a9f6197c505e059b4ac8eb151ec640a3d86fe4305bf62626ba9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.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.56.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.56.2-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 780ece4e2e3f650cf4b13abc7b0e05ef49402f6284dceec80c6c57f2821e78d3
MD5 7c0930aae10e76b23a7cce620f8cdeb4
BLAKE2b-256 5ea667ee1f886f6b50fb810f77c1bd92f017fc14fc8ce94d9b0884f6f008c95f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.56.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e88d6b8d374663e670f01e8537068b1c04834bd6198b56a65ff19a069928513f
MD5 1f60f1db6a710041146a1109b08d60b3
BLAKE2b-256 165f32491d9e73ea4bbbe4f24f6f4e78eec4f48283d205b5cb678320840884d5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.56.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.56.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 47845d288d7843331323cf7dc31af7a4da80879b5128f1f4a087d753a6648dc6
MD5 1dd737b6772909fb25ed27bc54cf3217
BLAKE2b-256 fe79c3158d1e29f66652e29cc3e0e59c74448960552bd6cf05702260ebe75959

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.56.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3932dd26bc28f1d349028bbf99e3167d96298291d0a64509fee14e4547569395
MD5 1628138857361f70f7ae3da16d58e2c3
BLAKE2b-256 4ca7ca3a186a0f1eab31ad99ad149c803809bc5d1eb8434a0a22e52505c14045

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.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.56.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.56.2-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2ca6e517c41ffa9e2701b005f0579aad1987a245e334af53d30fdd12fe0b1c9b
MD5 d68c57c207df462cea1f4924f67951c6
BLAKE2b-256 6b6ac45692b64722fa0b7d2a728e42b15585f8b37135b20df03eabc72d73105f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.56.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e65baad7227ac997c74429698350c003edd2ac8db3bcaf8772cba795a96831a9
MD5 6b85b42a085a903cc5d28058541af921
BLAKE2b-256 990b46a412830c3e7c99a6699296c5d2895b05c1dacbd7fb8fefe81cfb585f50

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.56.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.56.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d18c895cd9118c23034f0893e92d1b122d244922c92429efc5404a97bfbd5775
MD5 723cd59f853d0c2f7e93fe85dc09543a
BLAKE2b-256 811b9e4a7dee8c38565978206fd15bd73923454052a687a7696d499f4a27fde0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.56.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 94bd9c9b5849dfd2803d8188a11d515c1b1de38ece26567eaf9f288a81380f28
MD5 964dc0110e4c715c8942d5253f57a333
BLAKE2b-256 79c2c0126de9c8ceca8e9aa25d9a98480a586b986c351406686315171344bfeb

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.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.56.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.56.2-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 05e73cef118a1a184876859086f12e4eedfe50164ef1bef5758c8e1e46bde3ad
MD5 ac4ce9be6a36eb16c53e1759407f1353
BLAKE2b-256 afe79269a10825afcf829f4a74e511515bfdbd7dc056c632bcecafaa136b533c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.56.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2971f5179cec92358f1477e3c59be58d22e9f478ee647d03fb1f464f23582ed
MD5 c887084bb4494234fe460aed270e1eea
BLAKE2b-256 03997895e061d629f111ff837269ded6effc709122427cbc80120777b0f9a41d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.56.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.56.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 19088ae5242ff61515b1f7b16cd12ccd5d4b818acaf9c9d3d68c5184e8410241
MD5 89f7274b63bcde3ef6f1f6328a3cda70
BLAKE2b-256 56fe03026ed2bf88a64687975a0279bb70070241c76074c353df09c0b4c94335

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.56.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 60eeefa1be7fd7c611e1241198245fc9760635445d7475bcd24c5495fd1d6ef6
MD5 67a3349b5272f4dea48b94d3b2064f5c
BLAKE2b-256 5f823a230f1df7404f5d6f59ccd9c72f659aa25978d48e778c59ab5154ee79f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.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.56.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.56.2-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 fee4159323297f07acf601e9641e0c5b49113c9a63b8db2e673cff75371be579
MD5 55c86ee4437f611d8e6794d9ea73f23f
BLAKE2b-256 577347435a4e4ce95983337beeb385d95e3153a2e70d53e767a2a69c08a11a54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.56.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf9a7ce0d40ba50abbc9ff10fe583d1bd6ce51dd3f7eba9271f25a5ed61f0d4b
MD5 49b0325eaedcbe5655fce11679b2dae0
BLAKE2b-256 62dc00a4ae88f617c00e626e4f217fd7b80ed732850e8dda30f37de2d916c794

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.56.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.56.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 35003a06078814e678c2b5424f9c8a9ea3151d55f5aad3c20437882af1cd0e07
MD5 24311566951acc2f6e686b061bdd9052
BLAKE2b-256 e32720b3295708b3c8c8027415ce7d86f12907708daafe3ea8c131591919c856

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.56.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03ae86e2167d70ee1c852b139fc1f7bd557f314edd12ce464d4c75e5e2b2b5b4
MD5 dd8f77a1a7cb3c411b2290d86a14d814
BLAKE2b-256 0134619160fb2eafd400ebac9b345b47a5ab3303b1418790620c1253b96ca87a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.56.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.56.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.56.2-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3b2bf04b0fb907021bf71c71757bf1bdac3342aa5d2aa674e41c1a608af6ca30
MD5 41614c6e9a69738202c60834a9626f57
BLAKE2b-256 74c93477d0c189e839ca10d79d3d71f121a926b06e3beecd619406b9262e715c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.56.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7274371c91e99d7ecbe4aede3c83ca6a9c95a55b3c8f1b2806ca4a76f58388ba
MD5 ac3c96865c7eb8796c76bcbb04b424dc
BLAKE2b-256 470415ed6ce88f2468a26fbbceb12ca854b79ab324c49401b7844af5b2d0dbbb

See more details on using hashes here.

Provenance

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