Skip to main content

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.4.0 - 2026-08-31 - Mikhail Terekhov

General

  • Update license information in pyproject.toml, thanks to ecederstrand (PR #1003).

  • Update win-iconv to 0.0.10.

  • Fix datetime conversion for BCP operations and build on Windows (PR #1015).

  • Update to latest OpenSSL version on Windows (currently 4.0.2).

  • Update FreeTDS to 1.5.19 for wheels.

Version 2.3.13 - 2026-02-13 - Mikhail Terekhov

General

  • Fix type stubs with generics, overloads, and corrected types, thanks to jacks0n.

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.4.0.tar.gz (205.0 kB view details)

Uploaded Source

Built Distributions

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

pymssql-2.4.0-cp315-cp315-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.15Windows x86-64

pymssql-2.4.0-cp315-cp315-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

pymssql-2.4.0-cp315-cp315-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pymssql-2.4.0-cp315-cp315-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.15macOS 15.0+ x86-64

pymssql-2.4.0-cp315-cp315-macosx_14_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.15macOS 14.0+ ARM64

pymssql-2.4.0-cp314-cp314-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.14Windows x86-64

pymssql-2.4.0-cp314-cp314-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pymssql-2.4.0-cp314-cp314-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pymssql-2.4.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pymssql-2.4.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pymssql-2.4.0-cp314-cp314-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

pymssql-2.4.0-cp314-cp314-macosx_14_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

pymssql-2.4.0-cp313-cp313-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pymssql-2.4.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pymssql-2.4.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pymssql-2.4.0-cp313-cp313-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

pymssql-2.4.0-cp313-cp313-macosx_14_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

pymssql-2.4.0-cp312-cp312-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pymssql-2.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pymssql-2.4.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pymssql-2.4.0-cp312-cp312-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

pymssql-2.4.0-cp312-cp312-macosx_14_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

pymssql-2.4.0-cp311-cp311-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pymssql-2.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pymssql-2.4.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pymssql-2.4.0-cp311-cp311-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

pymssql-2.4.0-cp311-cp311-macosx_14_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

pymssql-2.4.0-cp310-cp310-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.10Windows x86-64

pymssql-2.4.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pymssql-2.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pymssql-2.4.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pymssql-2.4.0-cp310-cp310-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

pymssql-2.4.0-cp310-cp310-macosx_14_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

pymssql-2.4.0-cp39-cp39-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9Windows x86-64

pymssql-2.4.0-cp39-cp39-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pymssql-2.4.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

pymssql-2.4.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ ARM64manylinux: glibc 2.28+ ARM64

pymssql-2.4.0-cp39-cp39-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

pymssql-2.4.0-cp39-cp39-macosx_14_0_arm64.whl (3.2 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for pymssql-2.4.0.tar.gz
Algorithm Hash digest
SHA256 c74eeb11f154eaec72ba39db3395cec8b522b580a3165584915390d6f7e962b3
MD5 4b78f5908e4ec5fedebb153b197ea545
BLAKE2b-256 5d4b15f8faa7ffdcf1102637485869d87f1ea6d6a5b148cc7af9ee07d644e1c8

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp315-cp315-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.4.0-cp315-cp315-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.15, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.4.0-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 7432702cd4449a027222d66c52acab3dc7f12d2ed416181ae4274e44ea641ce8
MD5 5fc231b5883d8632776ead5f1b123563
BLAKE2b-256 c06fbb8efe2d0a1772b084e6deeacc357f536fb92c2bd60a15508a3a33853373

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp315-cp315-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2680c03be13c0b48477fa98b5e18f255e77d70805243dea777779a841fee0bb1
MD5 97aeacaf238d7eadb15aad7db9f5558b
BLAKE2b-256 44e7b943cee9ef419b75871d619fe5317d885d1ce60762c3288af1b1a0bb0088

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp315-cp315-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp315-cp315-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4dcceddc617689ceb818e910151bff966abe42dfd1ca8cc529605f04330bc178
MD5 6acd8ab87565a0bbff5a73bb3d8df1e2
BLAKE2b-256 507cc6af15e328d7ad7a35d5000a1e97422495fd0fcbf2932d9c29ea5488b636

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp315-cp315-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp315-cp315-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2f0b1617af692e52602a5d9663e641aea8e86a657ae7cac322c62dbb56031ab5
MD5 18f017a06fb0ed81a0ee09a5397f8a91
BLAKE2b-256 2601078ef5ae28f175ee6a094517ea409e7334300cbdbf1bf6f8b0db6fbbb5f8

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp315-cp315-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp315-cp315-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b0fc1f0333345a491a0f7a4b053513d8f296d846ff81b96d7c789436787b139a
MD5 788dd7647f43fa9949a8c2676347ff90
BLAKE2b-256 77f311397f745bc741980de23f54c2b06e577345b94110c7a3ee3f25f23eae33

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.4.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.3

File hashes

Hashes for pymssql-2.4.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d8e83295a53112259a461af84e5c63cefc32fdec97a682a11c76728296e8cefd
MD5 d5be4e5c1de40553ba8e25c5e63e9ccf
BLAKE2b-256 61af596bdc78f7bc7df7d38c4179177811b047eaf6d96fa8d8c68398071dd2e0

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1d6836dffd97b4a582df00fe4e5b18340823ef547a7ee0124adb4a5f0b80ddf
MD5 377e77ec68d51abeb040e9f25bbc64d9
BLAKE2b-256 fc4fd8cb47ae7e3de90314d644dc1c6891f5c73763185731a64009a3172af76d

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4e2708c017c50dd738c08457de38f7b95a67518ced4afb00da481015b54db6d
MD5 091363975f5c039593d6b09fce1ebf56
BLAKE2b-256 f1e5c0dbc28629844164d517f2b0dfdc68b8e4820bf216075bf001713001c520

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 adb6e6079354a0b3e1d3fb03bcddf1103d2bf2824eb8ae6f675ee7236cc3c676
MD5 21f4e95a8b5910d61cd5767e88bdbcf7
BLAKE2b-256 8e5acfcbf648d141647c057acbb7db27c5be2a135cce8dc23247aec30fffd257

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7794af8c8c85f38a973c7c5b3d4297db4deb1a4c65a13a75b327d1258127940c
MD5 6add7fa760565926f7bcaf052f372952
BLAKE2b-256 bde11a10660bc19cb6f07801008c04de45a7be3ac5df61a69c71540e8452c63d

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp314-cp314-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ef686f87269f977bc13d6b644d6bb04257ef21477a548313e35ca228794141a6
MD5 bb76f7b871708ef03376970c7e442158
BLAKE2b-256 c3fcde2a1224ecbafae2ddbe73dc6599a8a43d68faf7dbcf98eec29252864c32

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 10ad9b17fd6203448b0bcacd1e08eaec52a1c22f2acbc939d48c083f4452054a
MD5 78111c4acc8319e3bbdffd6a3e316d79
BLAKE2b-256 96158359d085ef0870f7cf78ac88b2f336e9971ae8e002478aa640a508efe2f6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pymssql-2.4.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 18d0539d88d245a21cb348f8b46ce517ca0d93c44c502becb7849ca288c57fcd
MD5 027b988cb5e1e94fccfae95149602abe
BLAKE2b-256 e080ce4bfd451ca5093c9b1863f5f3ee043f37075691fa034e823fdc4d6f9d6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c903cb903337a3a668c32f647d7d91d87a038f65e055155d09415db843e6bb0
MD5 b77ca4df3e54d43ea784670d2dc37ba9
BLAKE2b-256 cc80f4cae99188710afd3261082d84f9ab4f981561d460453893e0961fecbd7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0019a0301489f259c61fb8a8f9204e0405763763b26818a3a1c1988ac821a4b5
MD5 d9bc31cfa2b4cb2e83acff68fd1b4a50
BLAKE2b-256 29fb829053bdc60aaf1a4f11eefccc36039c43177ef5b9b6f8cb9a36068cca61

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcfd3f118a5073e4f41bcd1d96e65606e31c140a8e692e051d3f0c4833c259bc
MD5 d707557c62d49f95beeaad6d29e66d96
BLAKE2b-256 44caa84d975093b1304259b1716a2ad2685d7bef9fcb865dcf0ab773f1d97280

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a950900b76d90d7778a42e5fab6a03d82136a78e5800be7a148cef3c0b5a3700
MD5 4bdbd567547830169e94c21228b03dca
BLAKE2b-256 bbbfa3e5730fd70f1e709c34f42c5ae8cf7358c0f8ca3b9c65808d977b3f8b8c

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 9abd2bdd3fdec4b204619a6e2879f700d6ea3579ecf7183461dcd28c7c3ca447
MD5 bff21627824d50b02d49a1501a798165
BLAKE2b-256 84ac0cf83c7ab51aeeae44ae268b050adc6b7a3fc8e39b29725a95a0709eee67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f24a8e26fa24bcb54fc1e42ecc7e04d31386ae341ef24a0ce5ab28825c1e6b60
MD5 b0a35c30f76b1b077d1b051ec7c8047b
BLAKE2b-256 9270b1ec693c334a0c7d3e311a47d4fc0984200e93893bb7b3111223d4ca895a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pymssql-2.4.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 14d42964bc0bc6d238eb6579d3f1761d13f1af8872fe40725f850afabd29004f
MD5 efa56cf227fcf2fae021a1797567c181
BLAKE2b-256 74c2f0b2bb24fd50b10f961ea3c52b6317b7292f26a26e8c467e8713cb263b08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a7b77015c5e92ea718809fa6299f6cd8e54c39ef1837fdd1d18e9b09827ae3f
MD5 fc411aaaa995a51b010b501b68e9d069
BLAKE2b-256 10eaab00eabe80833640dc0eda8ebfbfc8eb657fcae4a3a9c29a65a0d9fb08f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 885f4db0c4fdba922bf100da015102750b758d5ebc3c7244598ad47b159f7b05
MD5 379ac4998b0e0b577afd74a7272907f6
BLAKE2b-256 6e78eac9c5be5d75bfd5021f2856461f7475c15fba834208bec13bbeaa696fec

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1b0b0c09f15ac96fd7f802db7fdf0d8ad5537ccd90db0f3a92737f489f8f0ff8
MD5 ce7cfe13da6d2d515ab5bcd1139746f6
BLAKE2b-256 226df27d0de50afde20b740c56d00753b9491b3a673ad9acc5d0d04d046bc852

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 300c9bec2497d260854f70f25bf45ef115b08aa51238f146da664dcbb0b5b0e5
MD5 7909828e2d8771c443d9fae71b99331c
BLAKE2b-256 e626df87ca403407c8d30e4070553bbbc1c9b36f4eaaf3648fdd18f40238028c

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e0890069d3d4afb608674315e0c7b1f9290ca33d1bd6424f8373f81ace79c016
MD5 2a1963a47b3aefb535f6da98357d16c5
BLAKE2b-256 699c9b644e6e995f75a5d8b6e51fd98855014ef79d0ef5845128981b8b0da00e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b431102558c76530505746f2ea8167fcc7d1deb1c50c797f36181dbfe366050b
MD5 51908602603f39228a14e4d22baef868
BLAKE2b-256 d1b70f4023625f5100ee78887ddeacc5521f9a6854637485171df51d7275899c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pymssql-2.4.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1ad5ac94a03bc202acf98437a2e2b277743c5b023da4c7b1b707b2902eb139cb
MD5 56da87c73891b0e1b57602e46c834e50
BLAKE2b-256 867fa0e259367595e5ea3166964852721be8270414fffb4da7612c6f9d371705

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 82cf29f1b3c8793cc1122aae2c1bb77f754dbcd0d9bbc13c7ce45430ffdbb448
MD5 b011a554b593dc198ee10eae0a89e6b7
BLAKE2b-256 070db15bf904821b4f99dc43bf6b7a484cbd1959e633683788a0b4dbb4542db3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2b5957f4cf209d78ce87a4471f32243f1d040169b578b91aa4c988ba786cbc14
MD5 33b24910624b69b2066794fc888807bf
BLAKE2b-256 317c3c2a38d83a348197d14024e75137f30331f65d8223e0175f3283780958a1

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ade26b9bb6369189c413e33f036472e4bb962d2ff314877b6ccb6b8d4a906e64
MD5 7f229ced9fbdbd57e9f0f6086664532a
BLAKE2b-256 f401ae3747b57afaa407ac79b348070591d73f1bb96a157dd5465b9c242abe8a

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c3c76d894e690b0be21b56e9d10d58bc37cf592d237754a51191dc6295c44445
MD5 176c7c736ccc15802dd83b350b32e164
BLAKE2b-256 600904566a5e4fe8ba272a35d5710c91fadd11e7df2f5eee77586eb7ddfd8cc6

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 3bc8b71ae1b8fd6179ab5da0b92e04f03ce852b8dc44c8de88031b406552ff63
MD5 8607baaaaea942e4a5a09c0fa1907ee2
BLAKE2b-256 c705c42ae5d2df0e278e17e906b9570c32f1607090c2530583de5d2a8d545b21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6abda3d17d621c394d5fafba907032f56b532f76d7b459f1c6387ae3a34b2908
MD5 91d1a36442eaa153d04e5bb689d099f8
BLAKE2b-256 d0fbd51321a65fb3af74d3e2ecdefc36e67b10b1d6e31da1dae849e231ce32df

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pymssql-2.4.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 042cf32e40a09b3ead1b506da702552858ea7f008d0e6dea44fbb888b497dbc1
MD5 bf96740a7171592e793c9d04e4ad1afe
BLAKE2b-256 5f2f16b9250fcba9711e8d6fd962c063754bb75ce2ff0ddd88a3899e42b9feea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dfdcd1495d4884741fa8a38d6836620d1bd258f14c8548e82335a73f4186edb0
MD5 e66f99b5dd9801d3bc1bf314090d9219
BLAKE2b-256 d5e7936d35117b804611c8e44cddfab4cd3d50b8d7e402c8ca337aba16437f35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cf133b27a6e9afbabcd13ddbcb424d63a5ce05df0dfbfc90a7df5bfc303d4ae9
MD5 6b301175a406364a982f093e367d611f
BLAKE2b-256 3f37168de95e75ef186e609ce8bd2dcdfa9a0b59b987feee9618b6b85fd4cd22

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4d9018f5b1341d836fa785ef7ffed636b8c7aedcecdc9b3fe5ac943fd864103
MD5 199d2d0c771e2c82fe3a363003691424
BLAKE2b-256 5f329c6a1882a27fe7de07afb59b1a2f89845d55056db66d6405004705336db2

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d29cfc54681598408441f750854e6d70f494bad1cb6b4e92ef2d43d51764dc3e
MD5 ad5245ed760f43018cc50a89a8b1cfb1
BLAKE2b-256 f135b57c31ca10e22a0b54bee736a1791c789c07a52cc03e79aa0a083127d281

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c6330c9b0b8616767ef734ec669942f9e40242a55451159c7b7e9d8b80f2833b
MD5 0f663f38f7bfe831cf675ec186e26327
BLAKE2b-256 47d0fd17777e5243e5bf1a46ac2ed5c86b5b0397d760f70bbe5a0f841c2e1fa8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 30039f7f36449fe681b04bda836737beb95608df1ad83ae5e7d3eab66096aeb7
MD5 724fe2fde22a840d560062ff9a86938e
BLAKE2b-256 afee92747df77df3946f00fbb22d30f51ccd4001883ac80ad3a847b8eabb7fd5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pymssql-2.4.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 31dcf035f5eff230072d6267a642dfdb405073fd5c676cfa8ffcf276c53c68cc
MD5 347fee3da24daec2fa873d5a1e5156cf
BLAKE2b-256 3d40f5ac7bb178ba3733a787c9d55b1032a98ff19c329675abdf65cb4dbf9f71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6924b19125d13106b6dfe4d70ba5cd38060a4897b43b24287cb733752536ad00
MD5 dfea0f3b79a2383ce6cd47e00e7ec02e
BLAKE2b-256 fd9b02590703503ff6e2c0964a935ecd60f478f6b274ea2f45cbd8e51da2f3ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 caae5f9889669c58e013c1a7842938cb45acaf4a2064b8345cdaf55388cbb99d
MD5 e833aae6045fea4bf58347a1c5964d24
BLAKE2b-256 6e908438da6e770f96386e9afe1feb3178225e39e1cc780e4e4bff77fde8792f

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d307124d2869a5075421b86e671d194a2d5a0d71e22f79b0c45ea1340c452c2
MD5 67ae7b8e6157f0715ad46816267e2129
BLAKE2b-256 827713992f73dea051732ff567d35fa602f574cc5fba3954d77c875f7d7bcb53

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 12d739dad03e5d9d1cc7a202f76a6d24f7be4dcdad45cf76ae8ad2744fb6d867
MD5 d9e9e24a08fe48ce54ceacfb227837be
BLAKE2b-256 da3aa0997f5013e20cc81bfdc6be71e93f10e41e80e63f946a1e1f3b6a799e01

See more details on using hashes here.

File details

Details for the file pymssql-2.4.0-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.0-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 28d485af7ee770ad05d17b69431d81701c6acea0e744ad969a78ac0abc96fa61
MD5 c39e1e239de2f1a04194bae57694b7b7
BLAKE2b-256 d24adba95ec6367736038c1c0c43d638e27face10dfe999482983b0fda2aad3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7d165ed48abc1921182be0bd6231ae7bc409f2bf876f46326c6c5111c3bc2fa1
MD5 ff95f5553b7aa32761001a6ef629d4dd
BLAKE2b-256 a8b1a046b799fd098e9e1ea35d995bfc1be45b1dc2e748497359feccc2366204

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.4.0 This release

48 files

2.3.13

43 files

2.3.12

43 files

2.3.11

49 files

2.3.10

49 files

2.3.9

49 files

2.3.8

49 files

2.3.7

41 files

2.3.6

41 files

2.3.5

41 files

2.3.4

54 files

2.3.3

13 files

2.3.2

58 files

2.3.1

81 files

2.3.0

96 files

2.2.11

68 files

2.2.10

61 files

2.2.9

58 files

2.2.8

32 files

2.2.7

61 files

2.2.6

50 files

2.2.5

51 files

2.2.4

51 files

2.2.3

45 files

2.2.2

42 files

2.2.1

42 files

2.2.0

18 files

2.1.5

29 files

2.1.4

23 files

2.1.3

17 files

2.1.2

9 files

2.1.1

25 files

2.1.0

23 files

2.0.1

23 files

2.0.0

23 files

1.0.3

6 files

1.0.2

5 files

1.0.1

5 files

1.0.0

4 files

0.7.4

0.7.1

0.6.0

0.5.2

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page