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

Enhancements

  • Row Objects in Bulk Copy - bulkcopy now accepts Row objects (and lists) directly, automatically converting each row to a tuple so data fetched from a query can be bulk-inserted without manual conversion (#615).

Bug Fixes

  • macOS / Linux Import Failure - simdutf is now always statically linked via FetchContent, embedding its symbols into the extension and fixing import failures on machines without simdutf installed at the CI build path (#608).
  • Incorrect Type Fallback for NULL Parameters - SQLDescribeParam results are now cached per statement when binding NULL parameters, fixing incorrect type fallbacks for all-NULL columns and VARBINARY types while also eliminating redundant server round-trips (#614).
  • executemany Large Decimal Handling - Fixed a SQL_C_NUMERIC type mismatch that caused runtime errors when inserting Decimal values outside the SQL Server MONEY range via executemany (#611).
  • Exception Pickling - All DB-API exception subclasses and ConnectionStringParseError now implement __reduce__, so they survive pickle/unpickle round-trips with all attributes preserved (#616).
  • PRINT Messages in nextset() - Diagnostic messages (e.g., SQL Server PRINT output) from subsequent result sets are now captured correctly when SQL_SUCCESS_WITH_INFO is returned during nextset() (#618).
  • Row Objects in executemany DAE Path - executemany now converts Row objects to tuples in the DAE fallback path, fixing failures when writing to varchar(max) columns (#630).
  • Static Type-Checking of Fetch Methods - fetchone, fetchmany, and fetchall are no longer reassigned as instance attributes, fixing type-checking failures under ty and other static type checkers (#631).

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

Uploaded CPython 3.14Windows ARM64

mssql_python-1.9.0-cp314-cp314-win_amd64.whl (16.1 MB view details)

Uploaded CPython 3.14Windows x86-64

mssql_python-1.9.0-cp314-cp314-musllinux_1_2_x86_64.whl (27.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

mssql_python-1.9.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.9.0-cp314-cp314-manylinux_2_28_aarch64.whl (27.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

mssql_python-1.9.0-cp314-cp314-macosx_15_0_universal2.whl (28.4 MB view details)

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

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

mssql_python-1.9.0-cp313-cp313-musllinux_1_2_x86_64.whl (27.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mssql_python-1.9.0-cp313-cp313-musllinux_1_2_aarch64.whl (26.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mssql_python-1.9.0-cp313-cp313-manylinux_2_28_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

mssql_python-1.9.0-cp313-cp313-manylinux_2_28_aarch64.whl (26.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

mssql_python-1.9.0-cp313-cp313-macosx_15_0_universal2.whl (28.4 MB view details)

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

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

mssql_python-1.9.0-cp312-cp312-musllinux_1_2_x86_64.whl (26.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mssql_python-1.9.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.9.0-cp312-cp312-manylinux_2_28_aarch64.whl (26.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

mssql_python-1.9.0-cp312-cp312-macosx_15_0_universal2.whl (28.4 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

mssql_python-1.9.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.9.0-cp311-cp311-musllinux_1_2_aarch64.whl (25.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mssql_python-1.9.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.9.0-cp311-cp311-manylinux_2_28_aarch64.whl (25.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

mssql_python-1.9.0-cp311-cp311-macosx_15_0_universal2.whl (28.4 MB view details)

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

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

Uploaded CPython 3.10Windows x86-64

mssql_python-1.9.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.9.0-cp310-cp310-musllinux_1_2_aarch64.whl (25.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mssql_python-1.9.0-cp310-cp310-manylinux_2_28_x86_64.whl (25.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

mssql_python-1.9.0-cp310-cp310-manylinux_2_28_aarch64.whl (25.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

mssql_python-1.9.0-cp310-cp310-macosx_15_0_universal2.whl (28.4 MB view details)

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

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 e6dd677dcc81af8ee117da4cdf844ad83ecdba0e1d6ac42f7eafd3fb77b64470
MD5 4d715d21e703ef3eeda298f751f616f8
BLAKE2b-256 5ef51738826f5a5e2bd11c10454cd82fa3b2df7f72fb16925587d9c68b77cda9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 c2dd27191bb131f55b40b8814856b9d7e3d92defac250011ec04e8f9c31bcf55
MD5 cb5d4a35579cd3364564806f5fa10e75
BLAKE2b-256 8d19e35ecfcdc6650266a421d484999906e97370a85537db7623afd09b388f8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8083c72ccd5198941133d743704c28955c09f36efd94c161ba0ed7004e0c9426
MD5 043493eb70b715ee456825ab0e4c1e98
BLAKE2b-256 b7621cccf0dcf839aa26a0136c080f2edb4f00830b2de4120a7c03d197f86a69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d85e11ee7b4d0d3f02c85171a54ce527f810740f9335af7e6878ca8093ac1bd0
MD5 0e8ca0cf9f5210715fd21f941535fd97
BLAKE2b-256 33507999f13dfddf697a5aef5d26185fcd39b2f06f558d5f0525dae86ef54272

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30d66508daa199d55e9a052c9eae18fed3e60fbf8c0fba85e653c584353f8057
MD5 5ac564d93014bf5e8fcb0449e44e454f
BLAKE2b-256 f04d2f3322e1e479e12f9b4654b01a03606703ea847fdb023e334b1d3231fdab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4593f0a8caf9eaba1590013a88cd21a0c39275f58a41706f58b8cb3be8710c5c
MD5 fb14ecf33da57c945d7461794cf38a49
BLAKE2b-256 6f06b905959bf8ead7186e50da9efc5a1329c921c4e4000a427bd10aa79eba68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp314-cp314-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 c04bdef33bd266d4af6ae78094d44913de74baa5b74dd4d9f7ce94283a5365ae
MD5 fe0893f09556defa7a62e41a2ab08f15
BLAKE2b-256 710804474c84908f457dd986ab82b0c98f828a1bfc24279e9ce193eb1bd5b6a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 640c37c749d7d81d7c03efa79a7000691f2192a93756cb1e7de21bf79ef82762
MD5 66d335fb060b380ba3a056654d46be1a
BLAKE2b-256 2f9001fb372b2a104e9c2ba7c6505eb100ed03b16517ce611c0ea0ee312a9806

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e351d50297c4b938a7903d890ae340da7ac273d874510b6388a2680190ac0ff0
MD5 f80c1d5f466dff821b4dd990a182eff4
BLAKE2b-256 024761b37ee468f52b46d18f6a02523fa95a1b6bca263138a995321c6b0ac931

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44a2934a0bfbe66b0c9b01c36e82de5fa8002fc8af322a4a905276cb257339f0
MD5 ad78648c55d1f34e1d6ec39ab8706d1c
BLAKE2b-256 7a3779bf6ca0e36a6456cb141675d9a4a09f9e48d25251aa638ae6f937567adb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3511174978cfb853aadf264f73719f65e6982303aa81a8d326af2333ac69f616
MD5 71ad114f3eb4760a3d62e7a6760753a4
BLAKE2b-256 042bf0ff9ccfea2af82a67292c0d19f988a53683a086ec9a34ba5a7a2d13880f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 698c54667571c2a78699e45253e949f6d8f4edcd1fac987945118b9c683f6479
MD5 68e731ee8fdf2281a60f425ff4b285d7
BLAKE2b-256 7841891de495f581c5881b65632d046f0ea1ec9c03e9fb2404644b94eac7c821

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6278c0ebda116ab8c84969441d0b64b082f8415f9634f0f05c811d3dd22cccd8
MD5 c13cd87c94486de0f989550cf7537ab0
BLAKE2b-256 63d52e20d189cfe5d47b2b3be10f0f0ec4d5bcbe2a6db862c0f5987a6852cfc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp313-cp313-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 f191e0a87c32ba4d95aafff5c1fc84ff9e8502149167f49dc9829f34daea714f
MD5 68b64df6c36b1ab57c1609a6b8101eeb
BLAKE2b-256 449e8a8278577b630f73ea75dc0174424b3dca7fd589546d019dd6ce1bfebbba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 03f65679e42cc92ba060ac68e0253730fa99acf8aae6815de6761bda7c7a686a
MD5 28cce2f1fb5c33edc5b6135cee41967d
BLAKE2b-256 63aea02b65f858e911c83c2ec26fe02280c2ec7550dcac7fc57ad584e98b3b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9642a80898d4f2f47a48c8bfb4706274c9a531082605e7992f34fce7334b7987
MD5 e4c7111175ba72cf138c44167d2394fc
BLAKE2b-256 fe338e54f7eff3b9153ebe30527956d6e00119822c037b8e1494110ea51b963b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81e0117b9aefb309c67645a49f96592629e9f3d5e67fbf6f01838c725005c6b3
MD5 80cf35059508a3fd8d49ae4840ad21d7
BLAKE2b-256 81391c29147960981749417c48addc4022b20e3c02840b3384cc730b83aae822

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5251efded6f4ccb950d9e69ab01b427c36ab67c4bfd08cd614c69cc22ccbbdcf
MD5 b5333a29e2ca03f83fb656262a3283c3
BLAKE2b-256 70c9e287f6121e46222ee573c3570eb21672bab4d9c374a8a55a3df1f4bfea79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b4ddc50fd10f968b22ca1156d799da6eac227c51ce21fec7f0a94b2636d0536
MD5 6630583044944448861870879529b84f
BLAKE2b-256 b3bb2efa88ef73519cd7cc926156354e962c368bf65bf2a8ec7fd7b224d60eaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9c2dc5542cd4ff96063dde229939ee929ab2ee14ae63bb5bb65a3d909df9c61e
MD5 4ad604ee9de97ac3cff9a1a9759062dc
BLAKE2b-256 bb744f1d2c4ee0fb355229b3b2b20e9b806d6350444cb38defa51730984cc321

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp312-cp312-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 dda283ebdb75facba18daae9297b4bbe0b554577a8594b4f7be4af6ed9595569
MD5 b3b098fe6d97c097820dadfa68c9b011
BLAKE2b-256 a80daec9d649fd9fee17c1aa6905ff320894c8059156c0fb1ca856afef91832c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8c1a0dac656a5ce7d69650455a2ad7552fb5623785177e9eb79a9f107d266bb5
MD5 1034864d230c45f55c56f330688070ca
BLAKE2b-256 262fa4ec9db17e298c98b99b9c9484b26dc8c2fde2a3c09c7517f640c2c7bcfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f64e297d72b394fa9417f46141d81b84b64d1edaba6340593de76662636764d4
MD5 1e136ec4f826b7f3dc1bc4abe8cffacc
BLAKE2b-256 86a241e9fe1e526cbfc2256062b88cf02c08304e0f9a472b9cb7e50fa24bfe42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d23b9871df79bdf30ef2eb0a1adcc4fc1a790d2e60c8a6721ce41c0f16940825
MD5 36301636d2f1654ac9f664b72499720f
BLAKE2b-256 da1c2527a7a769f9c32852bcabfd028a80748086d06717d4a5cb57638b396d68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 95ac224c3f96b6cf34fcc5ada5b1bb33a16ad99547f10d2ede01d0cd5c87204e
MD5 8bfaf406a3bde6b047d05aa9e74f201b
BLAKE2b-256 fd18f30345b9ab955d9f368c23ab0d820f768ded58bd5ff3c845a73b3697d469

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4cf6d6c10b3d6cf764e5cfc91d844772108f29b63ec3341aa3ae06debc0202cd
MD5 af558333de5b4cf237ca23c9cbde30c1
BLAKE2b-256 27dac4ab00b7c69cb12257686e482f0b6888bc6533077cf6f8099a8720579704

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3edf21b2dd77fda47af9703c082ae936104ff9b50c9d3a8e1d3ea1c44f2fdc27
MD5 7b22d2aac9f5b7aa7c1bccc2b275fb5f
BLAKE2b-256 a7c1d75aa4f99946e9d2a7f856195d6628dba81ef0bf8038fb30ab6dd4d5cc02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp311-cp311-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 1bc6b45ca2233512ce0a0381b1f13ddcce27219ba4f8e24582f2cdb229446be0
MD5 cc54368506c90bfaefda15a4b0b4b916
BLAKE2b-256 31a0027a5e2ac1f1f2aa7c7d13ee43b12e78c17f5f207de8b1af09abd354ebb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ea4e165058bbd3df826cb7a760868e673f5943746e5082b54195964bcc5e08b8
MD5 72385af2677501c5ef9dab35d63fe0fd
BLAKE2b-256 03b37debcd878f4c074462b60f6078b24d66b96ae320cf744e86b857a258dfb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b9ce68f8c32cba4751a4305294105873cf5a254c0a8e3af0d4e1beb4042628c
MD5 a4b68bac7d67a51ec1866c3769595323
BLAKE2b-256 ba5b188673e5d54e09d955f7bfb083e15efbf0347f21b2dddf5485629a99660a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f529ee3599a49cd4981b56e7a76551b92a9a155b8bf4e0f2978f51c05408090
MD5 d9fb0aff89a3fd5602ad953b2e30859e
BLAKE2b-256 849c59b486edae895097a4b4e3f1149a8fc61cde66b87d78c39eedc174b2f65c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8114a77804e65bd53227efb280ecd2bf5f781df3961c5b2a8192240422993bc6
MD5 db985a8716194ba24fd8dcf4a9253164
BLAKE2b-256 bbab3cd38357a48599d579b45eca3a344063cfb1b10ba040c38802e847a0a788

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 859cd3367ed315a2924fb272ab4e009c27ff8639f1b5f7806ef7970e6b6a9544
MD5 49fc3e5a48050968d5ccc88b0085409b
BLAKE2b-256 dc4177899cb859d230153d3fd5eb89338444856fc79abaaf64615375d37df361

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mssql_python-1.9.0-cp310-cp310-macosx_15_0_universal2.whl
Algorithm Hash digest
SHA256 5352e9cfc999812494caddcfe9b4173adb19dd0b5abc97255dfc82356e590931
MD5 558801c6ce652ce9aa2d60b2b2b9a02c
BLAKE2b-256 480aa05d39bd4aa7ec80bd716c9b4c10204c69b2371b0a92a0cca5eaabc4899f

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