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

Uploaded Python 3

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

Uploaded CPython 3.14Windows x86-64

sqlspec-0.60.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.60.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.60.0-cp314-cp314-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

sqlspec-0.60.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.60.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.60.0-cp313-cp313-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

sqlspec-0.60.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.60.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.60.0-cp312-cp312-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

sqlspec-0.60.0-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.60.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.60.0-cp311-cp311-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

sqlspec-0.60.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.60.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.60.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.60.0.tar.gz.

File metadata

  • Download URL: sqlspec-0.60.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.60.0.tar.gz
Algorithm Hash digest
SHA256 2b8ed2cce1776d9a510f3f7386b036bb2a42da7e2a86ebd9a1dec581ef0df9e6
MD5 7944c9d18dbfd870ec0578fe9c55e6cc
BLAKE2b-256 915af30b96d3bee21c3d170149ec1b21094f13f5ae9bd0530c156ccfdd992a4b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.60.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.60.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7aab92c04d3a2b58bf7ca849282b6f2a553907e4fd7f5b302bc606e08e1ac881
MD5 6fd720717c0e6305800b01eaaaaf8860
BLAKE2b-256 3a4f418a699f3a28346b7a6daf58913ab7ac46cc99476109f9e203bc147abe21

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.60.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.60.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 af0bcec61111ea812a0e9e8354beda3807a93b0d2d2a4dd7af57e6ae9d0e2b5a
MD5 6efa26999e8b4d00153740e760225684
BLAKE2b-256 cfad91fa7999e23dff42bcc49d4b0bf780c7f48de05d9d37e42560e270c39f2c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.60.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9aea695de85c9a81b3993f7049da4dba50f93fd880251ccbd180ff4de4c124e0
MD5 421db9d69e2fc406594a4a5c737d1df6
BLAKE2b-256 bc021c318c770b95f0105f1e8784038c60b7b46319288ab12d580e4122e076ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.60.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.60.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.60.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 608fc3ca4c2248c4ed51774ce5f6fc7c0a18404908762845129981b9d5a51cfb
MD5 6285ce43b9bde1603122afe7c0bb4bb8
BLAKE2b-256 f71cb0d1b7c1ed3d05dd6868281d20df92402da58de8d3408ab81edd3d4d3254

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.60.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8742f693a9ed8d9f7b528c8b15a436da31d1c5532d62da59524f2c4461929572
MD5 75bed2e3f6301a3421bf8d2f48a38862
BLAKE2b-256 e1fd472c6c306a1db0ad091d7fe1e4891922b77362314cfa19640f85e16d7b6d

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.60.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.60.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4635a38f2cf4e9a06dee8995733fec37f711db5fc7ace1ac4693273b12e7bc8b
MD5 869e5347739e3091db9243b2fd47af27
BLAKE2b-256 2cbd65fda5c0125a254682ab4f95a701be32bb3a99349ee5455a903427373b41

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.60.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79b310c2d3d58f65d2a6b7d04e93830a16f94ce16e09c0cad3f6cda959c62912
MD5 f8248330ed6768d522710f48f7185c8d
BLAKE2b-256 9c4dddd512cbe6f1fe1cb696f3c9baa19baf08a18b03ad24bd18a4625956bd42

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.60.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.60.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.60.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 93e16d35171546ddc88afc51c11b7e9bae77e81cdd2398eca946446a60da6b0a
MD5 2a450303b50da88607a38ffde4e88a2b
BLAKE2b-256 ea0d4f79023a9255e9b73a4471c71584ddccab07e412fbf3213b3126a0f23166

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.60.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7407abfb5d37fef8e9e5900796618c463a14ac22b8b4496bca6e6e08db6b742f
MD5 33cc73e9281670eaa9f59ce1df3ef264
BLAKE2b-256 65c75e1543f5a7f2cade005fd2ccd9e79172e3bb1089381239f77a917fa9b2a9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.60.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.60.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fa8a05bb22eeefe5c583d745c97bcd912cb5f3e6be51f268d1b98d5261a5ccbd
MD5 cee102c5f93b638f7f1be90ebaa54dd9
BLAKE2b-256 ff2695fdb03a985af9c1035bf182dfb10377572193ab814e7f00e9cdcae7e165

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.60.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 21ffdb99fd0b30d7ede18126a2439f8513629fac3891ef484248c5bdd010d3ff
MD5 488ec293f786279fc1349d363b2f8126
BLAKE2b-256 cb2c219926c200a93fd58bec793784d9b6d4c2f014eb8b160363efec20e1d66a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.60.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.60.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.60.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0ace9ec1f5d474057320b33e16586086dd176a9eb26ed0c8b04d062e55c3e835
MD5 b4f514a3c919e109771dcf5461e00a8e
BLAKE2b-256 c0186c3dfdee2bfb34b74065152def3dfdbb6d408e471447e17263ed1aef7274

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.60.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3587e2ec2d63b7f50db71c0d179544531fac209029791b988a1ab327d6f6a203
MD5 d1ffd71b7c7ace68e2ef5f549f9f24e8
BLAKE2b-256 9c915c5f587cbc6f200cee66c250dbe2fb88831e8abee3de080213398e47cdf2

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.60.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.60.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2a6a07062acdd09d586d8d6637fe17377e5618a01fc49b0e9db0e25196af5c7d
MD5 85af9c74779b6db48fc3ef32d35737e7
BLAKE2b-256 3b900bbe5d8db3d685ea89985e58d4e52eb79238e71d2ef8f6e13bcc141eeacb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.60.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d058b2c512d0aec537d9f550bdc14326fceb58d45302244691a669974e2121f
MD5 20e51c879d04a1469bcc904aecdab2c0
BLAKE2b-256 76206647c2a629891c605fd5d1e99d6abe7e417de736850dac676f17014d4888

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.60.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.60.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.60.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 925b16a6293d9615425d8400ee0aab62d23d40a601f21b32a6167ce0e7aa3f25
MD5 2b82bb67c91b2db6be94a9f13179347e
BLAKE2b-256 b7339a662c31ac1a69e54f3238ce5b6666cc70713e8415036a184f4b30f4c0eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.60.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b584ed444e704a6bc7735902111a4fecb9e0b9d7ae8e848ecd9ec2469a77049
MD5 050a9f9eff4ac6ee9fa8c64e14387e42
BLAKE2b-256 7f9d40eb99cea28b6aeb34148ab2db1d1929e9aca3f8703e21b667b46e977ce9

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.60.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.60.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4996a1c79dfd6db936e8f8c64d259b59da4296de68be915da3de04d49e2b72a4
MD5 6ff1b8ced18ac31ab3b95f3e1a4f80a6
BLAKE2b-256 716ef812a4d50723a8fc921a0b7b2c70b028485489a3853faea4863eb401d949

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.60.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 621077e49ff65f5e85a52789b8b39da044adf75ed7308014cabe8eec45a42380
MD5 1a84ee3c30c5c0b74f2b645273536c79
BLAKE2b-256 26a64f84598fd083a3df6fd0e10a025c1e7e86add7c5cc857c002d7dce7a90a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.60.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.60.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.60.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 6256d652ef62832c9da3ed60d457db16e98426341c5ad470c4c0e9946e8ed024
MD5 42b6e34d8a0c351125e89ff0c3f15ed5
BLAKE2b-256 789c993f6f6640347fc5639b373816df481758eb189480c93ec3894e6c561bcf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.60.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aececc057a0930f31fa02f9f7fd694d0e5c8c22c955a7efc943cf86ae1bc0cf9
MD5 9ac8b33e3aeba065d0999e407a9f124d
BLAKE2b-256 9f946b4a0d4d24f0ca0e1ddf36b07099fd3d2b87282145430831a8d7e2c13953

See more details on using hashes here.

Provenance

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