Skip to main content

DB-API interface to Microsoft SQL Server for Python. (new Cython-based version)

Project description

pymssql - DB-API interface to Microsoft SQL Server

https://github.com/pymssql/pymssql/workflows/Wheels/badge.svg http://img.shields.io/pypi/dm/pymssql.svg http://img.shields.io/pypi/v/pymssql.svg

A simple database interface for Python that builds on top of FreeTDS to provide a Python DB-API (PEP-249) interface to Microsoft SQL Server.

Detailed information on pymssql is available on the website:

pymssql.readthedocs.io

New development is happening on GitHub at:

github.com/pymssql/pymssql

There is a Google Group for discussion at:

groups.google.com

Getting started

pymssql wheels are available from PyPi. To install it run:

pip install -U pip
pip install pymssql

Most of the times this should be all what’s needed. The official pymssql wheels bundle a static copy of FreeTDS and have SSL support so they can be used to connect to Azure.

Basic example

conn = pymssql.connect(server, user, password, "tempdb")
cursor = conn.cursor(as_dict=True)

cursor.execute('SELECT * FROM persons WHERE salesrep=%s', 'John Doe')
for row in cursor:
    print("ID=%d, Name=%s" % (row['id'], row['name']))

conn.close()

Recent Changes

Version 2.3.7 - 2025-07-10 - Mikhail Terekhov

General

  • Allow to specify openssl dependency on macos, thanks to dwt (PR #934).

Version 2.3.6 - 2025-06-28 - Mikhail Terekhov

General

  • Build manylinux wheels using manylinux2014 image.

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

pymssql-2.3.7.tar.gz (185.0 kB view details)

Uploaded Source

Built Distributions

pymssql-2.3.7-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

pymssql-2.3.7-cp313-cp313-win32.whl (1.3 MB view details)

Uploaded CPython 3.13Windows x86

pymssql-2.3.7-cp313-cp313-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pymssql-2.3.7-cp313-cp313-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pymssql-2.3.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pymssql-2.3.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pymssql-2.3.7-cp313-cp313-macosx_14_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

pymssql-2.3.7-cp313-cp313-macosx_13_0_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

pymssql-2.3.7-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

pymssql-2.3.7-cp312-cp312-win32.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86

pymssql-2.3.7-cp312-cp312-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pymssql-2.3.7-cp312-cp312-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pymssql-2.3.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pymssql-2.3.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pymssql-2.3.7-cp312-cp312-macosx_14_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

pymssql-2.3.7-cp312-cp312-macosx_13_0_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

pymssql-2.3.7-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

pymssql-2.3.7-cp311-cp311-win32.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86

pymssql-2.3.7-cp311-cp311-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pymssql-2.3.7-cp311-cp311-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pymssql-2.3.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pymssql-2.3.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pymssql-2.3.7-cp311-cp311-macosx_14_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

pymssql-2.3.7-cp311-cp311-macosx_13_0_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

pymssql-2.3.7-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

pymssql-2.3.7-cp310-cp310-win32.whl (1.3 MB view details)

Uploaded CPython 3.10Windows x86

pymssql-2.3.7-cp310-cp310-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pymssql-2.3.7-cp310-cp310-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pymssql-2.3.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pymssql-2.3.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pymssql-2.3.7-cp310-cp310-macosx_14_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

pymssql-2.3.7-cp310-cp310-macosx_13_0_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

pymssql-2.3.7-cp39-cp39-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.9Windows x86-64

pymssql-2.3.7-cp39-cp39-win32.whl (1.3 MB view details)

Uploaded CPython 3.9Windows x86

pymssql-2.3.7-cp39-cp39-musllinux_1_2_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pymssql-2.3.7-cp39-cp39-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pymssql-2.3.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pymssql-2.3.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pymssql-2.3.7-cp39-cp39-macosx_14_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

pymssql-2.3.7-cp39-cp39-macosx_13_0_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file pymssql-2.3.7.tar.gz.

File metadata

  • Download URL: pymssql-2.3.7.tar.gz
  • Upload date:
  • Size: 185.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.3.7.tar.gz
Algorithm Hash digest
SHA256 5e6d79c7b1cec40aebec4b099c6e445ccaac24519e5e767b49a4e6f48c087e50
MD5 96fd5ab9c88156d67e09c190bf260007
BLAKE2b-256 ad974e2b350ccc301a2ba38fe3af246f7cbff0f9d454beb30b57a73570789330

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.3.7-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.3.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ee3fdfe37e40ead646a622af3a8b405f6aa8d6f48e9b7a412a47dcf3be8b703e
MD5 4ad46bad19ca4b0a5fcd06bacf7b20b7
BLAKE2b-256 a39e913aec491c17ccdd60603fd98661c993cd74e13526e62f0e07d3d489fa5a

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp313-cp313-win32.whl.

File metadata

  • Download URL: pymssql-2.3.7-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.3.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ef769e7c9427cb97143e61c70ec594834bf1954b0f89285b448bb2e3b7e8c2a3
MD5 4a72ca498e8462d6ff2ce9bab65d29a6
BLAKE2b-256 b029ecacbacf81a5d8c186da77a1fe4f5cc948caf192f15371ead3bf7c95be65

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37c16bc48a2ca88f1719bac6d2ebbbe7e2b821749bc1d04284975f1628300f13
MD5 430b4b852f02f5310331eb371bb1d623
BLAKE2b-256 38a9d4cdbaa63a271e88380d1a99b749c99d6b5be1c4800777a9f9d4a0832f11

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a30c31db155c45aafb355e39ede10593fe6c3f18e98117289cb611611901d608
MD5 0ac45b44c5ac4ad91f76eb0fba245223
BLAKE2b-256 243ba75181f0e42432c795651654802a237152403048e0b4265dd2c5f378ad4a

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 69e6feb6916d9e9c37b00538e8cdaf489788244b3111c3cc6e9efffe0e492405
MD5 e0a1476d71c076471a7996b4a6403f50
BLAKE2b-256 b187f4dc8f9bff8de57f6d6256ff89f7e2e424155c81ac0caea470a391e97e0b

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 b9b9eceea38fd2f389fb325513cb99964f9465facc35b72174c6cfd93ef3e510
MD5 a380f431427f6e2c9e7166e06d19294c
BLAKE2b-256 886a1f6614352e59b79e59329774ef159bbd0447b172e62b32ffeea9ef396021

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2cbea08bd03acb103b553b9cfccda93d5ffe4bd836f89071af2616e0b04e776e
MD5 fe41aa00818673117415417e26809421
BLAKE2b-256 68ad7d5f2892a86992f81bc36b54105ec400f0d5afb8009d2027761a2b9ab52a

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 456d7d8b1bf24a611643a67546f2b2188e645250d2c6943bc59093ca03fd33e8
MD5 db11e20389f52026660cfa083dfb7b88
BLAKE2b-256 0ff291db1c61558ac797766011ebaaae94a2764f43cd6a8e1337d797d81cd3fa

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.3.7-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.3.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 257f9048a05220596e0697aade7fee9a993e19c51c652b1c0a0eca97769b5fd4
MD5 c6d3377889db23bd753ef9bf954350a5
BLAKE2b-256 f44c5860010cf9a1c2b8c2d37b18fee8720f61c452af5841e7dca4fef811aec5

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp312-cp312-win32.whl.

File metadata

  • Download URL: pymssql-2.3.7-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.3.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d58c1fab2604fdf37f8e3a895c35ae4f26ec4195e200556c4e583c2c216d0a3d
MD5 d3c221db68c45103a9593c09333642b9
BLAKE2b-256 f8c67e04d6d3b3a61d0a0ca63baf6d6d2b07e5991e98ae1b7662ebfc9e46f0c5

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05ec2b7df85cfc1d849a701471cdab54d4da43d45b361cabb7641d9df6828545
MD5 1875e7f8288d183e2bd181c9aaa5774a
BLAKE2b-256 5e866822e6567d7f6587d772adf5d8fbe0157742f59932ddbf6831349c4b590f

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 56310017000e1a78e3e502be511be7211fd0e7d87d784303608e47fa3db28365
MD5 b309a476edf6730c6ceb72ce10f43617
BLAKE2b-256 48d391efb0ecf2cefc8aa2b1f6cc3cd77e80807ed37827a7fe0faad9379990ab

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 a4ee4a8b86de552c2714512ff144937baf8fc23cc7079cb481229e7c703d2793
MD5 970cdfe0e01afd9acb40bc956553f382
BLAKE2b-256 f6ec780c60df9d942b419673f9f5d5ae6e2de279e5954af181df53c7a904d006

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 1bbb11b93fd21c261c8c6cf59302fecf66a0b75ce9281772d62252a29de43819
MD5 ba8b036d19bbba4291c68862b40ee52e
BLAKE2b-256 41c029dfbc30ffaad024155d82d6c3d41d8993968d4da0bc8295233c0f320880

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7a25383d5e9c2cba4728830951329f453a8f404100b851c0a7c43456a8618927
MD5 b0cfa2f0d953e49335d2f9da8fdfc52b
BLAKE2b-256 89d845ce5a56291a2529e61fa0f541c9df6ebbc8889d52345d0e335ce5e75467

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9ac8232d94447e37ee115d5184ac25ab89cb5c0990147457826b4662b99af124
MD5 b31b7d8ddce4baef041cd7fc962a51a5
BLAKE2b-256 04422c647097ea0df1ab9b1bba31c936d179b083c06a229bdaf244f96b5d1309

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.3.7-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.3.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a4ead25c67bff2700afb25edaeac923e701465bd33f64b475eb61214b592b8cd
MD5 a5103d52c44792f89e25c8c18e994a41
BLAKE2b-256 1d4cc6263a16ca905d0617ad8b3afdc354a0046992a1cbe453d626126d9b47bb

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp311-cp311-win32.whl.

File metadata

  • Download URL: pymssql-2.3.7-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.3.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 132698a5327ea78e17960f3a4322a1bae6a953edfd690dfba5f5ea28a3601114
MD5 ec51421ad1302f6f7486ce88c5e57ab6
BLAKE2b-256 b99c6406c3313c0c81352ab7fcff8d1127f0301a0fd49e940a757b915ebdfa0a

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09063a2eefdf8f1d7f52b1a8c50506c0807810934ec109aab2f590bfc0e78e5c
MD5 aee3f03cb97cca199edebadcdf60e160
BLAKE2b-256 79653d0312004705157779a8426fea16b505984068d7e03065623ca37b40b7d2

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9ade8beecc2ab5a90a193cd807311d4c74bb76ff3c699e7689f98247a5871442
MD5 ca9cdec829ba79d68ac8760ada0fed93
BLAKE2b-256 e5220520248e02777359b95d804cdb16c28ccca8a6a947cc80655d8411b98203

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 4391064e5055f4967ae79074678b1794aae7ab4149864f9557054a56e72e2c74
MD5 b05f436fcbed6819ae44e81089eea538
BLAKE2b-256 0906d35699e1bdcf06d901450eed70709179e217137b12275fd4ab73f5d6e9ab

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 31543f547613aa84016814bfd0f06687b603883148b1feff44a10604ef50dba8
MD5 c478ef5b6bc9018372275b04d344fa86
BLAKE2b-256 6d9c1fd81a6088eca9cd9edf073be52c67124add73e8a4d4ec68816a238039be

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 25972328fc896b525f115f11c19832635a776f6474d957a6f7f610ac0db3ac75
MD5 b5f6c98093ab6396a77e7470a4a1c762
BLAKE2b-256 700d3eefc62a77401de9cfb600c2d277ed1c96e1256793bdeca06442eb7ad705

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 217985ffd3bafa7689de3976671f5c3c390ee4ceac2e458af11f22e9021f2ead
MD5 b3c37dcffa96bc43cf430419220be36e
BLAKE2b-256 8a74864e4ff683160a69925c5c528c3bf91daa1a7b294d3c313345e87c698c8a

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.3.7-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.3.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 07d16ee3b4118bbaa786ec28d2b23d6aa0f9e308ba2fd4959c8205d34f8a38e8
MD5 ff5f2d9e0592683749981aac2930abee
BLAKE2b-256 18d8957efc733eb3b971f65bdcebdfd65d954ac4d78b1a00246abaafd67c5a38

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp310-cp310-win32.whl.

File metadata

  • Download URL: pymssql-2.3.7-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.3.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 648969b66a781cdf3d06008265f50546b96d185041028373147765a9aef48851
MD5 46c5dd133cb9f781a1a57d20405239dd
BLAKE2b-256 86aa0b3d65ec1bb6d4f3394f366e3e959ab44bdcce693e39202edb660f3ed410

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74308f69d0c74a384e927b30c1c9b9d312bb2480221b7bd711b83f43a33c2ca9
MD5 5f50c2486d737088dc2b1419c11a906a
BLAKE2b-256 2a65dbbce0ed2151e99a0332929d330f340b220947616434d1bf7d5df8a58648

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f1dac3cd66a13748c980f3dbeb5aa61913d24542eaf66863ef9f9fc1e3215dc
MD5 f9fd9316ede427a796a9dd8158f6d908
BLAKE2b-256 791f491505ba5b9a286de5f263e447fbcdeb595b395d1bada26ba1306c1f314d

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 ecd6035112487ba5be55ab09f9b546365d381252ccebca843dff994fd9316031
MD5 9db36bbf89054d6bd606659b6c3c57c7
BLAKE2b-256 737559fd283fc797a024267b61c2b23d19d4f1a0953078dd142dc0119768dd83

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ee45139c65e1cd490d783db6b36de9258aa369f61a320cf3bd24a8b233687a24
MD5 2df62dea473faced9cb4275cc9e1dcf6
BLAKE2b-256 be103eb0a1941ea6507d467551872f4a99c073405e9604d1d08c063fa4f5f27f

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8b4eef6f8698f505aa6ba7dcb0362c42c1a4021eeb44edeb96ecc0480fc960ac
MD5 fc8a216a8cd7b1b1bcc1498484ab5a65
BLAKE2b-256 60842c225f224fd68ce71a344065ef86c474458c7490e500e1295866d5380814

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3d045a748b54a94778b389934f37da9e6ad02e77e754673a89a087df1beb7496
MD5 1fa9fa0d0eb3f43f95bfded45606ac5b
BLAKE2b-256 124df17ea7df8efe7a4786589ae75b2573abc284a53a7703e7ed1436583e59f7

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.3.7-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.3.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 208c5a195fdeb4962a7c28f97a70b1f44a6487e74055f797ae519e88c196dbb1
MD5 746b87085e0705a4f1ccba42349eada1
BLAKE2b-256 b9a88a197cecb132b6949d835ecebd92b5333dbe6e5a1e9b30032b382d74c627

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp39-cp39-win32.whl.

File metadata

  • Download URL: pymssql-2.3.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.3.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 da059513444680080d22ba2e252384877391025da07355d50683ebe7f6c88027
MD5 ff02d7f6f96c5ea344ce7e7293bb4bca
BLAKE2b-256 2d7e70bbc0df77a40eacaf710d7d13c6e15a7475f9615b094d82b4f331abda09

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b83222b3e13f9a688c7c251f9d5a4106b60728a7935a07ad5e9fc1d5e1c5093a
MD5 3637d23eba3978d91c8917325a689d47
BLAKE2b-256 67a3fab88703eb7b0bc41bfa04f7809b030f13712c78c39f2e0a768bd705b747

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d01d0c3382d5d05c4c2993e01834013fb1a612e0eb1b3c1a884c194b5e2a5e5
MD5 f57216a1f7b41c8d465550434d962e1e
BLAKE2b-256 9c13157f9e7b428cb7136b0797014fdcce01d2ec509fe83d3a6be330cde8bcee

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
Algorithm Hash digest
SHA256 6706cdfca15b62a96c6ab5f48faa087b991c6d070b49b5a797ba93f11a84ffd9
MD5 38b008a0d497e77838350909ec243b3b
BLAKE2b-256 b0089014f383f15806f6c98a0ac27c85a79c953cb22e47ca6b794361a70935b8

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
Algorithm Hash digest
SHA256 ba85c3ceb3fbcb1d7d75ecd556a6ec7d88fc97c2c703136c5c63119f7b14b4f9
MD5 a0e1b416666f01087bb02a966c14f9a7
BLAKE2b-256 592afb3d3552a1129cd8f9bf94fccb4b49fb14d4eea2b8f89c07fdf65ebcb80a

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e69d840bf5cd3abd4e88c80ccb219095b332b107a780e26a578e051b6648e415
MD5 07959754c94c68e91ce4bad125696723
BLAKE2b-256 1f53a2d970e22c0ae544ddc64aa57126fab27d928b2d553c8ef8bc3ffe26bd02

See more details on using hashes here.

File details

Details for the file pymssql-2.3.7-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.3.7-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 616c8c21cda7f78894fcb2f11172edc41564191f125d8aa5205df3ed0709d3db
MD5 dbb9e23244c2d844a91f07070cc38090
BLAKE2b-256 99eb563b579c00357b5fae7a66bf12a9eea53cf9b06db7f80499834e7c3f62a2

See more details on using hashes here.

Supported by

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