Skip to main content

A Python library for interacting with Microsoft SQL Server

Project description

General Availability Release

mssql‑python is now Generally Available (GA) as Microsoft’s official Python driver for SQL Server, Azure SQL, and SQL databases in Fabric. This release delivers a production‑ready, high‑performance, and developer‑friendly experience.

What makes mssql-python different?

Powered by DDBC – Direct Database Connectivity

Most Python SQL Server drivers, including pyodbc, route calls through the Driver Manager, which has slightly different implementations across Windows, macOS, and Linux. This results in inconsistent behavior and capabilities across platforms. Additionally, the Driver Manager must be installed separately, creating friction for both new developers and when deploying applications to servers.

At the heart of the mssql-python driver is DDBC (Direct Database Connectivity) — a lightweight, high-performance C++ layer that replaces the platform’s Driver Manager.

Key Advantages:

  • Provides a consistent, cross-platform backend that handles connections, statements, and memory directly.
  • Interfaces directly with the native SQL Server drivers.
  • Integrates with the same TDS core library that powers the ODBC driver.

Why is this architecture important?

By simplifying the architecture, DDBC delivers:

  • Consistency across platforms
  • Lower function call overhead
  • Zero external dependencies on Windows (pip install mssql-python is all you need)
  • Full control over connections, memory, and statement handling

Built with PyBind11 + Modern C++ for Performance and Safety

To expose the DDBC engine to Python, mssql-python uses PyBind11 – a modern C++ binding library.

PyBind11 provides:

  • Native-speed execution with automatic type conversions
  • Memory-safe bindings
  • Clean and Pythonic API, while performance-critical logic remains in robust, maintainable C++.

What's new in v1.11.0

Bug Fixes

  • SSH-Tunnel / In-Process Forwarder Deadlock - The driver now releases the GIL around blocking ODBC teardown calls (SQLFreeHandle/SQLFreeStmt) and SQLDescribeParam, preventing deadlocks when the connection is routed through an in-process Python TCP forwarder (#604).
  • BINARY/VARBINARY NULL Parameters in Temp Tables - Unknown NULL parameter types are now pre-resolved before binding, with actionable setinputsizes guidance, fixing errors when inserting NULL binary values into temp tables or table variables (#654).
  • Context Manager Transaction Semantics - The Connection context manager now commits on clean exit and rolls back on exception (with autocommit=False), matching the documented behavior (#639).
  • macOS Apple Silicon Import Failure - Bundled macOS ODBC dylibs are now configured for all shipped architectures, so import mssql_python works on Apple Silicon without requiring a separate brew install unixodbc (#661).
  • Service Principal Bulk Copy Freeze - Fixed a GIL-deadlock that froze bulkcopy when authenticating with a service principal (#666, via mssql_py_core 0.1.6).

For more information, please visit the project link on Github: https://github.com/microsoft/mssql-python

If you have any feedback, questions or need support please mail us at mssql-python@microsoft.com.

What's Next

As we continue to refine the driver and add new features, you can expect regular updates, optimizations, and bug fixes. We encourage you to contribute, provide feedback and report any issues you encounter, as this will help us improve the driver.

Project details


Download files

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

Source Distributions

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

Built Distributions

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

mssql_python-1.11.0-cp314-cp314-win_arm64.whl (19.3 MB view details)

Uploaded CPython 3.14Windows ARM64

mssql_python-1.11.0-cp314-cp314-win_amd64.whl (16.0 MB view details)

Uploaded CPython 3.14Windows x86-64

mssql_python-1.11.0-cp314-cp314-musllinux_1_2_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

mssql_python-1.11.0-cp314-cp314-musllinux_1_2_aarch64.whl (26.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mssql_python-1.11.0-cp314-cp314-manylinux_2_28_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

mssql_python-1.11.0-cp314-cp314-manylinux_2_28_aarch64.whl (27.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

mssql_python-1.11.0-cp314-cp314-macosx_15_0_universal2.whl (28.1 MB view details)

Uploaded CPython 3.14macOS 15.0+ universal2 (ARM64, x86-64)

mssql_python-1.11.0-cp313-cp313-win_arm64.whl (18.7 MB view details)

Uploaded CPython 3.13Windows ARM64

mssql_python-1.11.0-cp313-cp313-win_amd64.whl (15.5 MB view details)

Uploaded CPython 3.13Windows x86-64

mssql_python-1.11.0-cp313-cp313-musllinux_1_2_x86_64.whl (27.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mssql_python-1.11.0-cp313-cp313-musllinux_1_2_aarch64.whl (26.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mssql_python-1.11.0-cp313-cp313-manylinux_2_28_x86_64.whl (27.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

mssql_python-1.11.0-cp313-cp313-manylinux_2_28_aarch64.whl (26.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

mssql_python-1.11.0-cp313-cp313-macosx_15_0_universal2.whl (28.1 MB view details)

Uploaded CPython 3.13macOS 15.0+ universal2 (ARM64, x86-64)

mssql_python-1.11.0-cp312-cp312-win_arm64.whl (18.7 MB view details)

Uploaded CPython 3.12Windows ARM64

mssql_python-1.11.0-cp312-cp312-win_amd64.whl (15.5 MB view details)

Uploaded CPython 3.12Windows x86-64

mssql_python-1.11.0-cp312-cp312-musllinux_1_2_x86_64.whl (26.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mssql_python-1.11.0-cp312-cp312-musllinux_1_2_aarch64.whl (26.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mssql_python-1.11.0-cp312-cp312-manylinux_2_28_x86_64.whl (26.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

mssql_python-1.11.0-cp312-cp312-manylinux_2_28_aarch64.whl (26.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

mssql_python-1.11.0-cp312-cp312-macosx_15_0_universal2.whl (28.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ universal2 (ARM64, x86-64)

mssql_python-1.11.0-cp311-cp311-win_arm64.whl (18.7 MB view details)

Uploaded CPython 3.11Windows ARM64

mssql_python-1.11.0-cp311-cp311-win_amd64.whl (15.5 MB view details)

Uploaded CPython 3.11Windows x86-64

mssql_python-1.11.0-cp311-cp311-musllinux_1_2_x86_64.whl (26.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mssql_python-1.11.0-cp311-cp311-musllinux_1_2_aarch64.whl (25.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mssql_python-1.11.0-cp311-cp311-manylinux_2_28_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

mssql_python-1.11.0-cp311-cp311-manylinux_2_28_aarch64.whl (25.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

mssql_python-1.11.0-cp311-cp311-macosx_15_0_universal2.whl (28.1 MB view details)

Uploaded CPython 3.11macOS 15.0+ universal2 (ARM64, x86-64)

mssql_python-1.11.0-cp310-cp310-win_amd64.whl (15.5 MB view details)

Uploaded CPython 3.10Windows x86-64

mssql_python-1.11.0-cp310-cp310-musllinux_1_2_x86_64.whl (25.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

mssql_python-1.11.0-cp310-cp310-musllinux_1_2_aarch64.whl (25.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mssql_python-1.11.0-cp310-cp310-manylinux_2_28_x86_64.whl (25.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

mssql_python-1.11.0-cp310-cp310-manylinux_2_28_aarch64.whl (25.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

mssql_python-1.11.0-cp310-cp310-macosx_15_0_universal2.whl (28.1 MB view details)

Uploaded CPython 3.10macOS 15.0+ universal2 (ARM64, x86-64)

File details

Details for the file mssql_python-1.11.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e345d24f6a1d30566c8e835f341d6ab4f6fe259c5855fb231174db03124776c3
MD5 da407cc85d8396d85549b74dfe140425
BLAKE2b-256 1edb2a3894a9e377a9bf438dc057be3dfc25fb6d4437b0e25194302be301d51c

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 764938cd33291aa1cc28fce794449cf5f69db8f9456fe218c1ff07cc2960da0d
MD5 52d0e97861b36dfce0872a400cb58ca8
BLAKE2b-256 181036cf4678cb890fec2c042ea32a0d393c21673613d9b2fd165a2f3a8b5da2

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11ea1c98180a572bc0a951af24240a5b9a393d47e42a64b7a5541216a02f9c07
MD5 15d40d95340da64fc3633aae0bba6e97
BLAKE2b-256 70fcde043151098f448fc77a6207cabce79e83fd0b33c3b765105656db39afe8

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 883e508620abc8ab76cc8aaddf0a9c446ed66638685fead2484f8223bc4946d1
MD5 090cf1a74e8709168882affe75ef75a0
BLAKE2b-256 b6f6a6462df7ce8da7357dbafeec24ac3e4600f61ae14b729515c356c31bd1fc

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cda7923fcb28b45a2df1163be4c3930b0b81cd024ee8a54d23549f1684194e07
MD5 ce2286257396b93810bfdc4314d93894
BLAKE2b-256 1f6d95f829032be5ad5173e1d684e61813f3d626c76dd0491ac90184adec5e72

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 77aa593cb0fea313c1a2732bbd04a96f74f65a4cdb45e06d6664cb563d66dc59
MD5 4a8657bc789e13f69fbfa729618652a7
BLAKE2b-256 0a648b866f2fded4c60d4160e667af8bfceb6c5d3dce7f999bb587a35f51f4da

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp314-cp314-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp314-cp314-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 8cbe443d3f5c0da89846036379ad7312779193b568b63f708aa8657546e5839a
MD5 1742ea293ea8bc64542cd718176fa70c
BLAKE2b-256 a348ba9d8e79befde8e7fd38ba14027e19e5eda06564bc5adfccd1bce9c6236b

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 054f2de2e75816f795ad477c4f53dcb8d355274aecb5c54c473bcaa958c640ec
MD5 c383afc970c594aec7eceeaad57baf7d
BLAKE2b-256 98992fd591cf428fc47680459098c4a81b11137201f1d30d696cdb096dcc01d4

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 37defdfaed71bb866d213c5e0be1ff247eda94df3f55a9adfe258fa77758d14e
MD5 de1b428300da8d70d850d451bdaca3b3
BLAKE2b-256 895b0e83a0d48e622add429489d752b6695d2553dc676bd29251f41c375fda65

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 128f82393913598eccacfe0fb919f3708d8465a97f03805a94d1021b4645187d
MD5 f6b362dcd76847c6382c7cec0969d7da
BLAKE2b-256 b9e8499bc18e8e37e92865519b0fae68ac9aac4c6749a6c9fca41dc10dec4234

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a85cbe94404f476d3d8a137807b5a88dafa12f07e8e698ae07b0e7cbb7dc1675
MD5 98ab91db062ded84bd1e4b657e83e139
BLAKE2b-256 d67bbe33b7b72571e97cf3079912a5087804c27c0649733434e62b4a6ed5b9dc

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de45c77d3f01e7ac7326914d8a69afe14eb56fdbf84802b2b0f83bf432f32d64
MD5 d9b24c38b2357fa7e220f8ef53a4f8cb
BLAKE2b-256 92c6483fbe683b5233a7aadfb0e47be66b8f3a044aa7519757fb27b631ab9a7e

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b4fa7bf93a2c0d981db47756f87cbfcec369de96271c8397b9958080313cf52b
MD5 6b29c2779598a0a8c8424be737ecbcb4
BLAKE2b-256 145cac4cc76569df83868d4466311251727b6f0ba3ddf7a06ddd35058c795bce

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp313-cp313-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp313-cp313-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 6c8481f35a43422368c3adad7f59c6a03559feeef7c52f68beaca990a102ba6a
MD5 c019548cbbd1ca7e85f7c27afe930a39
BLAKE2b-256 ac3f156108d863dbec85a639cd72224d1313e72d05222c26e574f7ebe32621d4

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 868afce9d1deb4e97168d69d2daa8b384826017fb5ac3765ca2a8f4da23aac66
MD5 9988b1d8d2e18801b232ef3e617f3c38
BLAKE2b-256 d6f54f339e73be2adff49774e29d22bc743e7c34b2821c76234ff8facbba468a

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 31c9a9eeccbd7a4c83fde0c06a50a96d479219cbd084f755b94ce249bd9fbbd1
MD5 52b46674dc7398dd6b67d25ee04a0c08
BLAKE2b-256 d555aa13c7933847b961f49c433f07b1bf12caef255902ca968739bf428124fd

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a945708c9e78620c7de18ba12768af8de7a6295810b408ce7dd7b9ba36d8bde
MD5 8fc194f1f322b07d267e01f74a4a2516
BLAKE2b-256 f243aa9e05237791199e2ca36185623420b5d9617ff8817790f04ec2c683d07e

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 89df9c3f2959d8f5e64e33d3eba53309868f11959046772633c4785f743297ea
MD5 65f26a991c1de7f6ac996ed1ea1f1d57
BLAKE2b-256 5eb484d46d3302c05b061f5c9705773aa88da06b71332cfa13913872d5e26eff

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9ed6e3a3b4bbfb8acb18946de0919ca7b83e8456fa8cf78f668ef89f476f093
MD5 1468c7766fa60814246695ee1a3a101f
BLAKE2b-256 75bf25e894b0a19c6198593ab5c9db9c99b2792e149f5fa5715e0804c99813d7

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b5f048fae5afb59400c7e4361ac40c5b9d89931c330bbc0b461f31ef0320947
MD5 03780203156712caa46c6af3d760fa15
BLAKE2b-256 58fc1e2a2335e672ec1306c23f5d04872f50ecd47a58adbff506956619d87637

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp312-cp312-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 11ad2555a9e815855171d04d7895a5abcd4917b048cf787dd381f42d1fd219fc
MD5 300898d91e5c6dfbc048519ffe900676
BLAKE2b-256 d6476d5c7e5f3463baee487a98890819ef5f485519374aae42e6f41027e18028

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 667f1c11b2c51be6af428dc9de9d22bb91902d724b559570fe9be47e4cf58070
MD5 cc62ef3d3830d7552938f69f2fee0b2d
BLAKE2b-256 55a9e8c5a57ca49b0197787b25fbe5d68f99a25cdbaacadfc9dbd7e2262e0b0e

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 91519f0c9cea93061eab0318fe38b2f319a13a2402da3f7a7e33672257e85463
MD5 ee6e7b88db439b3040916f2a005b1fa5
BLAKE2b-256 cf21bc963bd464f54c628c46def2fcef08ad128f395b2ec6913cd46f36d0cc5b

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d26d2e57c2295cacc7f8545bf5cb981a3752fed2f8de29c4c61d6a084b70c00
MD5 9014a51a974acac816a367de52285b73
BLAKE2b-256 28058917361ea6df1b35fb68026686b12f07c8e66ca0de7d3dc88c9c19fb5633

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a40e7dc9b14d1387064f3c19a0fcf449165b465fdea64d731877d97cdffb5569
MD5 6f0de5e385c5ba2875f2bc81b164f0e0
BLAKE2b-256 dab1614862a882bc91e2cb69a09eb99f84b7a46d18b65892e6710c2df63a5836

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5745b10843cb3fcb164111071b80dd5758779c19a504a869fdf5d90b062bd08a
MD5 444affbf00571ab65ba94e92c1213e4f
BLAKE2b-256 d8a49602b5d20aa2677c13194e45b7767b9049f5c8d00ddbca5bb5702fda4809

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e152dceedbe5d048d00940374f94a1117e1ac4d419aaaf58da6010f6006b80e
MD5 05600b69e5bbb9973194985ce6fc2769
BLAKE2b-256 bd07ca5f8bcca649d36296a3ac767393e92b37c945081fe3442e815d568d3e19

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp311-cp311-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 fac92caf4ac3e0eba49c424d632f04312b82622ce08b894199120082015a43a5
MD5 c51fd076852022c38f9f193cf3b83fb0
BLAKE2b-256 e05ed13c75acbbbed70eab7340151c9443faba6bbad1879c6ddc4c1d5a2d3b0a

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3d8f72ad8147eb90849983ec15f9bb95b3af3deb335c23c6863545366d827e63
MD5 771e7c67090006f69f389bd8f51d8dd3
BLAKE2b-256 038ed6cbf2601cf5436fb10ff850b12139774329e2c84a93ec47ab6112475d36

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6668478ce368ce61e938ed43f4053321faab696e2d4226a0aeea025f0c02ea86
MD5 e550858ed984fa8d3dcffa5a77508403
BLAKE2b-256 bddd10807a090276506e0899910d166bada74b12bd80de25714a1d4abf872e7e

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4aea4b5710e391596111a9383944a8e33f1d535524f74b4913dd1a730c232442
MD5 08693d93b74452185d9d5747fc0de5ea
BLAKE2b-256 dbb54c6a68f6f6387811dea42eab70c3536fdeafebcc5493a7c6807df7f9f23b

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4a8581a60dbf0e1c58960f0854a756bcfb57ceeb01f50dc0fe64255253b60c75
MD5 0cef90985d359b76396935115f9154c1
BLAKE2b-256 3b4287680ad389f579ce27868fd27194882956775168c7dce2223d3e849c4f08

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d6ea8468a4586226210698b2e7a31c34a7183865194b234044e133e2ce1ea5b
MD5 b336d12190198d336b7e0ccf66576a2e
BLAKE2b-256 02af68f9d1138cb02d07d068b558f4b379435049b2614ec6dccfce0a07551352

See more details on using hashes here.

File details

Details for the file mssql_python-1.11.0-cp310-cp310-macosx_15_0_universal2.whl.

File metadata

File hashes

Hashes for mssql_python-1.11.0-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 e06f14bbecd535278cd94c1d25a669cc9a4fda029e7a3cbf612d24c18cdb44a8
MD5 dcc53982c21275a2accf515ed46d6f93
BLAKE2b-256 488f7c3f15d71ec5e60826b386c6f29554783c5efde70876ae3744424b120916

See more details on using hashes here.

Supported by

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