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

Features

  • Apache Arrow Fetch Support - Added high-performance Arrow-based data fetching via cursor.arrow(), cursor.arrow_batch(), and cursor.arrow_reader(), enabling zero-copy integration with pandas, Polars, and other Arrow-native data frameworks.
  • sql_variant Type Support - Added support for the sql_variant complex SQL Server data type.
  • Native UUID Support - Added native support for fetching and binding UUID/GUID values without manual string conversion.
  • Row Class Export - Row class is now publicly exported from the top-level mssql_python module for easier use in type annotations and downstream code.

Bug Fixes

  • Qmark False Positive Fix - Fixed false positive qmark (?) detection for ? appearing inside bracketed identifiers, string literals, and SQL comments.
  • NULL VARBINARY Parameter Fix - Fixed NULL parameter type mapping for VARBINARY columns.
  • Bulkcopy Auth Fix - Fixed stale auth fields being retained in pycore_context after token acquisition during bulk copy operations.
  • Explicit Module Exports - Added explicit __all__ exports from the main library module to prevent import resolution issues.
  • Credential Cache Fix - Fixed credential instance cache to correctly reuse and invalidate cached credential objects.
  • datetime.time Microseconds Fix - Fixed stored datetime.time values incorrectly having microseconds set to zero.
  • Arrow Time Fractional Seconds Fix - Fixed time handling in Arrow integration to correctly include fractional seconds.

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

Uploaded CPython 3.14Windows ARM64

mssql_python-1.5.0-cp314-cp314-win_amd64.whl (15.4 MB view details)

Uploaded CPython 3.14Windows x86-64

mssql_python-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl (28.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

mssql_python-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl (28.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mssql_python-1.5.0-cp314-cp314-manylinux_2_28_x86_64.whl (29.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

mssql_python-1.5.0-cp314-cp314-manylinux_2_28_aarch64.whl (29.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

mssql_python-1.5.0-cp314-cp314-macosx_15_0_universal2.whl (27.8 MB view details)

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

mssql_python-1.5.0-cp313-cp313-win_arm64.whl (18.0 MB view details)

Uploaded CPython 3.13Windows ARM64

mssql_python-1.5.0-cp313-cp313-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.13Windows x86-64

mssql_python-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (28.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mssql_python-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (27.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mssql_python-1.5.0-cp313-cp313-manylinux_2_28_x86_64.whl (28.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

mssql_python-1.5.0-cp313-cp313-manylinux_2_28_aarch64.whl (28.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

mssql_python-1.5.0-cp313-cp313-macosx_15_0_universal2.whl (27.8 MB view details)

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

mssql_python-1.5.0-cp312-cp312-win_arm64.whl (18.0 MB view details)

Uploaded CPython 3.12Windows ARM64

mssql_python-1.5.0-cp312-cp312-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.12Windows x86-64

mssql_python-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (27.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mssql_python-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (26.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mssql_python-1.5.0-cp312-cp312-manylinux_2_28_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

mssql_python-1.5.0-cp312-cp312-manylinux_2_28_aarch64.whl (27.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

mssql_python-1.5.0-cp312-cp312-macosx_15_0_universal2.whl (27.8 MB view details)

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

mssql_python-1.5.0-cp311-cp311-win_arm64.whl (18.0 MB view details)

Uploaded CPython 3.11Windows ARM64

mssql_python-1.5.0-cp311-cp311-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.11Windows x86-64

mssql_python-1.5.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.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (26.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mssql_python-1.5.0-cp311-cp311-manylinux_2_28_x86_64.whl (26.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

mssql_python-1.5.0-cp311-cp311-manylinux_2_28_aarch64.whl (26.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

mssql_python-1.5.0-cp311-cp311-macosx_15_0_universal2.whl (27.8 MB view details)

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

mssql_python-1.5.0-cp310-cp310-win_amd64.whl (14.9 MB view details)

Uploaded CPython 3.10Windows x86-64

mssql_python-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (25.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mssql_python-1.5.0-cp310-cp310-manylinux_2_28_x86_64.whl (25.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

mssql_python-1.5.0-cp310-cp310-manylinux_2_28_aarch64.whl (25.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

mssql_python-1.5.0-cp310-cp310-macosx_15_0_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e8b4b0dec7e7633c7a5f9af1802350c5c312af50596d73878d473a41f0996b59
MD5 1af422aa10c44e2da076fe3f0408288f
BLAKE2b-256 c0266bc505370863455f3be9d5fbfe1d1d32f0141e5bd20f230b646d7324dcac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 f15c9aa7cd8210f177de278114583838efaba09e5f8a78e3b81698ba072875d7
MD5 8732f2c291d1cd35ddef697d82cc8139
BLAKE2b-256 f9ea67b6c50b5bc818982734daa7547b1c0fe5e0ca30f3919c9c342af5618ede

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2dccf1878dda86599fcc96191fa3719af39de2b1d4cbb5e6430fcd5266b7e7c
MD5 1f1337543411461cd4a54059ff5c649c
BLAKE2b-256 91818b1ae87410b3653101eefea5248d04b36e17fd35ceed2e1f54ead050ec8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1267a4f16b272e984468bfda8949390afc5fb7ce5ff897ac1c3097af5d90ba5d
MD5 b7d03602e8bbd97d58295adbcba54154
BLAKE2b-256 24b45b0e6b1e309d2ea6e19ad8029e9565bad19fb486b2b047a09e4279712188

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c520013d8a303ce247a1bd4ae88eb8dff8e0dc54a3fab7877c0f0a009b646be1
MD5 0a48906bcf2be677e007eb2384d7d8fd
BLAKE2b-256 26fb087868b2e60de9d201e6e1f3663dee1d347c3aa81aadfed66df8b354ad5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 df7634b8792c97aa1998e0c6e58b5df10ed106490d0095f5dd26246edf6e284e
MD5 aaf1c362f50451133e0e4c05f7d46fb2
BLAKE2b-256 872cbec0471b0ef2d1efd8e78b8fffe8a47ff75d0603873f02fb09025a1dce57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp314-cp314-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 1e28dd58be515f770f040b920fe1e190f8f093d9385048a945452624c86f8dd9
MD5 d1541df3ce3684a477d3b450cead615d
BLAKE2b-256 880a2cd882375beb75a69051f62bf4fae96abdb85acbcc976f36917b29311564

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 fcc1741bd0f2c7afde6c642ad38102cdc3838b26cdf29453beaf45ac4c9f3713
MD5 ab24e74572aaa13fb3e8ac44cf3e1d64
BLAKE2b-256 236f15b1d3604ec241f289864504fbd1850afd6818d6e418c1ac2b211165db7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 250ac2ae1214fb74af3535ecec880546ff5118c298a34f1d2c7780724b4a2bf4
MD5 3fda0df4980ab6eb3e63af329deda669
BLAKE2b-256 817b513f9d200bccfb730e6597c790e0b28f44cacc5a3b08aefd0995e093e078

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 073c36d2cecf7c241230c1ff924ba1dbecafc975bab0c2c9120e8c67eb3d11c0
MD5 ba96c531e28acda0c74687429796db0d
BLAKE2b-256 45ae3ac4854b896ee34896ed0b2e90dd4bd3e33524fe0db897c13d656a78cdc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 99e14b8ef967888320bba503d911a8e0d609c735fd706a0716925f0a919a5943
MD5 cbf8034f48d875e8dd3ed450579fbcb6
BLAKE2b-256 974369a9a5b621386cae2e16dd6aa69735fe403bc80693b924a8466bdab8d670

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ccf059b68162312dc7c8d0be26d147fee58f501f3959f3ef91eaab01d38e5c80
MD5 c27f3bf79b1be90ce40fef8bcdde0ec3
BLAKE2b-256 b5662da9507e89ccc57a0672fd36d49a006fb3054bc33ac0fcf0c2b7955ae8f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a196515bb83dfa17000ffeafef9e767f1557f67950a6fa29fab01a2a1725cf9f
MD5 8f4de13e5eedd513d5f56bd52eb9b4fb
BLAKE2b-256 8bd37b7f95b26258c4e0dd7fe20e07d49a40751b2407f943156750f2741470df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp313-cp313-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 c3764231b0e2a2dd60d27f7536c9dedb8381fb5d0b725b642607df64a4859117
MD5 a7f45f464c83253c2329078a023073ff
BLAKE2b-256 42040aa30d1d1b82ef12295d14d2e6bcb015eb10a17eefb42edfeed1fbc799e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 52aed25107b0f08c49c2f9c9d86646292d5ce63928c5719412b202ad6912d55c
MD5 af0cf6f8480fda0fc2819179447ac343
BLAKE2b-256 32b663dab5ad5cab4443676f8d55d5b775cbf983e03689e8c9cd692921475f09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 17cc59c237897d1d811a25579ad876af0df6b0ff54caba6a9c741955b888e9f9
MD5 e3196f08b6193c62c398ffefe309a096
BLAKE2b-256 65312354256b3cb417f6864f328dc1acf3322a033b824d7e12c48eb815c7e7bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee1a08ba5c73567a48241c22a9302baa285a99d40093428c36df33c0f0e3529a
MD5 fd432c54ccb423fa8fd64d20896d889f
BLAKE2b-256 397a688bf9dbf0ed7d57cc189bb0fb3cd50fd6e02f84ba0d5ac195701fd1e29a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 31c4f771634961137ae99d1c4b9357d72f964524c2f55588bdabe2b60ed851ff
MD5 c8e5052d96ca9c22195cad8fcea1ce4b
BLAKE2b-256 acdc1be48f60b1ca55ded012e1b0842fd27656db10aa3c65cadeaa924b09eeae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3e750b81a2119c56b6991023c314d1ed6f4313558e6ab114cc18bb4fddd7dd4
MD5 e57039760dd5ac3dfb38b399bdfae7de
BLAKE2b-256 7a268111205a51fb100b08d9f5d478c7bf0c026d20f54cc97e1e0ed412cd8025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e05635fd7e54ae849cd8d56d77212c38392e8bae115dfbcbb05029968be5a4e3
MD5 067271cd758cbdfdf530a287148d53ce
BLAKE2b-256 4c335f813058b9a46d9358d1f8fa387e9405ca133c56604fd9c54e8b8707d376

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 4f43599210d7654ce8260bf30e1e0c9a43e21de516961c727e30183aa49528b9
MD5 3f2c4eaa52f3338f19009ede80b82e2a
BLAKE2b-256 0fd02409a537a8e025d4f8935718f4be91fba4c25dbc47e8babe89182ac9af6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 43bb12fe0c57c5d24047055db7e80444d883cbfca954c4bb75be86333d6f68fd
MD5 ed941c991cd3c2554123899a82860e8d
BLAKE2b-256 733e3168934f01431a33410071b1c55f93e9a0a8037e53cfa5b0f1209ad9e752

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 13587807df057c805f692f736dc2c534448a54a5718ef35b354f713bf43ab10c
MD5 f9be5c89e57cd469099b8e5a9f98d55d
BLAKE2b-256 477ace958de7bc42a96fb1f4a61bf6901bafb3fce5a88c09001a7be3fd6bc312

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8d7a36742e8580170c007cb2cbab7ba743410472c7be84ef3b30ed09dd1ea4a7
MD5 52f122bb7e6e1342b554effd3eb87ef3
BLAKE2b-256 6f75c8fef30e520ecc55936ccce058606274147a5b51a6a5cdd94c0a53e8c9f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5ee14dd22f1ace22f0d56387e3925c038d85bf2dda148230794ed6bc77f7733e
MD5 5b2db53bafb70b0db42073410e725e93
BLAKE2b-256 1f7f98f64d441f8887055cb015c9d651b4316170a0d607faa72849b0cd13f3ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fdd85bdd949cd0f0ea511e5391f9658fa4a8185431b8cf515403c9047106dd53
MD5 19c3e6648ed88a035b41cac80360b81e
BLAKE2b-256 3be37860aecb26fb610004ce904f29505896faade211305dc4a68f41da9470e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2ef04b4c74369288e57c12ba66d9b8839b036112d8e06dc777e0c9d33d765981
MD5 d23841bdf085d27a488172eac6a13253
BLAKE2b-256 1cf700461e90de12927a012681f121d5b372e38a09dae811c977f1488f28b3df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 285dbf4be2de637d4184bfbbd3e9877c92ae50535eddbf03373ec17052d7202b
MD5 9adfd4bf84510dd94667c8ee7bdfbe87
BLAKE2b-256 3d46c8226d35a1846d84947a81a669b9fc49e045ae119287027a4c9a9e2e39a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0133243c2ee7ff12e6220e890137cc7de9097718b55a19834bb91cabffd26a4a
MD5 41e063e6f3e423230841e6815bb96461
BLAKE2b-256 d056b8415a2cd8edafd16172bb004d143f500c38e1b36850e4c2e0a42f129c7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0c06616b555b52b19181411fa5f264aef1e3edb5d2f00bb69a4796b726e72e95
MD5 0988051b0146e9bed4b5362e8ed28db3
BLAKE2b-256 a424121a54a72845540bd2a9bb58641e48b4b0100cff64b959cd155e63044021

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c873465e2812fc98eb95dc6a7e3e0e8f9073d9fc38b0a2d08361b9ba8abda286
MD5 d825d9ce16e4cd32f7b29e09f1916d6f
BLAKE2b-256 401b3d9589c895e71eaa9ba1599e8dae85323d9c74198360e7bc4cb91b26bc4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f43d54050638c17f7e3b37db8ad8276af2dbc2b9d9c762e01f6d797f978af66f
MD5 e102329c95bd01058740b3d88915fc08
BLAKE2b-256 c4b50030b32e8badea03a1b8b66d7adf6f36e721faf5dc3e6846bc44d8ea3cb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5e8e109da0d543e47b3c1be9cd01d9811aeff511cd6d93ed12c5cba38446f2a7
MD5 0b58fe381735e63a41e079719d8bcd6c
BLAKE2b-256 5ce293914362552479be9759bea7043f5141d7d091de73474b0aabb6dc4436ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.5.0-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c204d0da884d0fc346048b9488f23fe4798f454f406b838c67023e9bdcf31f7e
MD5 dd841ef01733b1193235ee0fd0ed4e04
BLAKE2b-256 591b148e0c9d03f4a1a320fedcd411be5937760d21d10eb77af4175dcd0b41d3

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