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

Uploaded Python 3

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

Uploaded CPython 3.14Windows x86-64

sqlspec-0.58.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.58.0-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.0-cp314-cp314-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

sqlspec-0.58.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.58.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.58.0-cp313-cp313-macosx_11_0_arm64.whl (7.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

sqlspec-0.58.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.58.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.58.0-cp311-cp311-macosx_11_0_arm64.whl (7.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

sqlspec-0.58.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.58.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.58.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.58.0.tar.gz.

File metadata

  • Download URL: sqlspec-0.58.0.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.0.tar.gz
Algorithm Hash digest
SHA256 f686eef537ae34c45684f958bef410631adff3f793ebdc007d3b3449629858a1
MD5 cbe0c6a5c820d77a5450b0a8983ede7e
BLAKE2b-256 9f42a6b7eb460bf42fc736385d1cd2e7183bb6bd601b7dadda5f8c6cfb30e3f4

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: sqlspec-0.58.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f084dbeeafd70b257763a576ff7e169dc2584902c481d8a6c5e33dac5b2fc8e2
MD5 b729373dc21663998c73abafc749aa9e
BLAKE2b-256 4d9a454d34afcef49d50c66bf56e86069aa195dc016e9e4afbd1b7095f1639ed

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for sqlspec-0.58.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 19fd749a89c845585655aeb378deed614d508227580973e4f9235fd3946b4738
MD5 c365c0f1bf10428506f678eb3983e938
BLAKE2b-256 717dc130864fa2d323e8a4d38b2009a5119fe2c2e043932fee4f732366c26af0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a9429fc619d8b8be870ff0949430ca9b3e0550c11964f5162245f7831b2f85d
MD5 a86073d56038ec3340e6451f82adb8b1
BLAKE2b-256 8c38672eea3cc7ce25c84f6150360e2a92c0b333fd0e8997f5d7608514d078bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.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.58.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.58.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 27846b8f4dffe9b5a68b51ddc06eb3ec7e9af5f86f86759d6e0ea83e50b01d35
MD5 3b5ae24a87a2d2cd435570eb385c5558
BLAKE2b-256 8ad0debe469ed36a8f0eb8205a006d08fde2203286f7f4bb3b02cc4e3b0f3e4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 035b9343bfc55c0a451a7dd9d067d205e80de54ce99ce46fe161b63dbef33bf9
MD5 82f3d73c07d67a02cc9396a05dba469b
BLAKE2b-256 6c2cb95049b5abb16950b1a19e0139e9a00f2796b286946ce36dbdf889a88320

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for sqlspec-0.58.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 347f83964963383dd43e9b784ca849fbe4d446457ff8acdb3d673ae15a5fef69
MD5 76c75e267c23bb3f05b5204758c79e62
BLAKE2b-256 5d7285faa35301d378583045d787d9b56ec5c5105154c98a50e394300ba3c85b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2b3a3d1f308ffbd9d898c11bd9ebc348edf93a39bff31da78ea23f7edf86e14
MD5 419807d3bddd8a2adf1081a8e0a40ed5
BLAKE2b-256 a9a22f15634b734c84ab2ef4f6e863600258b2a24e16eb748a67b6b81b5c6261

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.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.58.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.58.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f718c37026b5d4a0eef4e7a9b51900dcf59b33ed243aa5e6dccf0916e2f3039a
MD5 8407643eb33f9880a9b09304fa242b27
BLAKE2b-256 a2927585767422939743cc8e204630773488033340932a0c14bb4425c0d14cbf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b564ac93bde6b6f401e06d542031cfef765133d1de8408840bc1db0a369dddc
MD5 32461933e14620475abfb79316a6ff98
BLAKE2b-256 72050f4fc097d3239c27919a4f41511c58b6e023b28b4d3a20975c4fadbdc731

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for sqlspec-0.58.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1b507a9cbd66ec8a74b29eca4831bd9503009f04885eacfc9c97ed5aa3699595
MD5 ac9f8c39c04ed5f02f19431e77701f11
BLAKE2b-256 561e46d4b545358028c92f4800341715cde6a4e8fe784d4448ddaa88b2e9d3e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2761e2e23c38d9c1d5177a53faac84f62198ef3174daa29732cb097cf04d4878
MD5 ddc1d56b6684a40898fdc1ec5cd8905e
BLAKE2b-256 aed187c318275e0fd0d0ab8c1e904db92b49f69fc46bf17f82f82aa94403873c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.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.58.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.58.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 e5ca0fef193098fbd4cb78810a8785eb0e0b2e2b12461ebccb2bb1b04d2e691c
MD5 0240b73683bcd3754ce1453ea8b68ea7
BLAKE2b-256 86b56a53027f7a5447a84b2b1e95bdfa7dd0cee33c05894fff59371336b2d186

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6fe70312d90a7a2571de1a67276eb77e6c4ea642126073d964a16a1c7a803205
MD5 0b995d0c9e2d4d8707113c6d0729c0c6
BLAKE2b-256 48362247ae8b5dfe706e0b7ddba65a943113aaf9d3504446c72904470c5f48a5

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for sqlspec-0.58.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 03180901afb981267e02e6f73ac4aa98cc210a43ab851d2aa527c2575ffbdeff
MD5 7574d8940656a391757cf037b2d09e16
BLAKE2b-256 fc815569f737f87939aa2633acb2aec2073f8ea41b58506c50e6be24cd73ac10

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72c49bfda11925ba80bae0861d31210282609283a5a4176184ee3fb58f23c1e6
MD5 bec44d4d0515f0891358ab526a4f6e74
BLAKE2b-256 01ed4eccefdfde80c49b19eee921cf0f97d3758f979a9e3a7c74da98c81c390a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.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.58.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.58.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 5f6481dfd963ce5a292a51030a9ee050a6745b66e814e8d62643e2735c653974
MD5 467c6ee4ac087cad9b99c5bc4f6d0d02
BLAKE2b-256 c89811b0382b321ad3cf502fe818fef905cce55e4701f492b78460805af9bf4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 639f8e5aa85e5e87d110d353349405eba3a693fa20fb55fd30e88f540751f348
MD5 aac4e4f61aa548b98d1bbf291718f747
BLAKE2b-256 b72cee9ac217e9eee6fe829ba207392e7d19fa596a7537f8d42adc4cc384ebf4

See more details on using hashes here.

Provenance

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

File metadata

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

File hashes

Hashes for sqlspec-0.58.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 67627834a73f88d5efbe2b7c90e5d740aeb57e57a3cb2bc94e2b0b0f54c11395
MD5 abe68f900009af2c5b8e380bd1947e2c
BLAKE2b-256 e1b90986d95fd503d0ae509f4a9232b17a62d11e2983331652d2e2929a85635d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5bc52e22c6923810db194f98973f6c0b27cdecfe173f71b207d8023f1949ff1
MD5 dd449e7a19de19fda65cfe91a59f9744
BLAKE2b-256 2d1be8abe7ab8f3befb30124613abc8d7270df549fdd10a4020253e3525ebc20

See more details on using hashes here.

Provenance

The following attestation bundles were made for sqlspec-0.58.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.58.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.58.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0d7c84b6253391509480c199c78bf17c3782d9d151168dc74737a1e6b049ddde
MD5 1e96601ea8d11df5108db29523278a9e
BLAKE2b-256 3828632696899d7d6db7742b72b087bc97924849da4798b449e90ff62d984e6d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for sqlspec-0.58.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7e3f5eca570df4becc1ef41add7e31599491d2061f933ca7d91cc1109363cc92
MD5 b5dc674147262c90515779d5d3cc874b
BLAKE2b-256 558a022db6ff432f1c0391d4ab935754acc66dae1f080fb5d554fb61278d6df1

See more details on using hashes here.

Provenance

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