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

Uploaded Python 3

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

Uploaded CPython 3.14Windows x86-64

sqlspec-0.58.1-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.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

sqlspec-0.58.1-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.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: sqlspec-0.58.1.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.1.tar.gz
Algorithm Hash digest
SHA256 3e76de7b6682eefd734fa1aaecafed2fcf88e99638dfb170c9a3e9e4ad205643
MD5 162bd270777cf9886edbd56be0dc850d
BLAKE2b-256 a5f87e6d030d812a747644f0547c7efe977e62c60ee62f02b5537f725f1797c2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9a12cab85ff173f6bb0722a5397006574386fa83fecd3a484f6cdae13d8fef10
MD5 8cab967fe517ce19917f643df98c6aa4
BLAKE2b-256 1bb50285e094013bf5f2d44f365392b70f3ac7a8eb09dd819505431e8695daee

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1f3afb04693a7ed539e3de69207d366bfd389766dbcf075272911de4497077b1
MD5 f9f3af008780f658fe7883de8e834e86
BLAKE2b-256 59e7ad5ac55ebd9bb45e86f89af8779fbcf0b6575ba8dec16331a604fd73c58f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b84d417d1f565f10fae6ebb51472e3bc04d049ac3aef1059921d30dde3fbdc77
MD5 b8c326e4877f1192369055f7a4279752
BLAKE2b-256 6bf2180642cee53075a77ef431ad30083d10c4ffc56313decd5062e6da7ec329

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.1-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.1-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.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1e563c58a51fc4e6305c3ad246ee83dcb80a1500632bd5a020ef3031df4e51c3
MD5 8d1a37414333373ae5f8e8ba4c881678
BLAKE2b-256 b5288d38406f4c51c6f72f83a1298406c5e776ede006d9aa2d48a830d8b19a60

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f670507b17846b61277209064f2eb0bed5545520ba71038cb0d25e0ce4366b3d
MD5 c96e8fbd991b2fdf733676d78bf494ce
BLAKE2b-256 d0d96c82c2921fcc167b1d6a5119e9c0c113ce6d78041020de7a9f0b03eaefe0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3080eac8808c0beb54d2a90eb1b21dd7bbdb742ad4b78ba612ae2548f2df6be2
MD5 541939ddbec7a051afda85000b71d35c
BLAKE2b-256 34fcd84959acea6135fa9ecd366f80d2587cfbbf8563daf2969d232ccf488799

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 507554c2717126a8650c1969d8bc90708d2ae0dca25acab4a5b3013f2f346fff
MD5 e4a0921edba880c9b250bed2b53a8112
BLAKE2b-256 1476508550a5e697b3b3863aa52f4aa954cb5f98c28779a4c1c4b9649f73a826

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.1-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.1-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.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 44b8350e807d6c03e1ba80c0e9abe1ed16a05f4fd73724c48e8ac7824f1f93ef
MD5 1ebb1d50fd0ebd3f65db982b66281e13
BLAKE2b-256 69d37df177c42fd0c58bca5f0c8c24d90654741c797ecf9365b3ab681fa9c534

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 edbda356622394736bd69cb92f41114b41262d72e9893ca3d6eb0db2d7a412a8
MD5 c7cb5286e78c9fd12b4b8c4d5dc5c0da
BLAKE2b-256 501a38ca5f5a319ad3a235207cb039a5d15a0f9fbab7c9643866ba91c01ffdde

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 42e224c727f64b80319effb282c6bbbc80e420e0ee1b88385d36413e2363c715
MD5 fbb93f05518451ce366e66a74ec1201f
BLAKE2b-256 f5f0e813f5733c9b045f1b4087eba725c74fd315458a231f242e3046858ec2fa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31b3d105c4ec0fca7221aefe437208a04b03fa5144d71351b33f83dece6867b2
MD5 67de7b27a8ad29294858328f18802f14
BLAKE2b-256 f3ee85ebd2aeda493ea2a8e6fab9c8ded86913a43068fb0a1b9f7626e9f0cee5

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.1-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.1-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.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 23dc85a6736df552a5a64f400f48977f853d6e3e3dea46f988a6456b51ac9fe2
MD5 6b2398ee44060469b9fbd6bb26f4e4cc
BLAKE2b-256 97ec969e8dcf3d59064678d5db7d97ac785eee2a9ccbf3a5ace64d8903eaf258

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d6ed3be5b005d7c88f253d9beee0514ec19ba04dee333620fe135c0d8a977472
MD5 57c6a4c8612e943c63669b9e4f868357
BLAKE2b-256 c907402fdc29ca0c54fd6e78aa6273492cde825dce236e18c9b98749dec48ed6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4bd62b8c5c50db2fc5fe16bb1bd4eeec29e20c3915ae6046b370b2bac8621cce
MD5 70d5ffb5d62fb6da3d1a7c2b11d58431
BLAKE2b-256 0529a596c75b42c490def82730f01eba77a590df3b8d6b41db3ce8fca7f7caa3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 66e786f0be2fdac3af25ce242762af46e24014d8b8916cdc25f29e0f95dbd6ee
MD5 20818d75a1e882e23ad107bc882f9ad4
BLAKE2b-256 a1467d3a44a8ed9f197a45083a9ecb88d2d36f77fe5fe5c9ff0b4bf0a8ced94d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.1-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.1-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.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3a56714f0aa1382108e6b40b3d32463077b056b2fb6df71ed5fba5f5479e068b
MD5 dc867a8e15cc946bf42af4d97bf74625
BLAKE2b-256 2e731239d8611414944561d4d4a5b7cfd4ecd61b5f5cce7f1f085cf699274e81

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e534821875dece9757045d410eb9fa3c3e805607081be08adc883d7b32a72dff
MD5 ee9f16158d8fdfe0c0ed160e8546ee23
BLAKE2b-256 e39efdb2fd7ef1884836368a99340d7013e6f960661f3364bce8635785608122

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.1-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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 972144197e532be8587c40e00ed16dfed84f786ae8ffe3ae55c5305049ee0199
MD5 9ae5d38d3fb88c0189658eacadf5fe52
BLAKE2b-256 7ae9ca5d0120ef4d77d037e1dc8c38878a40f4077e6a66619da0877d2acc5f8a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 52248eca301be479ac9de2bfd806c2bcdac611e54d7f5928976abecb3525570c
MD5 c424489e98e16508bb2ff29ba4e68ca4
BLAKE2b-256 5e549113c45ee003a54cb313d9c6dee99e31e6ec2e16a3fd876c8243600de4e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.1-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.1-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.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6f65509feb3401df55ad54dad7b3ce674e473868012a3691690314e5070e7a44
MD5 9c586636e0ed73c97ad26bc91e047917
BLAKE2b-256 98dc7bc4891ea777100556b3d4112ecdbe52c8a041aeac7c95c43b13f68d03b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 118b6893aa472801246e88a99dd1f5938c92a32b89bf56de3a72954ca6b5a891
MD5 4d16a071861d70d287b289a0ffbdb7e3
BLAKE2b-256 32aa818498b82ad505b850db8a68d13d89afea972f6741b8d56682a8d44f3530

See more details on using hashes here.

Provenance

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