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.1 - 2026-09-07 - Mikhail Terekhov

General

  • Fix socket resource leak on failed connections (#1002), thanks to gintsmurans.

  • Enable free-threaded Python 3.14 wheel builds (#1004).

  • Add wheels for Python 3.15 (PR #1016), thanks to edgarrmondragon.

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.

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.1.tar.gz (208.1 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.1-cp315-cp315t-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.15tWindows x86-64

pymssql-2.4.1-cp315-cp315t-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

pymssql-2.4.1-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

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

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

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

Uploaded CPython 3.15tmacOS 15.0+ x86-64

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

Uploaded CPython 3.15tmacOS 14.0+ ARM64

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

Uploaded CPython 3.15Windows x86-64

pymssql-2.4.1-cp315-cp315-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.15musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.15musllinux: musl 1.2+ ARM64

pymssql-2.4.1-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

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

pymssql-2.4.1-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.1-cp315-cp315-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.15macOS 15.0+ x86-64

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

Uploaded CPython 3.15macOS 14.0+ ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

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

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

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

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

Uploaded CPython 3.14tmacOS 15.0+ x86-64

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

Uploaded CPython 3.14tmacOS 14.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

pymssql-2.4.1-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.1-cp314-cp314-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pymssql-2.4.1-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.1-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.1-cp314-cp314-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.14macOS 15.0+ x86-64

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

Uploaded CPython 3.14macOS 14.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

pymssql-2.4.1-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.1-cp313-cp313-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pymssql-2.4.1-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.1-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.1-cp313-cp313-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

pymssql-2.4.1-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.1-cp312-cp312-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pymssql-2.4.1-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.1-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.1-cp312-cp312-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

pymssql-2.4.1-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

pymssql-2.4.1-cp311-cp311-musllinux_1_2_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pymssql-2.4.1-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.1-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.1-cp311-cp311-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

pymssql-2.4.1-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10Windows x86-64

pymssql-2.4.1-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.1-cp310-cp310-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pymssql-2.4.1-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.1-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.1-cp310-cp310-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

pymssql-2.4.1-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9Windows x86-64

pymssql-2.4.1-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.1-cp39-cp39-musllinux_1_2_aarch64.whl (3.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pymssql-2.4.1-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.1-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.1-cp39-cp39-macosx_15_0_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

pymssql-2.4.1-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.1.tar.gz.

File metadata

  • Download URL: pymssql-2.4.1.tar.gz
  • Upload date:
  • Size: 208.1 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.1.tar.gz
Algorithm Hash digest
SHA256 16720f33d7dcfc7ef906cad8d182f05ba7e5d2c35c6be6a5bc17ce5edfc428b2
MD5 5e02993dca4fb08ed6e7ee4f29800340
BLAKE2b-256 4cfa00f1d56d38ce3d070602ba3687079b961b4fcbbf5085f83f92dcf5d924ba

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.4.1-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.15t, 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.1-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 13f2136deda8ba7c5f3e91797d709548541d34c81067355dc77194e08a0eb995
MD5 6c29c03d6e78a0cd21d2750c4153ce65
BLAKE2b-256 bdbaae38159179308f2ef630c49bca3f6f3760d4e83d532ac10f633bfb29595b

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e0abf167dd198b8f865a5fec4601256ee0e95658ee748ba632072aa84480bdb
MD5 b5657c877c10659e22e774a77677d4a0
BLAKE2b-256 c2790554b8a6c0909b3de53793d2f832109e31b18e881c43ca697ef9888fe8ed

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6fb52f61248cedab757880099f441cb2e97f34e527089f59df2c17a76f92e33
MD5 f46c0857d8736749f7a03f0184a658c6
BLAKE2b-256 76c1f7c39f9e700fbed2ddb34ee70ca2dfc8af8ab7aa8f80665c58df690a38c2

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp315-cp315t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70083f1b3e7b83892735594f76dbb1119abffe7dc0a7eb878338e8cb08b2b847
MD5 20f5abd062c287e93a650581f29a8532
BLAKE2b-256 2d41a54eb4154bb580fdbaf133f720197df1f4dbc999a510ea7080845b42c5ea

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp315-cp315t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp315-cp315t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87a0e293608a20b98c24d3b9cd744d32d92593e4323089ac0e97cad370bc234f
MD5 35367db454d94bda304b635427a34948
BLAKE2b-256 7bf47637f1d7d63aa5b9952deec80b2db7e926323c8f754993571a06a9416c32

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp315-cp315t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp315-cp315t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 5968c34d324aee93dbe2e649f63f543cd40bd8de6af2708ea5ebd3eb8851b5c3
MD5 a209dd0249aa71288ae5889bb6b559a6
BLAKE2b-256 467b1656aa6832a9652f49502bdc6f2ef9bc24a9fb823b343d9e01f07d05c0bf

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp315-cp315t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp315-cp315t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a2794eb20fe69f646f1811318909ef3ed9b727c2d43316757be193463e8d6e86
MD5 21152950a15a56a79b86fab6c6ba0f52
BLAKE2b-256 b7f6b38302dcc7ea7f0591b0606a180a73ef41782b8f9b3e3f77a6f24eb71543

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.4.1-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.1-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 79e43dfe669731bcf9824676f389f43f4efe5930e5f715889f4a00f275ba6ef9
MD5 10e0eaf17c43a395027cbdcd34e8e9bf
BLAKE2b-256 7f6246b362c04f74d4440169bb2996cd207d0739dcc0487786f699cdd5219544

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp315-cp315-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp315-cp315-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8098763793ed83e804bbd2fc45aa0ce635813a862faee886461140f193d2ec26
MD5 bfe554bc4fe6ecd235e46ecd6183d77e
BLAKE2b-256 19ec045feaa866015ea36ffd87074070c8672fbf66dc74597f132d8c8e8cfed6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp315-cp315-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 409acdff480ac93d87078febe511908311981944fcdb5a0ba3d708db5c0f0822
MD5 e10199ec418b8e74c6b57152a05a8087
BLAKE2b-256 3d2ac02799c3752cc0291c8872878635c127ebd92b46d7765301e02078239708

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp315-cp315-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 77a7d73d661b7ec7e97effa51ee84285ab653bc99617c6b1968d028245e3fba7
MD5 206fbaa0995ae1322f455512f24e13aa
BLAKE2b-256 b14531cf257114e2b5ffa3209c80e8a12ca13937f6b94bfa957a17de4646f932

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp315-cp315-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 387a9775e03225a1b1cf03d62f6c345556e94149512b7fdf6323a7b1fa187764
MD5 78aa5faa2e7b0d598c9fdbacc2f56192
BLAKE2b-256 efd1c6eac814162ac68fe69d5a76e1b169ac8be72fcda27d9f23be14423e9115

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp315-cp315-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 490aa41a6b8d92f785510d92a0bbbefb0d31fecc4ede56e675b4ba8067f70b50
MD5 0e474caa7f6cd582968a6f5aa0056deb
BLAKE2b-256 8ddb235cfa3fa46c8e052f571ff2f5530389226bc8931f74667c2d7082b4c18f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp315-cp315-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 37f7d52c38f6fd7c2752eb2a3751bd21d7a1cba545c227cf1b339a001b8fac8b
MD5 69dcd91da0b0813cb3acce2aed0f0fff
BLAKE2b-256 d534132a9c1a17f96baa8b99d7123c6b6b93dced772ec5ba3bab8287e65f47f9

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.4.1-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.14t, 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.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 0e32a066c248a905723f142c3b34231f1c9adbe5d81d8b6157a868e2717937b8
MD5 3ee1ac6435d4a6209e4e84607f907042
BLAKE2b-256 fdbea45930aebb1228e5d39490f3b89865a261e1e9f52c3e0cfb595249189f11

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68771495155af75c7c4ea71f1640bdd23daf58b642d5fa9ec39a977dfa407ec6
MD5 e30e32df2a26b5feabcec938bcd23aa6
BLAKE2b-256 3a2e79afe886f903e737a09cecd4242b47879b3fbf2a55afc1775e58a3dc18a9

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a0c9b201a8e70453411c26b851906bdbe18652098d0b4c0f2008c25c41a056e8
MD5 9c10140decae99f00473a45438142f8f
BLAKE2b-256 257eda3cc35c93684a2525996db1e2e6211104a37b1c5c1666333e884b301844

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a879c978e9f2f5e7fa7bcefca2305c0af7047626982f739af240cfd69d3855b3
MD5 fb6f79f239f661ba579b1a9b415282d5
BLAKE2b-256 f83f5e135d360180c903d316d850f76a9ee63d88d67790353a038223b892e27d

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cf15d3c41f2fba30f4613b131f9dfd9a91e2de45c5e667278c6363107b6a0465
MD5 319980fd101cb05901c11170ecb809a2
BLAKE2b-256 1d5cff6d55e87f0578273592e75d0476280b4846baf2531fee075910c19e89ba

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp314-cp314t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp314-cp314t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 5d92156bda4d27578c87e73c9f9a1f95c6a3de83396bec933ed1c994279e8d3d
MD5 a17c26d8eb15c277399889f23bd4b6af
BLAKE2b-256 dc588d980aaa627259a89ff9fb336cb8b02cce1fe5672cc4a31cfc1666e94590

See more details on using hashes here.

File details

Details for the file pymssql-2.4.1-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pymssql-2.4.1-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d0f4b076bc9cd758e0837c5db13ba58ff8259b487c1410adf7ca297b03e3f194
MD5 ee019cc4f0d469318deb28068fef9b14
BLAKE2b-256 1af8e4dfe0d10a1d14eacbfe407fc1d340b1275f31f57fab63be3d983cd6dcfc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.4.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0d4ce2c51816a5e3690d749012b7cdfe524f2f7b61d3041c8024e788d205754d
MD5 8bcf7b070da99acd3c4c59cb43209fdb
BLAKE2b-256 15154a075329a1fa3a3159d98d550ed406d3efd4f530caa8b0fd3a284394850f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 709da29d82bb0c7237dc68ec16f0fdb273f97120e1795d80f8ffe6c28885b39a
MD5 fef9e6bcdb95fa9b5c7c8232c69e44be
BLAKE2b-256 66f81943cb6cbb44ee87db11fbd8800a45c1f5fed89d734e837402ce8816615c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6e9df554c702afc5c3069b340cdae4ca764d30d6da001d14cb6b077a5a001ad
MD5 e4f28897ce7232d81a84ed7455a1e9dc
BLAKE2b-256 522aa73cd654737f7df79a95d3e8ba739acc84000e61f55ac74b8892fe06ff0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 46c82b8764c7062d3b6ccb75c15a7b0dc556b5d6fee3327450abadc5da0a2ec7
MD5 1d54c5768afd6fa2f942b1612b7f0203
BLAKE2b-256 1a3a11c5136ef781c2d9fea1bd0d1f3d8e127e842756869a060f7e7d1b104d44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e6ec84412f3593adec8cdb65883910abeee84b2d4f7e1d75bcf2b1c0b1347660
MD5 4754d0a8b30d309de11e329c5b3dab62
BLAKE2b-256 f65b58d4d146a024498287a87aeea8f40dcc1ec47d19f43e1001235508e3ab1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp314-cp314-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 05b809ebee27311f5a8118f0458442af34c129145603695c716a3e27c34e2d74
MD5 8defb6acb8ac1d20a5365aed4fdcb7c2
BLAKE2b-256 2ab1e96b78c225594490386ce8b0c4bc1b4b918e609ee8622419f5ebe8c15800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c3ce52139a5201ee3158c08d8801d1c2ba9d139e7049faa0aa1a5b8d7c1f7c51
MD5 887b69ccf35cf16a5fe252f4aa65546d
BLAKE2b-256 747356f6f1596233e3839a373de505c361d8e35d04eeb0762d4d1e2efa5fb92c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.4.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 78c643a7f5b0faf2e031b47a2b2086a66f814e1c7ef2505116fff41b14420df8
MD5 76d343fb090e9a3d1308f7df8c79499e
BLAKE2b-256 192d2d3331c3283732ee10f053b8f056c05995972f34638e14972923a0da9400

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1b8b4779840c08d26dafe892b38392f632b79ce948191e2f1b03a56ebd937b26
MD5 a61cc927258d94533981d8841e8ffc5a
BLAKE2b-256 e1a8469d26da2071ecacb1a2cb86bc42a5032605ba7da4d95ab343db56e2c32b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 870b3891643dbed85025e9ea2cd56c31035dc8facefb564acc56b8742f7a8895
MD5 5351ab22910013c7fb74dcefd19039f3
BLAKE2b-256 e11ad5e2a350550be9993c36f8d0ffcd62f56222b268a379dd106c5731c0d94a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eaf899774605e79127cc9fcbcf9460192d7413562a28bfea6bf2c083b20bedd3
MD5 c3f103d7c6fe43d0225b01a016bb8723
BLAKE2b-256 4ff7073d33046adcb94e402224bc9af9ccd9cb10d07f9405facb895254f7c3fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f14e19f59f216c169e5992d52350ba501a80858a14120c333bd4aeecbb4d3cf
MD5 e5c3be3c453965625df71c078e94c720
BLAKE2b-256 d07a7db5d585f13b1f94552c9520de6caad6001657da6fdc275d2cd10e2edb0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 d722aa98efbb8e5fa0d813b1f83862fc7a9fa46adc340a586bf1bcf6a801537b
MD5 729a80b48c92b8eee9cc8fa8d51cfe94
BLAKE2b-256 56c1cbbdad100e9650adbc964f4c879e0ecf8b54eb375d13c0fbe4b29fd205a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 27f7d905a25f46b43a7ad136c7989763c4bb34493f56c0d978577ca5aaa65309
MD5 c70f23602c7afab29e35622b21d53153
BLAKE2b-256 1f0df0aa8d4aaf9375d05e98ad94c281574c07809400b84cdd2a166b764dcc17

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.4.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2f5a1e28e4be6e50fea670ae35bf63f53858abb2edf1dbc17f6a2fc037e0db94
MD5 b3647c32b40e4be9470f390de5c0c2f9
BLAKE2b-256 adc33dde3f750a37d071a1ea483c63fdb114036e79278cc974c6b626b5af91b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6811ac269462d001ffabf9162f939c9358ec10a70a645b7fd6b849009b947ebd
MD5 ae1a1de0a9a6ce4d804503f41ba679f7
BLAKE2b-256 ac5bb258c5bf6b0e9b241b417a03927b967f740d0b9e06f8c69fedc96e22bea5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 489ea50678fc8f6c1f2950e978b6893333a6bb5450b6aeb1783004f7869cab04
MD5 149ed983a1096c151960fc05c541ed8c
BLAKE2b-256 deb5f0356904307284debfaed363bd06d6d38ee40352645cd6a19dc073db93d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9732d9689cfdd60d454c5a2236e6ade41dcb86b9f87ee0549cbacae51ff03e43
MD5 fba5d29e29e1e153eb10300c3aec3f41
BLAKE2b-256 1dedd47c1f94eaf5f10d211b90b26d932fab5ae1838619aa2ff6d2c27c35f672

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e30b1a1e424f454ddeaf5293eb7758bbafecd4bd336ef15588866d892342cd12
MD5 8345c09f53740c8b329b37a19508e19d
BLAKE2b-256 a076438f2dc6649900e38d11714d986a10cdbf6a666a67a09fa04cab9258d8dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 3b88d66baad723d3f78f646c909ff3c02274b96bb543899a7139f70ec8221b42
MD5 cceb6a51836d5bee18d018569ffd8bcf
BLAKE2b-256 113ec80c91e1d617e1a0ff5daebeb81cb696a54a6792c56b4ea6a524513de615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 097df7b0fd55274f2b2fbb15fdee40e3ef5e72a56dc87182aadaf1fa763c7864
MD5 8f270741e9d75225d69bd0e544c13831
BLAKE2b-256 333fee6f3d51cefeb60c1d32351c80743ad711068f5ade76e7d04e95927ce6ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.4.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8dc745dd2f37aae6f7353e3a79bc8811d4098dc6ab4f3fcc754faea0db677d7c
MD5 276648937ec796bc5d824b440fe1de98
BLAKE2b-256 7975dadff01e34e1c04bec312c07408d3f65965b589ea0209b0ebc20ba0f9dc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2affd3b80a28b12471ae09cf5e2386b30019991a11cd3ff32e1e46066a183ac0
MD5 27e69843b0c0f8485647671f4974f09c
BLAKE2b-256 f2eb6fb7fcb35c9d95753d75b0ba1cdfaa3325989b0be65520e2a7fd88722857

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a46d55470a0e142b5dd1f15f9de519d35a80c89db6131dccdfab694209e5065b
MD5 90fa48b2b4b992d5f6fd0dacf3ed4b31
BLAKE2b-256 192dcd69bb7177c60b725a9db16382b62f24b324b76d8e7f76b4e3bceeddac0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2dd48984a8bd678f57126ec28f1393b35295c7ac60c44f8e0d640d4839c6fa3
MD5 af2400d207b421d535152dd1fcf36d92
BLAKE2b-256 ee57168d56ef8a6509f0a4e8d279acbe7a454b2e250f1e796fb54faa81ca4850

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 26bf66f8b7c06d41523b5e58972a2c404021fd20e50e2dce36dec0b5923b1146
MD5 8294c2a6847b91ae403d27cb2c97b378
BLAKE2b-256 36aebc56f0cde5554c3c70de7ea8ca666d4b20103352d7dab138b948c91d5032

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 e15a07b448bfa5626b166555be96b6bc56c3dfb0982d2b355eacfeb03574a50e
MD5 914146b64e09e0e7779c1e123845a100
BLAKE2b-256 af0f218b62860854f459af263a7b1d0c562dfed0f4f587ce56afd3ee922dca66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 47d383d45ae13480211345b476fce9d8ad02264c1d3aea4781e9c8f06fa07a95
MD5 439a04d9ebe21690f93a27a029b27f95
BLAKE2b-256 96f2c5eb7f7032580fde552f6900517575fc79d7460a4d60ee3f80a24c87d172

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.4.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 613cb873cbcad9acb232ff448156ce878ab2cc9cbdeb08d91911c28868a6c786
MD5 43efab4f9b32d458e972eaa5f06c8092
BLAKE2b-256 02e2e0a486bdaaa1b5fd47482cdf110711302853fb611d5d82509c47168b4117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d1bcc46063e3eadd6d7d359c1d08fe9bcd46c6c674c83495f150582f09b018b3
MD5 b89ca87edba5ce9d20a74abece96b8bc
BLAKE2b-256 2f19810da50a13413a42470f6c37ea3b14f2099eab915132b9873e40683811c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1dfa18f2c46d72b675430d87e9fb8a12f2746aa418ff78e635e4f7c247f3745e
MD5 492377db2949ef1c4c0a2b16933c7b93
BLAKE2b-256 ce04e80a214766bbd36ce1d63c86e9d566c96805aa29577dd2176ad29baa8720

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8399d84c2c9ac245592b513a2b18c6de3d6ebc4196a87ba3e6d3a4d4fdf43f3d
MD5 6638e583994af746ed46c13bacb68070
BLAKE2b-256 66885142e8bab5a604032e1c9ce7832474a9dfb01f8b91375d0847bb81dece8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ee1b4f8b8cba79df58e0a8d09c3750a4f4f59c17c67c47f414199f915912678
MD5 f45838b4199737ece134764b9b159675
BLAKE2b-256 ca9b32889104988dfea633fd156c9fa9306f80ff317060e03991b2d82dbdac1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 bd824fd07c418e604aeb79a1ba18171b940cc1bdbf535fc90622e370cd77a517
MD5 1aa6cac888d14da029faad98f4dbd2d2
BLAKE2b-256 e29e0446fe39324db294b3b6922b7733850a6b16158b0f82d153b6846ec4f931

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 cf5fc51c6a4b6c1fcd2c1daad03b839345a6d420ddbb6b163fdfe5eab4b9782f
MD5 00ca549caaf64c8a5a263de0b38888ea
BLAKE2b-256 9c7a1777dedad1d31a57dea21db4b7b57014badd6d6269ed6e0ebddc39b7d78f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.4.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1917dae46c11773846f320189ae1f01c4a394af63a3a1b34e05437b6a8807e1c
MD5 bb3c4515ed7a433a593392628368bbd8
BLAKE2b-256 6822ed65deb49a1fd924632f498b062b12696cd48d87d0eeb07ff187a1ae0a92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 77d2d1fd4b7c1c6e5ef1cb354d7f35de4bd364c70c25d1c1dc5f35a7ceff5f20
MD5 69cfdb215690507afaf436e2a29f11b1
BLAKE2b-256 874b3595f7376448f7c7e1509b146b9886c550dbfae3e12a5fd6e1155ed9da65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 042eac4836e3b7904f0f999265878687e5113c5b994d7c19fffe388975d9e636
MD5 a73d4f15a5a321c9773d5719a8f02807
BLAKE2b-256 88e8a51d972f8c7289d162c169108a78333123c28829a11a355c0b0db034d1c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9402d204cc8792519222328e388fdfeea74187b25091adc8204105f98c122852
MD5 cf7d0e65bc6a59a799d465d7b316948e
BLAKE2b-256 b529122e1da42c1e9d8c51a8afe09e58c68c04d3562cf4d136cbd5cc29115d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4df0d8f5aa53f7d2909e07d1c2131e1f640904615ef77f24c56723d4d31f80af
MD5 d034d790b65bc927ab4254c8134c20dc
BLAKE2b-256 462619f6b98b36575dff98380d0929fd5d65e97c2a619113bf6383bbc26bc079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 f8a6cbfa40e1d1df29e79f343d280e9a72a8e2c73199dd4d7d0f13bcd2cb1365
MD5 dcad8b2c974c8790d507b67e2921c8da
BLAKE2b-256 fd2ef50515dbc1ac63ff5eacc04b72d3552524b86a50c011e93cb75995fcf364

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.4.1-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0868cd7b02eb9e5238e67b7f3ac93f61860596ab7b1f63f073fa9f54ab0f1ba4
MD5 343be4d698349a28e93761333f32b4c3
BLAKE2b-256 fa8efc8c7c65c249c699fbb254a029b896718de5a83f3b2c218ee48def2121cc

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.4.1 This release

64 files

2.4.0

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