Skip to main content

DB-API interface to Microsoft SQL Server for Python. (new Cython-based version)

Project description

pymssql - DB-API interface to Microsoft SQL Server

https://github.com/pymssql/pymssql/workflows/Linux/badge.svg https://github.com/pymssql/pymssql/workflows/macOS/badge.svg https://github.com/pymssql/pymssql/workflows/Windows/badge.svg http://img.shields.io/pypi/dm/pymssql.svg http://img.shields.io/pypi/v/pymssql.svg

A simple database interface for Python that builds on top of FreeTDS to provide a Python DB-API (PEP-249) interface to Microsoft SQL Server.

Detailed information on pymssql is available on the website:

pymssql.readthedocs.io

New development is happening on GitHub at:

github.com/pymssql/pymssql

There is a Google Group for discussion at:

groups.google.com

Getting started

pymssql wheels are available from PyPi. To install it run:

pip install -U pip
pip install pymssql

Most of the times this should be all what’s needed. The official pymssql wheels bundle a static copy of FreeTDS and have SSL support so they can be used to connect to Azure.

Basic example

conn = pymssql.connect(server, user, password, "tempdb")
cursor = conn.cursor(as_dict=True)

cursor.execute('SELECT * FROM persons WHERE salesrep=%s', 'John Doe')
for row in cursor:
    print("ID=%d, Name=%s" % (row['id'], row['name']))

conn.close()

Recent Changes

Version 2.2.5 - 2022-04-12 - Mikhail Terekhov

General

  • Added bytes and bytearray to support bulk_copy types, thanks to steve-strickland (#756).

  • Use FreeTDS-1.3.9 for official wheels on PyPi.

  • Enable krb5 in Linux wheels, this time for real (#754).

Project details


Download files

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

Source Distribution

pymssql-2.2.6.tar.gz (170.3 kB view details)

Uploaded Source

Built Distributions

pymssql-2.2.6-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

pymssql-2.2.6-cp311-cp311-win32.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86

pymssql-2.2.6-cp311-cp311-manylinux_2_24_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64

pymssql-2.2.6-cp311-cp311-manylinux_2_24_i686.whl (3.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ i686

pymssql-2.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pymssql-2.2.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pymssql-2.2.6-cp311-cp311-macosx_10_9_universal2.whl (2.2 MB view details)

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

pymssql-2.2.6-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

pymssql-2.2.6-cp310-cp310-win32.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86

pymssql-2.2.6-cp310-cp310-manylinux_2_24_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64

pymssql-2.2.6-cp310-cp310-manylinux_2_24_i686.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ i686

pymssql-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pymssql-2.2.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pymssql-2.2.6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ x86-64

pymssql-2.2.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (3.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686

pymssql-2.2.6-cp310-cp310-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

pymssql-2.2.6-cp39-cp39-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86-64

pymssql-2.2.6-cp39-cp39-win32.whl (1.3 MB view details)

Uploaded CPython 3.9Windows x86

pymssql-2.2.6-cp39-cp39-manylinux_2_24_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64

pymssql-2.2.6-cp39-cp39-manylinux_2_24_i686.whl (3.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ i686

pymssql-2.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pymssql-2.2.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pymssql-2.2.6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

pymssql-2.2.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (3.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

pymssql-2.2.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ x86-64

pymssql-2.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

pymssql-2.2.6-cp39-cp39-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

pymssql-2.2.6-cp38-cp38-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86-64

pymssql-2.2.6-cp38-cp38-win32.whl (1.3 MB view details)

Uploaded CPython 3.8Windows x86

pymssql-2.2.6-cp38-cp38-manylinux_2_24_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64

pymssql-2.2.6-cp38-cp38-manylinux_2_24_i686.whl (3.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ i686

pymssql-2.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pymssql-2.2.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pymssql-2.2.6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

pymssql-2.2.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (3.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

pymssql-2.2.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ x86-64

pymssql-2.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

pymssql-2.2.6-cp38-cp38-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8macOS 10.15+ x86-64

pymssql-2.2.6-cp37-cp37m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.7mWindows x86-64

pymssql-2.2.6-cp37-cp37m-win32.whl (1.2 MB view details)

Uploaded CPython 3.7mWindows x86

pymssql-2.2.6-cp37-cp37m-manylinux_2_24_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ x86-64

pymssql-2.2.6-cp37-cp37m-manylinux_2_24_i686.whl (3.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ i686

pymssql-2.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

pymssql-2.2.6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

pymssql-2.2.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

pymssql-2.2.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (3.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

pymssql-2.2.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ x86-64

pymssql-2.2.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

pymssql-2.2.6-cp37-cp37m-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7mmacOS 10.15+ x86-64

File details

Details for the file pymssql-2.2.6.tar.gz.

File metadata

  • Download URL: pymssql-2.2.6.tar.gz
  • Upload date:
  • Size: 170.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for pymssql-2.2.6.tar.gz
Algorithm Hash digest
SHA256 2057bcaccaa8028b892a8fd44d5dca70d411156272eb8172d10d885dc5c30302
MD5 cab8e853cdeb2fde1eb08f6963bc44e2
BLAKE2b-256 3ad84d3c5c40ed6e26e50ccb52fbfb737da46373af360d19d7979fa5ff7f9c97

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.2.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for pymssql-2.2.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 961e65411bcf2c8e5650705bdb0a294bb91ee0fac970f0c6ce546a6f1191faaa
MD5 d69cbf42d88d2e0354fc79179b40c753
BLAKE2b-256 dfac486c3dca660d1ef02fd47fdaef47a07a83e4719f26b443c84cf4874b5e94

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: pymssql-2.2.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.0

File hashes

Hashes for pymssql-2.2.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 177f6b8911fc755cb0aff85e5c4c31d50b0321288991080891a9bb254058f2a2
MD5 50e560cfedcebd491e368ab70084da13
BLAKE2b-256 0288af976a83ff7932200c8100236592e3e6438470d95e9873640100b95014ae

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp311-cp311-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp311-cp311-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 cb2f23d79c101933948feefbaa59057110fe9bf5e508b16651308f462e16c338
MD5 0917cd9bf7a6e6ab76e0b3f901105594
BLAKE2b-256 67288d1eb9bf4153799a12b4a49fa3a4c279f7f535a3ef90363e25296fa55edc

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp311-cp311-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp311-cp311-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 8ccf6c957098a15b20cea7a5afc33f1a55273c78d4f30fd38e0dbe0cf201d2e2
MD5 61b7f19662c3c41881d8d7170952cea8
BLAKE2b-256 460e430e0b88c621d91140252c48df9667593ab6ea7e1aef61d6b258ba763f82

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e58a70ab19368795035afc11ba8676f75a24351345f6b372105ce4c21f31368
MD5 fa926404d6ff52e20d3b49db4b40118b
BLAKE2b-256 94b6d4306b8caebdb10ecad1e8507db60edf0d7896344d5b1719d998e2663aa7

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34059aa8ea9e9731253f2410b6d38089b6b05175ad064978b7d45ade924f3968
MD5 a8cfefe31a54846d85fb0c1664fbfef6
BLAKE2b-256 9d84961ddcd275ce928fe624a93c2f169641347241105c2b2c96ae2975eaa5f0

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0cf9bb35194c09f636e1871734c37ebeb37b1cd68fccbb9c4332ecabf735a29a
MD5 ee8937e7eeacdbfb4890911d7e65c219
BLAKE2b-256 9e549f4220b62cd22cda6c686ca9ac9adfa77c4ac0522f49bd6d193cfe832783

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.2.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for pymssql-2.2.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 547b07e445688a62de0a91aaa70f172fccc481b8e131233e9993aa352e78f456
MD5 62f92134426ed78170de50ea4068fee8
BLAKE2b-256 1ba9380de75084090eb41010e7a7b18475abb8039ba86e8eb82c2a1331b7fbf6

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp310-cp310-win32.whl.

File metadata

  • Download URL: pymssql-2.2.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.8

File hashes

Hashes for pymssql-2.2.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5415b91877d7183722f51dac412c897de2c40d087ddf9919bf27e09308fa9b35
MD5 330990a3d5b2581ad2d5e1b9cc7af3b0
BLAKE2b-256 7fb8d360e1d412370a2951fc5523371e3bc426313efb6324b24208592d052f7c

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp310-cp310-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp310-cp310-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 5d013b967ab2b810aa43c0443adbdab04086f1b796b3c68cc7a7abd2bcc1289a
MD5 0142acd07fbadd7ebb6189a215ba17dd
BLAKE2b-256 450e0eb8cadd1d6c085c2b79fe712befc4a81dce72af477613e20684281ab8ce

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp310-cp310-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp310-cp310-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 e835e7713ca7bf017148d68090aae301a5839437aa93e7ea2d4e8c9b185d289d
MD5 bf5f1c31124ceba005b8bd4cd2a2e5e1
BLAKE2b-256 61cc0463699f464abf5d36a87b9696e514d2c32880b36de2e96cc29c21ca9ef5

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61533b57f9a8eb538c9ad5196835ad616e99efea66d66ffe2a30a74e6006204c
MD5 3046383d3b93e10ccb4d0aacb546660b
BLAKE2b-256 d4900f981deaf27f4289059b79bf15f00554fa82df3999a831ee40f265df242c

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f401d25299b410963865cafe76c2cb880f7b665d6f61ba8ab7ec54a700af2ca7
MD5 6ad6cb7ba988b37351b2e4b8b18dfdc2
BLAKE2b-256 08fec74fcce3dd6b7871010dff69320447df61c13d72b02973ae138b776831be

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 8228a379c9fd9a0cbc0f4bd757e47d4e94540126e3170f98ef5074cfa1985164
MD5 846b9cec1355a80f57f2e8750e898f89
BLAKE2b-256 dc4b9fe64f3072df9cafbb4d000234ce9d576428e157cb5179969851e4871f52

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 e44fa6d7e18390fb8c982c785080867f45b5c445e1eae18f01e73f81ebfc993a
MD5 95fe4bc78675eb4c5dff2ae97612ccf6
BLAKE2b-256 330db077fb7f676f717b69c5a40d05258812466a0d648ad75b8bda196fb52ff6

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 50270b2516446532b761bf447e3f64dba4f7f073a10b0e1f0525a4a45f14b738
MD5 b4605023de3a62c0867c617792a9c919
BLAKE2b-256 760f73403fcd89271214d7b1b0580e400c197b533cae2f15d5de32b1263d3502

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.2.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pymssql-2.2.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b0ecf4558fc7bebe4e1c15c88858c0090593fb7669f4a1962e708f9b6b187a7b
MD5 6a80b8a11d91b310ff1c65f5b4dfbcba
BLAKE2b-256 b19f7b61ba7ce840cd67dcd70e9cc31ccf44b966c02bb30df1ddcfea35f187ff

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: pymssql-2.2.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for pymssql-2.2.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 14b325b3d99db79f39890e25e53555b8cd62ea2c380ef6432ffdea8d5995b314
MD5 a925ae699224975015c96415072b593d
BLAKE2b-256 f2b564649573752e6a779b61932f079c1a82a857ff58c4c34dcd5684f1a25ed6

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp39-cp39-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp39-cp39-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 962b29182a4ef76ea33c76da904a264d8db690019547cd9ddf6aee379fde40e2
MD5 d2ac4ba4db0f58148dbda9160fa06f15
BLAKE2b-256 eb57290a1efa7090f5ed049e7d64fb74327a17f2c5bff0d50b48a19a3070d5a6

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp39-cp39-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp39-cp39-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 38a37750b7a2f8ff0c1e54c4b4788102ee341b90719df9866a99ff58688e4a26
MD5 593adf3c4a0181b2c0f1a2491fd666f2
BLAKE2b-256 22893bb4c550b4b7e3e0aa0b35457563e5b3d81579df880275dcb404ed6a2531

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bfc21296e6a14afef2e93d3143005710e74b58bbdd91426536265615ed62122e
MD5 1fb7be3fa3177f923e6649448fc76f84
BLAKE2b-256 51298be5d00aa8fad8a7d23145df4127c80f4e04bb1eea34b687858e3468f328

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81c78e38e878acb6b5d22aee0c4535a047b4498d0dc0bcf437dd6a81b494b306
MD5 6873c5c01bb191f0ed9154afc64959b6
BLAKE2b-256 4a3b0e77231d97fd084e76516afda22457353d31a5c9d8188604c6ea9012da05

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 17cbddac59616c9b66b9381b2929e0d4d9dfa75c0fbdb1c8569a6117fcbf924e
MD5 696b50e0ec6a0b2f592b600f6a832e06
BLAKE2b-256 945510450743782d97c42bb4ce8035fc27662ce9c9bfbc3b5e34432fdcf5fc3e

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 0bf102b0edce585f76b52cfd67c2e1f3be7b306bc333a9b870f788e4b553766b
MD5 1d2f9dbeb690bed0f4095001999041e7
BLAKE2b-256 d73e50030a2fde5057b7fb444a82137c1c2d465798d805e2eadd79dad00ae0ce

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 cd7f6dc17d50f80d7b1d305cdbeaa650b458b1b3033e3355b0a74ee0103ae381
MD5 fcf01cd65a9816db8324212e679ff202
BLAKE2b-256 3c2a7184ed2b42167f2525eb092ddd1b569d42d2042da6375f03d578f60364e9

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 9c08103722a9e04d64bb18ee9922965d8ebf790ed90fb223b387a04a963daec1
MD5 64c84940ab5718fc2a14fc051ab9521f
BLAKE2b-256 04d805ddd3566f822b700523c896fbd80f4fb40f611d2786c3c47955b29c0d32

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 860939f8b7b66a37e2cffb6e5fd192b28dfb0ef16fc217ab967289c0bfecbfb5
MD5 0edcfba0a24e7a1c7859ff1895b78f90
BLAKE2b-256 80abbd0fe3eee7f2ec41179001b86a7d8a4b7f27cae5aff58c986adf0059f9ba

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.2.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pymssql-2.2.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0e85992a570ae3bff4d41f5815e9bedfe7b8b3114f3eb1d372268842efc1952d
MD5 ffcf4395362714eb9f9546c3fa557fe5
BLAKE2b-256 fb767a0fdddc9d20c25ba99a70d91d888144d291ecdd44976d14fa84543855f8

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp38-cp38-win32.whl.

File metadata

  • Download URL: pymssql-2.2.6-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for pymssql-2.2.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ca87e4c3d05dba0ac158adfb05318858ed632efebd94b0e2f58233ad7000f55d
MD5 95548a27e8b087d10f9155f80be301b5
BLAKE2b-256 e05a62d770d7eaa3943f273aa46bb36c5e92233d72b7daa391c40cbd824b084d

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp38-cp38-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp38-cp38-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 7307bf076aea40d04d9309918ba83443aa2298cd2347909d0e97b8a51e86abd9
MD5 4b8f4099a5d109e72fea24850cc052fd
BLAKE2b-256 ba74d0dcefb021fa53f7bfd4473e92e4801c3ada21ded5be038888d0e7e1a16f

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp38-cp38-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp38-cp38-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 775b76a1cc5276de9c665495d37e8586cbf3535275bac793a34a19526eae5485
MD5 ed1c7c4158bfb05f060e22d090d25afa
BLAKE2b-256 03d0b47642b2b292523ea98983a8c4c348d979d833e1a84ec3e6bf541b0d0051

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb88ae4a756d62bec35c09f4372701e26285512fe312b3726199831312fb0f03
MD5 c310942e0dce17d1015e9f3e36de6bb3
BLAKE2b-256 1cb24bfe764a63e866b7e0916ceabcef0b51c67ca7351a9ba85a866c46b243e6

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6222d6759c67089216fec296d37433592959640d095916205bef574e71b2debc
MD5 8dc4481995942699a2b01f495aa18201
BLAKE2b-256 db0600909b96ceb89f47027474aca6124209dc7421988c3f673185f4f2744e01

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7c6a7c3ea3affed2b5b61928485cb5f79d3f4ba1322a48ec387cef4176620f8f
MD5 1a31ed20bb41cd2e258b73e489abd3f6
BLAKE2b-256 7bafb46751d03045ed97c99f00f4d59e76750a92e7951a2c2a6fd91ff09fba4a

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3321a6deaa3dc49c430702dc70e96f82fe9ab48de6b653a1138152e68d5c190f
MD5 352833da7062c92223c3e91c5875e855
BLAKE2b-256 8ca51178af7fc9f1db536a7ac25cc5fe44b616819da77948363aa311e53b4b7f

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5ed787899b2875c1be3090cb46862fc4d139d1d6daac3db475b10930a23286b3
MD5 b72eab8355ec88af9d31aa7f9f21b30c
BLAKE2b-256 a137ae27004bfa79a456ce2bf1f1c2bbf8279e1ba323a048c34b9ecf6af856f9

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 21cd322f00b530be852c698f8fe908fd54b50f3472ab6bdf82b297a23960f2a6
MD5 4a2c882bb1952104058987cc09acbf2c
BLAKE2b-256 384f2f2f9ee29903d44e863cdef95745c16a23d76cd664409c0d1f61cfc9154a

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fc86981801ee0fc1c6f3cd85b9b2f2237e8f725fd91925517048f3284f74e7ff
MD5 959482fdc4fcaafe33ad0b1fb2917c53
BLAKE2b-256 86ab6d2edc2fb8a1b616c3386a0f637ab17d0bb66d1dedca0348f1009050d74a

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.2.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.9

File hashes

Hashes for pymssql-2.2.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8393f60a6e979d49b8c1c935c84e386d40d197825dd38499d09ebd870d8a3a17
MD5 e9e3a9425943c39e1f1e30c2d6dbd4c3
BLAKE2b-256 148097827bcddbabda74a7a20be3969800c0eeaef0f4ee576544d0c0374c8dd0

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pymssql-2.2.6-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.7.9

File hashes

Hashes for pymssql-2.2.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5c97667f2076a36941f9b56777e0cd323276eae0103091976ecb9c3cfc9b6d16
MD5 ae1efd2cfbbbce44bc4e546ec0e5266f
BLAKE2b-256 c4bd29689453b75678bd60ba81020abfcc8f18ef56897a5ead4c1f1a1b23b48d

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp37-cp37m-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp37-cp37m-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 a5ae71152cb6e7570a0eb73ff6df50439b4429157c44925bc61c9812fa9691b9
MD5 a4884c1758de4818c1a6a178b5763a5e
BLAKE2b-256 b96982e93f4d14b86efa84a83efa4e8e2f1154b084b76c1c0dd6cdd7c2ef806a

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp37-cp37m-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp37-cp37m-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 3906f6dd5c55ee79fd9d70993a7fc75da02c0ab2256c1e95702ed2c17d86c162
MD5 819350c121b9b8c2e6fb1eda6a9d1aac
BLAKE2b-256 6055fec33c52c34a0b8b7e7e11d58ecd3ff88cdaeb2f8e7547619488d887b327

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b9dbf3fbd5c545a19023075f37a35cc120a662b61ef44edcaa0773ae804ba47a
MD5 cc7d2bcaad10a898b28a96e63f2aad86
BLAKE2b-256 6eff709236216a359fb035cd1f2cdf63c7ce8140d764f8416f1ee585a73500b3

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1bbe8282804dd52bd648e089fe5950bdfd3469b84c287726f82e70b7b238b6f2
MD5 33f94195c47202c5c971e4a10b632a82
BLAKE2b-256 af7c1371134050b869dda8b419408902d57a5372840ad0af311bc3674604f65c

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 744d684b914c49ad55fd6c418685da305e046a4506cb2fd9070ae4da1eb9721a
MD5 9dccc9e3ec9ce95b43331bdea571fc2c
BLAKE2b-256 9899139fea4cda73e115b06723a5bc6426c2a78ee51279062ebd14b23b970ee5

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 09114d1a07b1d425548557b6d8af89d74fe696cae5c350934c2eb86d60fc0c99
MD5 7dc822311e91e7c14a45a835f3be964d
BLAKE2b-256 cde313b57952370d532cbb2169ce781d504dfb8508f3b7511f76d9e9fbd33125

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4bde43f8c8064aa44059735d844ee1c4fe87660fd09db6157214e914473b02b8
MD5 de2b4a9afce82959a90ed706482d6c56
BLAKE2b-256 dd8a43181ab06cf196be54f6ff74351cf2b6fb94abbaa4d94492791a28da34fc

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e77b8ff4a6b8d6a37167f2f6dbbd15c12f4b8cbced837f5cccbb8d4ff30b977b
MD5 b61ac3c278e7fae1a5295d35079bfbbb
BLAKE2b-256 c7266261b43e1e1de15cd085af34bfdc3b3af7c7a774640ef3ee93df7192ae33

See more details on using hashes here.

File details

Details for the file pymssql-2.2.6-cp37-cp37m-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.6-cp37-cp37m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e9fbe135c2ed621e97172a387db6bafe161c19aa099ffb9cf0de8bc24137080f
MD5 8bbdc8fbb635eb2b48fec4d642456b1f
BLAKE2b-256 0422c66889e19c2bbc7cc14b8e305458d778fc5f7ce177f6652a52967cc1d2e5

See more details on using hashes here.

Supported by

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