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.10.0

Enhancements

  • Active Directory Service Principal for Bulk Copy - bulkcopy now supports Authentication=ActiveDirectoryServicePrincipal, acquiring tokens mid-handshake via a registered callback so service principal credentials work for bulk inserts (#576).

Bug Fixes

  • Non-ASCII VARCHAR in Arrow Fetch - The arrow fetch path now requests SQL_CHAR data as SQL_C_WCHAR (UTF-16LE), ensuring correct results regardless of encoding settings, locale, or operating system (#575).
  • Bulk Load Connection Timeouts - Fixed connection timeouts during bulk load operations (#641, via mssql_py_core 0.1.5).

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.10.0-cp314-cp314-win_arm64.whl (19.4 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

mssql_python-1.10.0-cp314-cp314-musllinux_1_2_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

mssql_python-1.10.0-cp314-cp314-musllinux_1_2_aarch64.whl (27.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mssql_python-1.10.0-cp314-cp314-manylinux_2_28_x86_64.whl (28.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

mssql_python-1.10.0-cp314-cp314-manylinux_2_28_aarch64.whl (27.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

mssql_python-1.10.0-cp314-cp314-macosx_15_0_universal2.whl (28.3 MB view details)

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

mssql_python-1.10.0-cp313-cp313-musllinux_1_2_x86_64.whl (27.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mssql_python-1.10.0-cp313-cp313-musllinux_1_2_aarch64.whl (26.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mssql_python-1.10.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.10.0-cp313-cp313-manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

mssql_python-1.10.0-cp313-cp313-macosx_15_0_universal2.whl (28.3 MB view details)

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

mssql_python-1.10.0-cp312-cp312-musllinux_1_2_x86_64.whl (26.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mssql_python-1.10.0-cp312-cp312-musllinux_1_2_aarch64.whl (26.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mssql_python-1.10.0-cp312-cp312-manylinux_2_28_x86_64.whl (26.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

mssql_python-1.10.0-cp312-cp312-manylinux_2_28_aarch64.whl (26.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

mssql_python-1.10.0-cp312-cp312-macosx_15_0_universal2.whl (28.3 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

mssql_python-1.10.0-cp311-cp311-musllinux_1_2_x86_64.whl (26.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mssql_python-1.10.0-cp311-cp311-musllinux_1_2_aarch64.whl (25.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mssql_python-1.10.0-cp311-cp311-manylinux_2_28_x86_64.whl (26.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

mssql_python-1.10.0-cp311-cp311-manylinux_2_28_aarch64.whl (25.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

mssql_python-1.10.0-cp311-cp311-macosx_15_0_universal2.whl (28.3 MB view details)

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

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

Uploaded CPython 3.10Windows x86-64

mssql_python-1.10.0-cp310-cp310-musllinux_1_2_x86_64.whl (25.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

mssql_python-1.10.0-cp310-cp310-musllinux_1_2_aarch64.whl (25.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mssql_python-1.10.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.10.0-cp310-cp310-manylinux_2_28_aarch64.whl (25.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

mssql_python-1.10.0-cp310-cp310-macosx_15_0_universal2.whl (28.3 MB view details)

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

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 368cd690198ebb5fc26d2827d797e8be30cf729a0d2e18d255680aa6bc26417f
MD5 efd897fc42aa5d65dc4040b78b33683b
BLAKE2b-256 4bcffa65241815e4f748449a08400b3fa794f830e269888f7ceff4fdc3247c7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6d4ce7ce09c9f49918a39a4d57c262bb77f97da8b1f7efa489df837b070365c3
MD5 6f40144bd06299917ac8c48f05e86030
BLAKE2b-256 1b96aca98e2ab26f67ad793c7a48e7424cce49833e6f220db1fbb2230b2b33c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4aaa1fe032183a14bed0131120f3db5defe930563b97f9b0a08adc6d963b13e2
MD5 63274bf92590b77e06262b98363a2470
BLAKE2b-256 20bc876588646f20adcb6985b05f259a6f1bd1db17e19de9e547951f3bac19f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4b471ffee3149f2295104a98764b982145869d126aa59e084f8f35992decd125
MD5 c0c2de9bedba2bee740693a86a34c561
BLAKE2b-256 31e6db330ba8a7be7151246288bea68f71e86f1a708e534e70d8f24cfd3fcc45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05a60e679b9e26cb53b99347f645489cd3ec6c7d4c1124fd08a740063267975f
MD5 316b52b2097011d7045bcbe5acd1235f
BLAKE2b-256 360f8913684e667291dc5f861a5b979d5a5360c9d05b6215a20025702011f140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1de5847a975c92b6f2cd62bf1a4117f3068455679e5149ffb1b3a6c098bb3d10
MD5 cb0539ba5b1880b4845b2557a9a76539
BLAKE2b-256 6a1e5fe873e0cb6572eb889c377d0597d070a41c3a8c78021e425c8dc12c4ef7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp314-cp314-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 31f30feda492de883e2440a1d2a6ec82dfc54d2f1ca64f90ed42a2918e30bca7
MD5 abeec6004fb1dfbf7b51386b64a871d0
BLAKE2b-256 cd97f8de0d278c6125d07f619d2b88a9e8742ea6f0037af9402116614d63f01d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 8bbcd14fa4f3ad9dfd3c26eee64825931322a6f8c74dd04fb70a0b23d7f4faa5
MD5 8de8bac4f7654a077c149bdccd0e59bd
BLAKE2b-256 b82a391a336b96d75b183462f06d59c490677a95f93183d1cea873b468af10de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 651d6873ace3782704b116912ec4e8e7d76fcdfec9941398c82c33dad2f17705
MD5 7feed62242bf8755e5a283cce220c270
BLAKE2b-256 df8911c1cb560112fda7c6cade09f2cd0fcf1fc91d94331e4458b7eb4e92ccd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1cc1aca1243ed5ec994a5116d791d27bd45e8e0b1dfd8048b4eb9beb74ba203a
MD5 3cfc6381bc6ba646a614bde8bddf97e1
BLAKE2b-256 247c5f23a21ad9e8e224575dee56f9cf661928cf1166bb1b7ab9ddc2a6d633ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6955c20d3be5af9f3373c035cb141a52603a2c6406728521a28a10feee283bbf
MD5 e9074f7ef762153b8ed895c0f6b0d336
BLAKE2b-256 86e8b65bce44a14584319ab167eb940bd3d292423225c9aef20b436e2959337f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 717bb19ebb67a520c49ed75af7d1748fdc5c468769f402155521d5a493ebd517
MD5 4ac89fe1efaa137812388c9f067a482b
BLAKE2b-256 2e6ac228df6993f3686e66d1cc8ad76db1a57241c2ba6ddd643a4bcce740c2eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 00653ed1ea90d3fd32d3f41332823039eb2ba71b3bcffad6b1e6a1e9e89ddd92
MD5 4028554018b6c0b904ddeb064664b5b3
BLAKE2b-256 575932a16eb963899cf5cc39d04b27c17cc4785b136563d76167109c66137b48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp313-cp313-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 0e02f754d2c1641cf14e10068a833c0cc026ee7a7e839b92f20f32ee60726697
MD5 be9d4a132c8c10d128a5af4bb34c67a1
BLAKE2b-256 a729dbdc757f4216bbb23f2768aec970c3c28ca7d61afde8e55fb6b25ffe0623

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 38053e6d2dd8ae8ac096ee67d061dd6862ec164cec6bd67697e1f94d3c963966
MD5 1e7b223c1081c69d970ca3b75808d86c
BLAKE2b-256 9aeb26c5043c5b7a1a0a292634ad65e33eeab151d9d069adc552bba63be80909

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 74fef25e56d73d77965a3c727b51bb99c4fa25bde32e96e30bed3c6f77fb8117
MD5 729c3854545adfc2617f6f067a5c1d0b
BLAKE2b-256 6f8e0e0c75fd15fda8db965f517478f2152f56c3d3f0d830dd8358fc055e973e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ae16777095e35710c067147f2bcf41fcec9a1538a6df192731f15400fd3a4e4
MD5 4a49ade9a50d3225b182a010a3353945
BLAKE2b-256 83510f8474106671a70b084dbdb2993a4e88487b3547ebf0b66d63da8ae063da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e594f74093cbd0ebf3a251cee1f04daac84655505a1ae512d98a54a4c60cb59e
MD5 06b4ef6c0e5b1f41794b66f9f47fba0b
BLAKE2b-256 6d0393074cba2046b7c65ed9161b8487bb3b591ee5caf7b519a803c0d7284d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c584689c720e92ce522f718c485cb18aa56f8cbb08da205d1d6b62176880f4fc
MD5 ce9e91873dc5fac44a8c7bd8ef13e28f
BLAKE2b-256 677d83ac1f9c66d67ece0455144f38b1b53a24015af943679d2629382a26eecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fa90c2b25f4b60cffcb07ab329b2e3cd01814c73c6890fb5a61ca2190fba2a85
MD5 db08588c391a90a863fd999cce536add
BLAKE2b-256 51f790f9f7885648c5031c84aae7340554727087ae129c82ecda4f08a7530615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 8949d73ccbecd5fad279a78b78ec522e474537e79ea03a5da40dd0fc28409546
MD5 137472358c21193e30bc9a4cbaf7f0dc
BLAKE2b-256 f8e3cc3e87cb4c6ea909f3e2d570396c88c216dd7360d84008d9d6e02e66d9b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ab4a9ac0b420f7b04cc4eedc418a403baf6f48f49f7752dc9aaa03fbb9be2d85
MD5 ef750d597c2ba7dca0984d702f931c7a
BLAKE2b-256 5adca362f5321cfd75ea6f729f15c18f6e6c600a1f72026082c25df56ee49789

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 59f3a430d789c1b3b15b6e429cfa3412c78fb4ae756a11a0d871ab994bc96ef8
MD5 8830cb52e11ef9f50d14dc841ebf26df
BLAKE2b-256 1b9bac067a24c484de34b525eafdf45814a970c7a3698790d8183a02c02cfde4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b875a1daa707c85076034508cec4f934a865cac9f4f98730b1a98716ec48cf9
MD5 9e914435356801bacdc3c8d96374e1c3
BLAKE2b-256 1ac64cab32da5b7e6e8f390cc81fb5ba3935bcd93b79dda3d319151727d56f21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab460f61baa24c6bff6a1a2de91dc75239b180672bdced1215ba5b37a7ba90a0
MD5 f25bbf2240b815fdb0867b46d46ee8f5
BLAKE2b-256 9e64563c213aee5c235e455f5158e548f28c16549213582cfead78aa916b7b8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7c5fccd888274d6eaa0538c3d7f10892aa6f17c6581a04ca783fe44f720198ac
MD5 bd84ecbf6684733ce524e8aa404e81e7
BLAKE2b-256 924b76835ca0ef90dde26991eaf94e646cc958c0e2a828c9dbe962ef7709c2ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8a39d7806fcea8ecbaa5696cbe4238df09c3eec45a3816aaf0776987e9f14bf
MD5 1355de57e8d7078c4091d7ca7441ad82
BLAKE2b-256 485b7d24f166667417d82fbad2d4baf753780598f639c858e7fc60cffb72d055

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 e2ecbde000f8b524413becc0ce5da511bbaf4b4b1e72d6d47076e82805f9f6b7
MD5 41f2003fab7bc4c11cf4c43ccc6ca23f
BLAKE2b-256 c5b63441bdb636a49d1c8b93d4087b7b99900728aa95ae17a7c59db323fbddce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0d418c3bfa9368ca24306abd7e79168acee9bdc0ecb2d8035698b9f3a9b3cb8e
MD5 4eac04510d46eaf8be3e3b47885b1e6a
BLAKE2b-256 f429fcbd37364dfd572ff2e3ed3f4097177254e0c84ecee4f3998d8fe9abc841

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fa168bdefaf07b3427b3f14c4c06c0cf5a196519c4bdff9cebec9705cf96154c
MD5 d7f9dc4addb392ce07e2385d0e90e0a4
BLAKE2b-256 25bff7efba722b958185e2006ec79a39968a855d43458a5013e563abfde585f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b245ad4b1008298e8b32218d869b2551d522604de72d5814b8112e0a14896a91
MD5 202c21d786049dfb15f308c00c8bcc83
BLAKE2b-256 f8149e4f9a8003cf960ed5e91f046d3eb37b4ae8fbc8169a3fd218c102f5337f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3cf7e2f11d92dad1caa07dfd28339a8ccfbe701b4de4fa77eb6bda0a80109b5
MD5 a6e18b6c62db5f5ff5eaa86d1fcd4f3d
BLAKE2b-256 450f50816fde85d88488a9f44e87506ad174a3f410655f642564f51a1920aba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 18c9b53c19737fa220b8fe95ad41078164be78eee676707e9262489e570504ec
MD5 45f13beaf82565862bb99158b47d904b
BLAKE2b-256 8404aa0e47c7c8db56e4399c00ab47ba7c1d2afb02c59ffdc0f9f4996761b790

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.10.0-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 65957b7f97974f0874cf8c5c3123e87f58d5a47a4d93931c9758a92c23f9f3b6
MD5 de9f7c6cab0f7d73101aaf58345dd656
BLAKE2b-256 0b590f54ac796a5dbe530602d3cdb2c747c371729f9872c4646588e79740207c

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