Skip to main content

`Pytsql` allows to run mssql sripts, typically run via GUIs, via CLI.

Project description

pytsql

CI Documentation Status Conda-forge PypiVersion

pytsql allows to run mssql scripts, typically run from GUIs, from Python.

This, in turn, eases concurrent, scheduled and chained execution of scripts in a workflow. Put differently, it enables automated execution of Microsoft sql server scripts.

Moreover, pytsql supports parametrization of scripts, akin to templating.

Please have a look at our documentation if you're curious about more details.

Installation

To install, execute:

pip install pytsql

or in a conda environment

mamba install pytsql

Be aware that depending on your platform, you'will need specific drivers (Windows, Linux, macOS).

Usage

pytsql is tailored to run with MSSQL. Other sql dialects are not supported.

The main function of interest is execute. It requires a sqlalchemy Engine object as well as the path to the sql script of interest. A typical use case might look as follows:

import pytsql
from sqlalchemy import sa

db_connection_string = "connection_to_my_database"
engine = sa.get_engine(db_connection_string)

pytsql.execute("my_sql_script.sql", engine)

Please also have a look at our documentation sections on usage and development.

Credits

Grammar is based on antlr4/grammars-v4.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytsql-1.5.2.tar.gz (2.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pytsql-1.5.2-cp313-cp313-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.13Windows x86-64

pytsql-1.5.2-cp313-cp313-win32.whl (3.6 MB view details)

Uploaded CPython 3.13Windows x86

pytsql-1.5.2-cp313-cp313-musllinux_1_2_x86_64.whl (20.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pytsql-1.5.2-cp313-cp313-musllinux_1_2_i686.whl (20.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pytsql-1.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pytsql-1.5.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (20.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pytsql-1.5.2-cp313-cp313-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pytsql-1.5.2-cp313-cp313-macosx_10_13_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pytsql-1.5.2-cp312-cp312-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.12Windows x86-64

pytsql-1.5.2-cp312-cp312-win32.whl (3.6 MB view details)

Uploaded CPython 3.12Windows x86

pytsql-1.5.2-cp312-cp312-musllinux_1_2_x86_64.whl (20.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pytsql-1.5.2-cp312-cp312-musllinux_1_2_i686.whl (20.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pytsql-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pytsql-1.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (20.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pytsql-1.5.2-cp312-cp312-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pytsql-1.5.2-cp312-cp312-macosx_10_13_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pytsql-1.5.2-cp311-cp311-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.11Windows x86-64

pytsql-1.5.2-cp311-cp311-win32.whl (3.6 MB view details)

Uploaded CPython 3.11Windows x86

pytsql-1.5.2-cp311-cp311-musllinux_1_2_x86_64.whl (20.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pytsql-1.5.2-cp311-cp311-musllinux_1_2_i686.whl (20.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pytsql-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pytsql-1.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (20.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pytsql-1.5.2-cp311-cp311-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pytsql-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pytsql-1.5.2-cp310-cp310-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.10Windows x86-64

pytsql-1.5.2-cp310-cp310-win32.whl (3.6 MB view details)

Uploaded CPython 3.10Windows x86

pytsql-1.5.2-cp310-cp310-musllinux_1_2_x86_64.whl (20.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pytsql-1.5.2-cp310-cp310-musllinux_1_2_i686.whl (20.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pytsql-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pytsql-1.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (20.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pytsql-1.5.2-cp310-cp310-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pytsql-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

pytsql-1.5.2-cp39-cp39-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.9Windows x86-64

pytsql-1.5.2-cp39-cp39-win32.whl (3.6 MB view details)

Uploaded CPython 3.9Windows x86

pytsql-1.5.2-cp39-cp39-musllinux_1_2_x86_64.whl (20.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pytsql-1.5.2-cp39-cp39-musllinux_1_2_i686.whl (20.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pytsql-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pytsql-1.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (20.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pytsql-1.5.2-cp39-cp39-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pytsql-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file pytsql-1.5.2.tar.gz.

File metadata

  • Download URL: pytsql-1.5.2.tar.gz
  • Upload date:
  • Size: 2.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytsql-1.5.2.tar.gz
Algorithm Hash digest
SHA256 b3e3a43cccb90393a23847db62f4f6982e62c46ef8ba1c34ac36eb8438e84fc5
MD5 94537b839b550b5c3e39d06d39729fba
BLAKE2b-256 bee89787f4a4f17882c4125e542cb04465eb1e2cfb20248b6a1f39c10aa059e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2.tar.gz:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pytsql-1.5.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytsql-1.5.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 43ba88489133b422978aeb0fe9d0d1b5b6b24e7e63b5c55bbf9ae57787fea646
MD5 45ccd8bd3ddda216bd416d0a9bee3142
BLAKE2b-256 bda4a324f604eaf3b282d0a02cd74b2c1502ce47e31e944e4758e5c1a55f55fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp313-cp313-win_amd64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: pytsql-1.5.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytsql-1.5.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 5a0220d40f64f9af91c0579750fcf58723f4902ab43e545ee559875461f7a997
MD5 ba367154ac01de26c48747336c1daa57
BLAKE2b-256 92507a6fe44f02597d845017d340dda752b1acb559cbfa31ec397cbf6e4fcdd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp313-cp313-win32.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a3da378bce0c6e1c97e808509c08cf6d1330e026b2176894eb50d4f38c41c0d
MD5 2636b4e3f568a9b10cc5ce623ccf749f
BLAKE2b-256 14eca9176b7ab8ce4eeb733c097796bae7541cf6cc7ccb18fdef0f8b115e512c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f00b13f33182bab51caca0e5a536343d4937238b762d6c4c8587535a4f0e3bef
MD5 9753b92936cc1db0ae15f034f62af194
BLAKE2b-256 6a36193719513786fcd2d58606ea624c2d69be7c1cf3db12f5daa95cb7acd61b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01c249a9e776d18a8f9f191c19d06e1af5bdb38574b7aa24a2bd9f23c8c218fd
MD5 629f43317bd38dd716d2ab081607c311
BLAKE2b-256 6cb15c3cd755e12ef35fa1d15c36fb6311f1cc2c491fc3f99412eed031647da2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d710c813d92f6538f567b8117ccf0a9486af27ca3e80697150d9a1fc6246166d
MD5 ddfb86d2f9005caeb77b5c3ae125540c
BLAKE2b-256 b3745a16940d1f3383c91273396a1f08f1483d53907b169acd47ef451709ea3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9f91e3cd731b8fc9bd4e59b99faac563fdcf51f09f2b8ff9be2826b304447ac0
MD5 e9a982c1f8a1d528f8eba657e006f787
BLAKE2b-256 86d1dc6262d989af79c6a311f313e1ad95467e5f7649051e4f8dcf11ff4de3fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 51911a99c07deb43388c666b569054ee852cf103201bf655b6c927e5dd0a4b96
MD5 f25c53b27080ca0883064b0a445acecb
BLAKE2b-256 5b886f6faf35d2e23556918d9907eda8f21d8773f6db6ad9e3947ea68abc0395

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pytsql-1.5.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytsql-1.5.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ad079393518f0076c83a3a2bd812af03d5af0fd424f918440f58829f884af8cf
MD5 929912a84858261c8400dcac1eb55da7
BLAKE2b-256 88afae7e8a49c0e97366a5c6e52615d5bf9546a72623399aba5d6ed2ed6f712a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp312-cp312-win_amd64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp312-cp312-win32.whl.

File metadata

  • Download URL: pytsql-1.5.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytsql-1.5.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 fcb9414ac58bd653a00386885718045cf48fcb2eebf99fb75c4a1f7cee9751e6
MD5 31df35f0b22f477f60211fe975e47a14
BLAKE2b-256 d02faf41ffa9e8f59b8e6e75034c479d3f43bd5bdc5c26b5f826288711ea2bbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp312-cp312-win32.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b919c8ef895f5f5bb7542b3d0f178758562eab463b7351c9fe38c68771d10a0b
MD5 9acfcffa6360b29a4a856d8290a068e2
BLAKE2b-256 aa61353a7e1d54c20bb0e8f2df4e5a1f54bbd0dcb904c86d8a9abf6fe1d07f0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 52a39d43e897063240b3014685a4ca44ac91e24b589f8e0fac0faa8077b15580
MD5 2693130f7d723295cf70fbd2d849177a
BLAKE2b-256 2e0368710b675c3a6863dc3e965c9776358e97bbf959bf1bbaf5dfab5cb9ae00

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 463471d71ea3388e9ad483a45f864489b8b5b665ff197165f0aed21d1ea64cac
MD5 949d101ce65ec7ac0d92286cac1dd29e
BLAKE2b-256 234355694f60a7b158f0dd3857b22c60f627229b55a6b3ea4dd899291e4b976a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0bf77fec57b43ee5306bc6a53e3adf05955525ccf0f6eb246f26a781012619df
MD5 7ff863bc1960b7186844cd9abab9089c
BLAKE2b-256 060a3f5ddf18e44f9a2f053c5e30c2309d50115a160e37c22e4bf292d94ed6ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 612e0bad368778e3a4672b18ab62b919900ee0938167c3700ba2933474b17ee4
MD5 c7dce695f6c481a37e3c43aca512b531
BLAKE2b-256 646820bf544c5c26ea937784bc4fb99437afb5c02316de5542952d665efe6a93

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 daaf175e133559f9af1e57053a8ff2e3c3011cef62cb0454b4434544036b9c46
MD5 921ec274085180cf0ffecc9092b10c73
BLAKE2b-256 49d28a6d068151f03312f5f03be75f9a864f481903c8f0607c5fe10c3735fd39

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pytsql-1.5.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytsql-1.5.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9b7191bffe06ab97b098e4995e83df97afe25ee6ef9be9d7f8570a30695ae366
MD5 00a2d7a1cad05ad1e8dda1dbdcf062eb
BLAKE2b-256 9fd85adf6ba02326c11687505c18e1128ab4fc8b929a260f71305e5de782073f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp311-cp311-win_amd64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp311-cp311-win32.whl.

File metadata

  • Download URL: pytsql-1.5.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytsql-1.5.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 26e3dfcb7f8ff71aad90dd5a9db38a1ff1bd2ac9389c59968d8946c7059e2290
MD5 06178e86d3a1e62032111898497a367f
BLAKE2b-256 973a7e2b98f999892625a959eb287705e95c4e925ea8997bd0efa47cfaf3f4dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp311-cp311-win32.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35dd7ba02cd56cb8e386860db5cf49b69e0eacefe57c432f1360379d2ba92704
MD5 53af54a93bad4ed8188f5a3cf647e039
BLAKE2b-256 58490cf59cf7e07fe1506eb1cbcd243df76b0496cef00ce1729d243c78efaf12

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c9e7d729c85882d1f2212e2008c61b178db3e170d5cbace3204614b2b82d890c
MD5 3a8af8562012877fda0526fd12cc709d
BLAKE2b-256 86b07b7a1a22cba10b0fb55ed16c9f39a113745436b876024f1ebdfac7ad7967

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 daac0301d5576b52556ea238e0acded1e22e7dfb33cda78d259975a32333f3fb
MD5 0dc943ddae6229c31194d6011463968c
BLAKE2b-256 3a0f366248b61f7c1569403797be7c1897701cae22c3196be50c95d2a3a25741

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a94b86668e5373a506e09ab0f6ecf8d036914c2940c08d4ad21f13c63319f4dc
MD5 3f353042e198d977bd6a5db71f6fd452
BLAKE2b-256 8bf4c249a7b1010dea70ee701e4602b878d81fa21a6dd502696fc7931db68f3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f09b844ee844fb06fb18dfb19dbf51078fa223f16ecbdc067403b2f67b8c748
MD5 b7661fa53ed82571d671415fc2fc6dea
BLAKE2b-256 0fad5b0237ac9f5f4fa13fae8b9570329d9f463a0559fb5292805dcc19e3f578

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 441d98cedc5fc8b0234db4941ceae09b358026dc42c036280b0ee6dcded05884
MD5 38275bf6cc886347ed9f5e0fe9093ff1
BLAKE2b-256 e4032b7852ff42a96a3aef243336206a3289c66cb6b2bb552ff069512fff8631

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pytsql-1.5.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytsql-1.5.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7c95c93f90fb5f5cb63d2c355ae38cd947faa04cb7da523cbaa262d9a140f2cf
MD5 38ae9653ded2f8077442e3936875d7a5
BLAKE2b-256 e7e0b70590b1cc9e7ecea1290b9c0ea6aa50eda48dd0b8be0c82a37e01f4c821

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp310-cp310-win_amd64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp310-cp310-win32.whl.

File metadata

  • Download URL: pytsql-1.5.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytsql-1.5.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3cf1f1e4792c22466fdc09868ad21ea8ccc211c667c0dd3d5e2aee85273e3b55
MD5 a1c3724e064b5edb839739f13ea468fe
BLAKE2b-256 ed4d2dd4d2eab16280b9095183e397f83aaba75dba3448bb89d8755f8ee92a1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp310-cp310-win32.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d4a82b910d4c11811db501e06dde8c345acf834742f06bc863c14d3ac2eb80b6
MD5 1fcd3fd0eacd243c167e40c2ad8d222a
BLAKE2b-256 444717c3e9addf668eb06eab91689a3aa132bde11ede3d328e78b9a9b4bc3b01

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ae9fa27564f6a61cab6df34c814969a93ea37aa799f65c50010dd441ad073364
MD5 b97c0a79a010889cab5062decdcb4775
BLAKE2b-256 22a05c6309ae053ab879c0f16f92e29e35f5dc13d4a600e40545563247841935

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ef25dfe0fa4c31ffe702387552a43d023836876c929233ee4cd4f7db9397382
MD5 bdd3bea278824f7f9d09092c97f92b9f
BLAKE2b-256 4b059fa17fabb8e9edb7e2b5725f9d0f064ca151aa9105ab5df25f2614ab148a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ef7b5858dda7f8d4742b78cbdb47f455dd6ed9001ce7048cc784d8185c55f331
MD5 8a126347019d84a554d96c8cce245807
BLAKE2b-256 72f409331193dbd21d3d2c2b46b43a46b5b10b8c925655590da0b53aca6c3c05

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29cf6da56836684df6c16e87bfa37fcaade7d4bbfb77b0f723ce4a1410450626
MD5 ba9fe22b9c24b8a7f1342a6a4fb31911
BLAKE2b-256 487f4af8e245794f14126d5b5e963adb67609f2585d1f1a5d1c5913e932748bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 72efc6a1717a14f90fcd43398adb5631fb465f2dfa214f677fe83d87339e95b1
MD5 8de7d9ed2d257d1793624657645cd5bb
BLAKE2b-256 5631b25ec36c24125b1d882dc0ed83e37fce4f94a8ab3dbef91e2796e13e397d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pytsql-1.5.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytsql-1.5.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3bf35319efbedabd8d9195ff59782e64804c2fea55344cc810a8b1283df57f07
MD5 d3f65bf80b6f05ea71c658ed4ed21776
BLAKE2b-256 ed5dc3466da69691e392b550c550f090fa1c57d595f668374fb1f7520a7e554c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp39-cp39-win_amd64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: pytsql-1.5.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytsql-1.5.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ebba72e12c3117167e08ba2a25170c308130325dc59aecd4b0836fe1aefbde1e
MD5 0882efca62f509f24b8bd619f57e9aaf
BLAKE2b-256 f77d5595a23efc099950bcf98ea229ae826060b672ac99d60fc3db0b5e5e6fff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp39-cp39-win32.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9095a764d8443094d6f841e674d1940d8bb7a28154a6dd3d604a631442eb71a9
MD5 e6187a9f3bd4e0d909ee2d51882c2bee
BLAKE2b-256 93629cceda4515b8888e5ccf166919f692c6ac12fefed7f657631bfa8e96d75a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: pytsql-1.5.2-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 20.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for pytsql-1.5.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d958daddc15a6303dd1cc4bb76e22e163b4ea17339c145343423de3ec9d93b2f
MD5 7c60b33acf9f36c6c5d1a25b7461a496
BLAKE2b-256 1907b1c5b0f81c6ec239f971b202cc7b427538a7c55b61d8a3bbd4a6e6158440

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bbc09b946637130b57a9ec9558d98874634664b39314e9798785b3fea871cbc
MD5 030ee349a51b8399d4b02c836f3bf98c
BLAKE2b-256 28be886ba0434add3ee2036de694973b4a8bcc41bd4b95051b7318a16c3ff265

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eee56a58e1a825575dfe07b2cf64ed6724f2153ec76fb789279ac38a42fa1389
MD5 45c0b570ee814bd564a5024bff9e4b75
BLAKE2b-256 fe279f2e55303425a8fb981a668fff7eeea1450300f3765c3c2df0bc88758f2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9edc3e656a548de7bcf78075dba0c93ce911310c2324ab0acb31fbbcac36233d
MD5 5bde19fd343de2f086dcb0ed2c4b4e3d
BLAKE2b-256 9d87066caa2bd9056cfb7a4f39d1cd06b087ab457ab45d99c0e4d890e2cf7029

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytsql-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0a89604b91a479b29412daed30a716e804d374aa1aa3fe116a4474a3bf92187c
MD5 ab7288837a8b1fdaaf7cf03796f55b89
BLAKE2b-256 4f7110b475395f9b7001767428c8ebc90fcaa76743cce9c465f774a4d14fd283

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build_and_publish.yml on Quantco/pytsql

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page