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

Enhancements

  • Connection String Sanitization - Connection string sanitization has been migrated from regex-based to parser-based logic, making it more robust and consistent with connection string parsing rules.

Bug Fixes

  • GIL Release During ODBC Connect/Disconnect - The driver now releases the GIL during blocking ODBC connect and disconnect calls, improving concurrency for multi-threaded applications.
  • setinputsizes() SQL_DECIMAL Crash Fix - Fixed a crash in cursor.setinputsizes() when specifying SQL_DECIMAL type hints.
  • ODBC Catalog fetchone() Fix - Fixed an issue where fetchone() on ODBC catalog method results returned incorrect data.
  • cursor.execute() Invalid Cursor State Fix - Fixed cursor.execute() raising an Invalid cursor state error when called with reset_cursor=False.
  • executemany Type Annotation Fix - Corrected the type annotation for executemany seq_of_parameters parameter to accept Mapping types.
  • setup_logging Path Traversal Guard - Added path canonicalization and traversal guard to setup_logging's log_file_path parameter to prevent path traversal issues.

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

Uploaded CPython 3.14Windows ARM64

mssql_python-1.6.0-cp314-cp314-win_amd64.whl (15.5 MB view details)

Uploaded CPython 3.14Windows x86-64

mssql_python-1.6.0-cp314-cp314-musllinux_1_2_x86_64.whl (29.0 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

mssql_python-1.6.0-cp314-cp314-musllinux_1_2_aarch64.whl (28.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mssql_python-1.6.0-cp314-cp314-manylinux_2_34_x86_64.whl (28.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

mssql_python-1.6.0-cp314-cp314-manylinux_2_34_aarch64.whl (28.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

mssql_python-1.6.0-cp314-cp314-macosx_15_0_universal2.whl (28.0 MB view details)

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

mssql_python-1.6.0-cp313-cp313-win_arm64.whl (18.1 MB view details)

Uploaded CPython 3.13Windows ARM64

mssql_python-1.6.0-cp313-cp313-win_amd64.whl (15.0 MB view details)

Uploaded CPython 3.13Windows x86-64

mssql_python-1.6.0-cp313-cp313-musllinux_1_2_x86_64.whl (28.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mssql_python-1.6.0-cp313-cp313-musllinux_1_2_aarch64.whl (28.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mssql_python-1.6.0-cp313-cp313-manylinux_2_34_x86_64.whl (28.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

mssql_python-1.6.0-cp313-cp313-manylinux_2_34_aarch64.whl (27.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

mssql_python-1.6.0-cp313-cp313-macosx_15_0_universal2.whl (28.0 MB view details)

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

mssql_python-1.6.0-cp312-cp312-win_arm64.whl (18.1 MB view details)

Uploaded CPython 3.12Windows ARM64

mssql_python-1.6.0-cp312-cp312-win_amd64.whl (15.0 MB view details)

Uploaded CPython 3.12Windows x86-64

mssql_python-1.6.0-cp312-cp312-musllinux_1_2_x86_64.whl (27.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mssql_python-1.6.0-cp312-cp312-musllinux_1_2_aarch64.whl (27.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mssql_python-1.6.0-cp312-cp312-manylinux_2_34_x86_64.whl (27.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

mssql_python-1.6.0-cp312-cp312-manylinux_2_34_aarch64.whl (27.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

mssql_python-1.6.0-cp312-cp312-macosx_15_0_universal2.whl (28.0 MB view details)

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

mssql_python-1.6.0-cp311-cp311-win_arm64.whl (18.1 MB view details)

Uploaded CPython 3.11Windows ARM64

mssql_python-1.6.0-cp311-cp311-win_amd64.whl (15.0 MB view details)

Uploaded CPython 3.11Windows x86-64

mssql_python-1.6.0-cp311-cp311-musllinux_1_2_x86_64.whl (26.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mssql_python-1.6.0-cp311-cp311-musllinux_1_2_aarch64.whl (26.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mssql_python-1.6.0-cp311-cp311-manylinux_2_34_x86_64.whl (26.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

mssql_python-1.6.0-cp311-cp311-manylinux_2_34_aarch64.whl (26.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

mssql_python-1.6.0-cp311-cp311-macosx_15_0_universal2.whl (28.0 MB view details)

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

mssql_python-1.6.0-cp310-cp310-win_amd64.whl (15.0 MB view details)

Uploaded CPython 3.10Windows x86-64

mssql_python-1.6.0-cp310-cp310-musllinux_1_2_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mssql_python-1.6.0-cp310-cp310-manylinux_2_34_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

mssql_python-1.6.0-cp310-cp310-manylinux_2_34_aarch64.whl (25.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

mssql_python-1.6.0-cp310-cp310-macosx_15_0_x86_64.whl (28.0 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1541d82419a1f402dff53e2319caf67273dccf969db614201770080949cd02ef
MD5 5e57461156f9ddc560a52a0ca52540fa
BLAKE2b-256 f5705db7661081e19fbd5a1fe73525213b0675b185ad6967435b3673139f66f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6a07198d06389fbe633088f3824cb331f57f223545c9f7d69b877815b4bafb4d
MD5 3d7623840b8bb99bc223033c17276ff0
BLAKE2b-256 e71f351fff2fc301a5b73110677c0b38ab777c3fe9b1d75807636822bd7ed4a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 774c7f64f7aac94e85b98a6fd518c8eed661e2bd892597abec63871e47016ea5
MD5 13d18332e66e3211de1aaae1088408b3
BLAKE2b-256 6af45431902fe72252a685eba81433b71e8ead4399040b11d2ecb6109cf27f09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6dd985d3a0ed27b511dd7edf8e7d3072c965f69fd37a506aff11cdb19557ba5
MD5 73d9c49d08a46a65e4ce52dc38c48559
BLAKE2b-256 340f2513b06ab7bef98df8d508adb6a1ba9134c13c9e05b26448b77acdb48b51

See more details on using hashes here.

File details

Details for the file mssql_python-1.6.0-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e5bf89cc6a196a97f507abeaee7791cfee33280fea981f3473dbc70331eeb1d6
MD5 f7d431ab694c0cd68ee5d0471f6d0752
BLAKE2b-256 8d7bad9413bb782cfe7a389309693d50873ec25a9fc99c93de41767b2d7c0f08

See more details on using hashes here.

File details

Details for the file mssql_python-1.6.0-cp314-cp314-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 efcd549db0c6cb0cadc25efd3600c3a6430bc97a3ddff985c3c3fb2dddc9ec5c
MD5 c6e196175862f8293fd0fc5e55d7f73a
BLAKE2b-256 041d6baaafdab769b13fd6b88ee6daeeb57fb564305aa650f6151ee3c72720b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp314-cp314-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 4b6bb90090b31142b9b9c9eeb28577a0c5e01545b2c55e8e96af69c2d16c81b6
MD5 3a9ba78f78777d63490a7dd28a38f20e
BLAKE2b-256 1ca8d1fa46adfac40a5d5fede8e0d2c7eb875d00c4a0d74a582a86f030fa86b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b466e15039a7c628387a3426be5e880a412b0d089499ef2bf6a9eb5ac0cd335a
MD5 2766cc7ba93314d394a03fbd077fc8f8
BLAKE2b-256 336a9f83eb0a234742b1d53907197b2e1d55d0a8e79d5bcf1d4253e265314dfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 9140097a2aea3be155a7210efae898cc3f2de2a94fa57a383ee2e31210aeef62
MD5 b352e753b6c6a51a59f80cdb8ad8ec69
BLAKE2b-256 463892563fb67e3351f7685082bbcc97a641ed69b5bf444a2e5bb54ef1a37790

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c35a50d90c0b85bbf365c4fe3fb727c262848bf98b0166abd134ac8ec570d9c1
MD5 a90debe4fde4473b4ebfd64a20d53d56
BLAKE2b-256 baf0ea7f99adf0c9f3783510b4beb34ac16d3965e670f22b846be2354edf105c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e5e215bc3af3ea580a73d6a35151290238ac8f877eb1dceb6e002d4902a16b12
MD5 797fea4fe50861a9bd02e81b34fbfab9
BLAKE2b-256 27094ef516cb6b3c7ee9e5f54fc2c8cae9b9adf23be0da2db78668f0c6bdd8d8

See more details on using hashes here.

File details

Details for the file mssql_python-1.6.0-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a78bae8ccbe0c6ec30cf6b417aa090571e532f55b03595fc1c0631c5d6f1e90a
MD5 51bfdc7827838472c118e45e5f0e75a1
BLAKE2b-256 6b8a46fa88966fcaadeff82a35027c94845743c538bbd1053f7c6ade005e910f

See more details on using hashes here.

File details

Details for the file mssql_python-1.6.0-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 285a53e604dc2d9ff4fa39708f9953960c8b30e3ecf6e0651bf29c15bc7369bd
MD5 6eae2f7b8d7b5dac78bd4f34d667dc58
BLAKE2b-256 5f7c029898d07d589329ce9bf4ea230018ff56653afd0d2263231a364b7fda77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp313-cp313-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 743194d7d6066f693712708647f89fe308cf45b136353ccf150b4cd3997214c7
MD5 08cfb18b5f1af82fab5858e1b92f8fb5
BLAKE2b-256 b58dab35be6fd3f0e0f7ad19ae2cb7b1b1103f2a2c4329264ee806f5a9828a30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 127609f9ae3ecf5e89039f094b769ccc2f9164cda3e91db6cc27702e228f3343
MD5 85edb4b32212ef1dc0975e66485c5640
BLAKE2b-256 74f489c2642232ec314670e735522b0741abe913b23d4a21f38d70091d54a5a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 070d8afd79426655fbae8439d933f240e8469bbbeef8cd36e36e8bfcff603e20
MD5 dd0d58eba8f9c1853c6ca74af2ff8082
BLAKE2b-256 2b42b14838fbc6ad2589b2d4b1257372730b0e179f66f767d58de8e81a4745c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fdaade2368a87ba0567bca11df3056b3d1a86f6ef466e084851f6cfe152d8fc6
MD5 c452fad866245d7e890395fe0b4a02ed
BLAKE2b-256 5abda358ec551513d254bac86be8a9ed311b12addf2180ac3d2567012d4ad32a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a0a95fd034f177e72f29b6870c51bc7b186b4d18bb502386be346bcdb9f0875
MD5 1fdcc48c2c9f61cf9f777fd389b23902
BLAKE2b-256 9225c35951d0eb8cf59f05e3bc6081a5b9faa94a7145afd6d4268455e25119bc

See more details on using hashes here.

File details

Details for the file mssql_python-1.6.0-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3f643a8ff1514b33198aa18d24189e146b710b47b031a6a75e2668d877ebeb92
MD5 80358aa3f5521fdae8988ae79d4f1ed5
BLAKE2b-256 b572998d9e84cf5d332ad6575ddda6b90b25118a68de96906df9082e1ec8885c

See more details on using hashes here.

File details

Details for the file mssql_python-1.6.0-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d2ef0a0a3afd5021742821873e0a1136d0c7ea3a1522c1336011590e7caa77b9
MD5 7985666495187914074fe3e91f510eb7
BLAKE2b-256 e17925c396dcd2c0c6970e638c68682a4683b6ee6a439f1bd3b630715a7a7303

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 816e8a7b89ce88fa774d57776653181579e4c4dbf1fefaac6275e6402d38befd
MD5 0ce66d16307468baedc490f7212d4276
BLAKE2b-256 1af4959b06675f09f30b1a37cbc58b79fe9cc29b4538c50988cf47047da03a2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 54b3ad8cd8b56626488e78806b917b27b277034a729ac84b24caac85e50bdcda
MD5 2ee90c3cd9c10309f91b9f6420cefb7d
BLAKE2b-256 e30dec9a83a51b628a5724d5c7ca9f2e90da8e5befe595791462375050a12718

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6cde8f00a52c541cf4f5c2af5aefe46f3afe01c1ed9e3fb5c033db9b4d5bd7cd
MD5 c4e3b241afc849f67040a74022e002fd
BLAKE2b-256 59f987fbeb1f9bf04dce6dbedcef14b33c246dffa9c5c7f7245c7a9243baeeca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4f7c90ace77c350136ec8e5f27854ede50c90cc2e867b26769aba18c34c0c05
MD5 0fa89127baabbef4d1bcaf5bcdf8c37f
BLAKE2b-256 645e91640c83db68d385872586a1fc899c23c40fc1b7fb90a01c1f20669af76a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fc4ba3bd358c350b4cdc853ff247eabfcb700bcaa41cd66288a200521433345
MD5 0611d5bb871a0c4d9c8c7226fab0d309
BLAKE2b-256 c058b65c6cfd0bc80ad7f291488f1a5b9ea8334aa43f7096fcca5c9b84ea209d

See more details on using hashes here.

File details

Details for the file mssql_python-1.6.0-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b7b002dfe8d0db953b98758ce6bd685f66fc43416d8871bb1fa4c4777207dcf4
MD5 475db24ab0aa7806e37139f6fa87beb2
BLAKE2b-256 ff19cb1c9e06b7d2c16dbc6f03665797cb46879c441fb62385b1661e355db11c

See more details on using hashes here.

File details

Details for the file mssql_python-1.6.0-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 5dafeaf92ec5197da986d43ea46d05a0f50e00b9455889ad7feef9351a2c8185
MD5 4d85391b10dbc01134f5020b63170ee4
BLAKE2b-256 f7b0de06626ec07b3419a086f9b5bec63638221a45d8e77abde800fbdb768627

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 c6916e5db360e57a440b8856a83f7a24350fbed5e543349a24b1a5315af23bcd
MD5 bff20e3210d8f12956a994c179acb4bf
BLAKE2b-256 c5b71e1acd2f67d0d6381066f6348e967f68ae961329f5d7c5f0b4d9f8611ac7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 115cb90ff305a74e1a78a1d224f1d9cd342a8276ecabd7982de0eccfdeb75596
MD5 dc0a074d543599eceff2c5e1f82df24f
BLAKE2b-256 048aad902903d9fa8d8046f5baa624d0b1da4c6faeb62f8176dbf3b793797a79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8f890be4eb61dcb5186b525a2e9d695d9463fb3c8892e984296b646ebd3163a
MD5 f5f93cf0eb8d13a036ecdaeddcff1c0a
BLAKE2b-256 3b1002a00259f9d77d47dcfc831a2592f3434232f52748baff04398ae1eafb52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 09cf2063d6163a6666ae630aceb42d3c48a0829f280f67596a5637b435d8159e
MD5 2ca4d8e0ba08670e6189f889fe43ea2e
BLAKE2b-256 21e86f0a5192d35ea65538b36bfe28507b5eaa573fcebc51c455ef04a37a4be7

See more details on using hashes here.

File details

Details for the file mssql_python-1.6.0-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 9094089b68fee80effe0f68326fbd9dc9bb06ece3a13cd8795e5f83fe77895ef
MD5 4a5a240b3531e57c6bbcbc7de95f14ce
BLAKE2b-256 26911e7a1dc4be7617640bcbdb577fd595e32e9b2042a5baee0aead9a0477083

See more details on using hashes here.

File details

Details for the file mssql_python-1.6.0-cp310-cp310-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ca0a3d74bc9d41e3432fe54d774a28b0f1a7057fbea1be165ba1751d21a1873b
MD5 42d99ce461d05ca53185ed786037ecd7
BLAKE2b-256 89509dccfbebcfdf482989ccf2c4cf84608e1646a191439adbeb29c9012afebb

See more details on using hashes here.

File details

Details for the file mssql_python-1.6.0-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for mssql_python-1.6.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 abf6ebed001677e8a5c8914baca4f16364332ba54f9d4c312902c1d5051db028
MD5 83d73f41736b475967277e73911b5441
BLAKE2b-256 6d7d64c6b4182d14ee6beb08f09b59da8263ad92c73f3793652572b7c298357b

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