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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

pytsql-1.5.1-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.1-cp313-cp313-musllinux_1_2_i686.whl (20.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

pytsql-1.5.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

pytsql-1.5.1-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.1-cp312-cp312-musllinux_1_2_i686.whl (20.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pytsql-1.5.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

pytsql-1.5.1-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.1-cp311-cp311-musllinux_1_2_i686.whl (20.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pytsql-1.5.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

pytsql-1.5.1-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.1-cp310-cp310-musllinux_1_2_i686.whl (20.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pytsql-1.5.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

pytsql-1.5.1-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.1-cp39-cp39-musllinux_1_2_i686.whl (20.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pytsql-1.5.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (4.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pytsql-1.5.1-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.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 342affab139748a23826df91bb2a4bd82b5a623904fb44a1f82f43c568ef004d
MD5 e6977536af610170961937d27c715bf1
BLAKE2b-256 bfc44bcc51d07fd85a21a0f30fe4b6c0cc6fe990bbe4c76788ed8e68814d65c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c69b986ce3e5f7fe14e842041ae8b22e89824b3f195eb326ed392dd876e3e6f4
MD5 bd3baf915e7d84773e2011f930921daf
BLAKE2b-256 2109919a66b59a6c9d6fb5c1e307b52a727a37067adecaf27788f872b7ab9c35

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc1cbc8ef348a6e028a66b29e062307e746f0ffd1c6e898e719d8ee1e67c132f
MD5 8cca592b008a39ebe9e909e4c9efd636
BLAKE2b-256 f8678ba53a9a67b785aaefc1401dea61d54eab02fe80899f1ce5ccdf24f36380

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b0ca2e41fb36e84cb81d1b91f07bee410369998903b4a84359c4255898e46bef
MD5 9265039a29ccf9c86fc3f98d9af0c7cf
BLAKE2b-256 319832812f74d624c077bb01f0420e2653ac2d7720ba6debcb37dc7ce8c077ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pytsql-1.5.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5cd8162c6a916593b0dc6be2499244a85f5a01a1c1f47351af3ed42dffac3c54
MD5 69ee3b2016dd1eb85b89b35f51e6fd61
BLAKE2b-256 61a85125a591781c0efec95ac669f3cf75f680e1a6d498e787f57d8eb5e8002a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7bc9018d450384f61c035e1e761352a2a60c29cfdc4040b48bd01dd5653f5378
MD5 bbfb88b789dc0049095bbf9676938408
BLAKE2b-256 769437f805c033f840b6cea733f1d3c8e85141c1a8bb80029cd5aef7c040a6d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d176424fc1cfd4ada22c345c4f214fe0f6bbc706e8fed54b6723470905fc82e7
MD5 b28af5028478561f652adfdde3f98a0d
BLAKE2b-256 dc246704626337450e27ab5886acc46aeb3c4fc6d27ae59ff95a772135a86a54

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 79f480bc8a53f0d527001c59dfd7d7f67d46ba7c14991e2653a8ca56c828e5c1
MD5 7e9fefc8bf3156cf55453a3b27001047
BLAKE2b-256 3016839731725f739b90ef06da484199f349e7dde5cea4bab4f127e4d5a1cc9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bfcd3835092c3ef3243f72cb9155d3b08aef5e2044519b49332c68fbb1412cc2
MD5 549307687541eb7c018dc3777a430542
BLAKE2b-256 051fdefdfe756acce74b778273253cb39afa822c8bbc71e78d109b3c79092f7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d288328358b4b7a1a59b8ede961aa8a5bd226ba9031707f1b657fb0a14daecec
MD5 461888251a1390710410bea8523369fd
BLAKE2b-256 a944e00f8cb43361783d1eb93233d499353b14316dc3cff1277ac613f89f95cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pytsql-1.5.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f54267eac72dc3100ab877b890bdb426d3340f44c6321ba16f54b0713bff940
MD5 9fe3bf196885c3a094939916a8610b2b
BLAKE2b-256 9de911c5f7ad99197b3dd74f76a39be8a6be6bcf427820b4436cf7211e86c264

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9a31392a10e0c6f0bc7380162f6e9e60be41506f8c1d5f3bcf4a63f9291be7c6
MD5 b70eaa3fa3c5f8d79b4f1b1cbc9a3a98
BLAKE2b-256 df3988ea0e868f08e631f9d214fd71f01051156ea61cf31b45d85396e90df431

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6bd3525c19c1cfa916a759255167c010c4ff6d73a123b860890a04652fc10b0
MD5 c39c07f8a769f9ac18cb612daba10bb7
BLAKE2b-256 6f95b368889520720a079e6ed1b22e8b015261adecdcd908ee45157c428b8a5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8e4d3a08b27175c16915d4ed1217bf8a68756e4d586d67c7f802933646ac3980
MD5 9039f09f2c6401a768717138331edd78
BLAKE2b-256 7d25719bad86a3c84572f7c10debb2531d28510ffabcb40179cc06e496a27ae7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a43bae24782eb7c55d7faf42841cde6d18c15003e8e0ccb6965573125828553
MD5 40afb0ec79703b97407cdc4e1f6d53f7
BLAKE2b-256 532c285510944de27b03a42657b2501d22c68a9bfdb296eda3e0baf58a919967

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3d5448c7384be27f3fd2bff3b83706aa592adad5afcbe3cb83f3d7f13e4cee82
MD5 3ca7e70b9301145e908acd5152488c7b
BLAKE2b-256 a811e9a0eceb9a1900f90a2c40d0ed63e0cf0ba8db2d5132181480620684c606

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pytsql-1.5.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c5cf9d69ad5cc4ca8b0f733117f4a3f753786ac63217fdaf3ea81ef373426f3
MD5 0f69934640f9c76f619c9f7b88948c07
BLAKE2b-256 a8ae447ee06faab822e5e563c81d414c909ba2e8743ffdc8d1945685809e97db

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e0f2816bcc284a559bb1058bb5687c6d91d516c12c8cfa92431bf7d7937c4a1c
MD5 e5bba869244050e6c9566fd305bdc1ad
BLAKE2b-256 1a26693210d839d3961b04cc5fc7034b7cf936e1f2dba8e226e7f5c1247928f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 31282f8023037f75ccc4e27c995758e7af62d33a9f0dcc0d501c81f602a1d9ec
MD5 ccea058acc80d461f297fd3e58cc573b
BLAKE2b-256 f6610f7abb85603e688b9c658cdca977b3346976a38211f68cd914afd5207ec3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d30f282a2156ca367abda319572a336dfa1095da61eed08cebf5000de779587b
MD5 ed5da7f50bb7e061c2f040a232b15d1a
BLAKE2b-256 b45994116effb7c274365aa2a727df38a6141ff4be19688f77be3152e838abb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb184f99102f4c1ed8999685dabbcd9d13c12d8dfac5329a206218a83a5dbd68
MD5 e6adbdcc630a86b49d8e09345d9c490c
BLAKE2b-256 e2e8388acf62fbc863fc54559ec5272d9aa06634eebb70aa504b819f99dacb4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 126f7564f92ca1f7292b9c9f101cbac478bbbf1dd25b8cfa4da3c4c80113e76a
MD5 ad886a3327753c32f2018b2b22c2329a
BLAKE2b-256 248b1f8c53ded2a08ab340ae76e9b3992e2ab4df2899d344d2b50846b9f83719

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pytsql-1.5.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8f4d81de01cef1a454da40327bb1989a5be70d9690cb87c275069bdb0c31c03
MD5 985b7636281bd912833083e64b409aae
BLAKE2b-256 59e49d7df7c125bf897e4af87ecf2d8b4070943f9f10e1a3ac8083fb8c2a7f3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7446fa257315ec6f4125696580c855d005052974bf42fb98d94a0b8118c0c407
MD5 615f98c7f090b20b49659e80914f722e
BLAKE2b-256 5f90e92f7c7f77d75b4b13781f316078917647546b95cfe72330b4033f2bb7c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 21174e0fcae027adf404ee2f30bdd995603b1268644fc6167f255f3e85e70c88
MD5 3dc1f236dee562805ec94f7780a1d19e
BLAKE2b-256 e724967772255dc6b2d8a541990725d90807cfa9487231d2182743dbb7fab18b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: pytsql-1.5.1-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.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 10059ef4216e9f4e13f5b365c10bd8efc850ecae5578c5173e55d625d2d6e91e
MD5 88ee358922befd94dea363ad08f61fd3
BLAKE2b-256 7b3afd10dc7e7dd94e01111198ab3cd7447ae5fdcef9b974104e229037f03600

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f4286ddfcbdb3a117c5a566ab020e028df71e4451d45a79074c23d238222aab9
MD5 3c56c3c9578ac7cd337c2dc3a00370e7
BLAKE2b-256 dc0e65a5f90dee32f8323cc2080a50e9e7fc86a4a6f9436cc71f8d9bad3d6db6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cced2b3cd904bf4c0db33f3f42b842a9d608827ad9a9a9763e692d253dc1c1a4
MD5 d9e88eeb51a9d73bd2f81529a937abc0
BLAKE2b-256 a30277c5708f653998aad9adbd2f22b8d59fd31c2d5b8b8e9dcbc1a4b39ca482

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fbf3f15f6a0575eeabb3ac02bfa95e2ae52b9a60ae350c977fda51273212d73e
MD5 c54704606a981b43ec336cb4a4e3e059
BLAKE2b-256 fb0a7a442dc711083fffe0c94ed94c5b1d7f84ac17775b3c79990b5762f7fef1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pytsql-1.5.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a127e41f7f672f45b1177cc9ff90a1826d7aec548e75991a03cd695c832385a3
MD5 899e949514206b6b5bc44fb25049c1a2
BLAKE2b-256 51c7999f7370b18e0cdb2e0e327f8145e5f16be33d9ece80d92bc181cacdbc4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytsql-1.5.1-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