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.4 - 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.5.tar.gz (170.1 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pymssql-2.2.5-cp310-cp310-manylinux_2_24_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64

pymssql-2.2.5-cp310-cp310-manylinux_2_24_i686.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ i686

pymssql-2.2.5-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.5-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.5-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.5-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.5-cp310-cp310-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

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

Uploaded CPython 3.9Windows x86-64

pymssql-2.2.5-cp39-cp39-win32.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86

pymssql-2.2.5-cp39-cp39-manylinux_2_24_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64

pymssql-2.2.5-cp39-cp39-manylinux_2_24_i686.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ i686

pymssql-2.2.5-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.5-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.5-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.5-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.5-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.5-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.5-cp39-cp39-macosx_10_15_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

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

Uploaded CPython 3.8Windows x86-64

pymssql-2.2.5-cp38-cp38-win32.whl (1.2 MB view details)

Uploaded CPython 3.8Windows x86

pymssql-2.2.5-cp38-cp38-manylinux_2_24_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64

pymssql-2.2.5-cp38-cp38-manylinux_2_24_i686.whl (2.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ i686

pymssql-2.2.5-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.5-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.5-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.5-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.5-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.5-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.5-cp38-cp38-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

pymssql-2.2.5-cp37-cp37m-manylinux_2_24_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ x86-64

pymssql-2.2.5-cp37-cp37m-manylinux_2_24_i686.whl (2.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ i686

pymssql-2.2.5-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.5-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.5-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.5-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.5-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.5-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.5-cp37-cp37m-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

pymssql-2.2.5-cp36-cp36m-manylinux_2_24_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.24+ x86-64

pymssql-2.2.5-cp36-cp36m-manylinux_2_24_i686.whl (2.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.24+ i686

pymssql-2.2.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

pymssql-2.2.5-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (3.4 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

pymssql-2.2.5-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

pymssql-2.2.5-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (3.0 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

pymssql-2.2.5-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ x86-64

pymssql-2.2.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (2.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.5+ i686

File details

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

File metadata

  • Download URL: pymssql-2.2.5.tar.gz
  • Upload date:
  • Size: 170.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.10.4

File hashes

Hashes for pymssql-2.2.5.tar.gz
Algorithm Hash digest
SHA256 857411c308ecb584a3ca633be30f1971d2a8cc0bcd978709b1abf96ff43767ad
MD5 d522c57a62c356e3fbcc2b307032777c
BLAKE2b-256 664502df6f1b8da72094ff285eecf7ced41c228d8c914d972401a51b809ef3c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.5-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.0 CPython/3.10.4

File hashes

Hashes for pymssql-2.2.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b691779a450ebbbb98cd2ad89ae9f17799b0bf0c9dd2e65b316efcc74246716e
MD5 d1acb5504a9dda1b8e5ddf7185f28db8
BLAKE2b-256 58476bb02b707434131d30793f95746461619b67e945be30eb5f1583db741587

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.5-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.0 CPython/3.10.4

File hashes

Hashes for pymssql-2.2.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 da78a94908d42aa0f8af1b917c49c4dea38273035f81ea168b095e0b3ba8e486
MD5 d828079f666811d28417b0ce19043d53
BLAKE2b-256 0e1a4e47eb25955688958c64eec9dbc4b49fafaeda9162d3b0933f0cb0f9d1bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp310-cp310-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 bb858c8a64990dd0145d874ef01af4b6fe39e9202ee0a74a8dff8285b801db21
MD5 5c93bceebe4f7c771085d7ceb5a9bad9
BLAKE2b-256 e05c74f51eda66a86a94dbae60f75c0e68f0d872f2e294eb186b4cdfebed8c9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp310-cp310-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 9969971117401096a8a7c1e08d84ea3d5d3f598ee482822583a44e2e6d3791d0
MD5 a7425d689521f19c51e00848ae4964c2
BLAKE2b-256 ae60757bb4ab7942d611ec6a1574bbc1330a7266384e81f3e95b7f5eb403aee2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18eb4fcb55b67aaa2811e124eb8750fd84eeba1668a695908c6cc13682f6be5d
MD5 6ad54e6c48ac6b9b670c34c188f793db
BLAKE2b-256 2c0e0c53b62657b5c1dddcb94f9abf956783d1ea3215c61f56ccdf162118cff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 20de2f718f3c99040637a0e7d3b81f22e62211bcac01fb65641b964e70f26e20
MD5 224bf2fac543e5ca9aa331a513c83829
BLAKE2b-256 0a711a6750893d9787f1e46b64822c06c3332829f13df4bea33c16ee9bfc5693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 45e9bba4870103363c865d2b867de8de082745dd753083f27927ded3d15df587
MD5 982a6b6aff7639aaaf9c9e1d739a3607
BLAKE2b-256 aa89c0f8ac3850c8812d38e6144e640642354d2f560f055a81b51bd74f5e5f5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6a013c82f7320c92039ac20db935e897a3fcd7423435705cef177f863dbb32e4
MD5 ff3cb6cd39ddbcc9929df31bc099ae93
BLAKE2b-256 2fee329cff16df1dca44c6d22e0ce8e131fd1215311988c6f51a46c3f496b9a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6462017183f05ae231c3f84efce4e9a8d085b4a2e9e3ed5c407ee643494a0842
MD5 04cee21ca0f5ecee127e0c469ab48fa0
BLAKE2b-256 ebd6eb558fb2ddacf8a895d5b92206fab423f2828209d41f0d91613b2e932dc5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.5-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.0 CPython/3.9.12

File hashes

Hashes for pymssql-2.2.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e9cce9c47e6d550992936f91f8f2e97a8f5132749bad1cd4f5f7923bf8732d1f
MD5 7138e4228d391e31f533ea24b65a6348
BLAKE2b-256 7e26c64c99c31ac6fc124875ad5b9b535bc2a91747426a7ae58fb27594233726

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.9.12

File hashes

Hashes for pymssql-2.2.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 cc523bfd26671346faccb1273b16a74dcdf1a8ac81c93c6bfebdb240e4d5a042
MD5 51048d19b9078ca86ecef0c5c75fecc5
BLAKE2b-256 444165e4187f312e69f1c12ce7959ebd926ff1de09b06e4a39c92ba421559171

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp39-cp39-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 e0b1bcb8465d787d5141bfc02d98e1e507d02155848b1b5622528402760f5dbf
MD5 0a99d31bc4071e709d5e33d5d6948d2a
BLAKE2b-256 34a8fded893eb775bd7297c525728248de3b98536538cd94cfc98751aeedfb60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp39-cp39-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 6086f0b695b7ceb4603cdc2f66356a58e367a3f1828d1ca99255c4d92d1f0932
MD5 049b5fa95cb1d4234d4a7f74e22f4852
BLAKE2b-256 83fe8ff03c8f0dd4b28bf492cfade06d01ce1f1c192e81fb0c9671ed7a69aadb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b9f5ec7896fd2f19393cd564d8ef562b26692218a84088ce1b10e9fe1215032
MD5 dc01972fac93030ef350c68187cc7b66
BLAKE2b-256 26326d3426996b384ce7d339e975f3ea082e4b5736867c785addaae788786eba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 538a8e7ce255cabf093b25b72f8037b1d5fd3ba28b13a34c761a029840dc1880
MD5 ae1748a4e30b7af10c476d39d3549456
BLAKE2b-256 7b528f2c8fa08c656b811a8452919ff94ae998e81af76ceca8b03a77c6576255

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 9b707e5867bb49ad9d8945231112dfa3e9588b98f6f1248714d1f1af88321230
MD5 703e74950ad3519a1d1c8bc3ade36dda
BLAKE2b-256 bdc4a0b5ddd0a676b63ccc829b26bec3f5a363c591f59b915aade378ae97ca21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8ac2b3213462f078671806702dfadb8e459923f0f5013d371febebf4caf598ba
MD5 e0778e00bc076fc9f404edabaf798ca8
BLAKE2b-256 99630e986630be684a98c835e2e10bf561a4c46e777cf10664c84d22b5b0b824

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8b32ad436f293c8cbadc1ba3aaf2621ab82303d169b1ab6f30f55053640ab5b1
MD5 80ca07ea48c2e568bb6aef9f760fab4e
BLAKE2b-256 bb6fb1cc499417b026693f05c824dde689dae7a9c47661f4caaf4e916a51edab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ebb7867207cf4cd497ea1d01b42590ed1db3561ef3ab8e135239301b6ee2695e
MD5 b1f5f498f9c84f4456e3b4ffd2bdf8b1
BLAKE2b-256 fa8049b38eb1e312e3f231408c756ffeb6f65492d7ddacc2f6d3ec5e56ddc871

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 1089cd5871daedc9918f8958605bbd2621006c29c06b571b419be53ea46c113a
MD5 4be34badcae40d85f5cd1860d7ceb5f9
BLAKE2b-256 a966eef011bea1c599ad9e86e4f9cfbb3fb54e6031aec680b5597bdbc89286f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.5-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.0 CPython/3.8.10

File hashes

Hashes for pymssql-2.2.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 45c1519c94f9915911075c95fc63d62ba612e152248093aa12b7e902499c6416
MD5 0bb8a526709eea42d5d4d374a7e21aa6
BLAKE2b-256 9b3a29b32853ef01ec15631f3a4387a6f8dc12684956126ce752502cdbb4496b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pymssql-2.2.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c0611a3ea2a7ac496df30506fd28e4f7389808c59743b2eac0069e89af7289b8
MD5 72b94beb705c520ce57d839f740c23bc
BLAKE2b-256 9e1d3aa8cf57d3418069e2632db088364d3374c7c8c071284cfc1c46df820a31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp38-cp38-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 c738d51181ab4b3332631644ef7b561543837d1d942a291f8bc36a9e2dfb65db
MD5 2d3ed877c6365a21ec79618bf7244cfc
BLAKE2b-256 b2fd3d4a51ffb0ecea3f62326bf1cde968c57ace6207fef2d30a33338ea7a4cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp38-cp38-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 e42c7043c472d45db686ae67601c6680596a2f12ceaa99fb136e647d3d8cd643
MD5 3fb3450a039c1601065d59df25919d91
BLAKE2b-256 b86d4d42451c84a0669b3092b2b5231726024ce1bb2bd186051dbc3dea6c5ad9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15cc71762ec75a66bcb3751c2534ba4151b8512252b0377b842efec7cae6d953
MD5 6d9f6c06b4e01fbb36d8ef27a4a37d76
BLAKE2b-256 5d214e82906fea0dd818cac13b9f65b0427cc496ff606b68b627ce1c1cf63309

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49806c343a6dea5221e98cabed1532fdd14535c5e5bb183001e0ffad31e11032
MD5 c5d6f09dbd535d8542498e2c272f3fb6
BLAKE2b-256 ff8e4b8c3467f7a11192998fa35474234939c139d5cb7d555a676a72f1f4e9e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 30c4ab08cff619c7fe4d309fa6a05219b343082a1f46ca368deab5841632b8bf
MD5 7cb09c3f738dbb9d83c3e74ac77b8d90
BLAKE2b-256 475588b309746b0716002b57e19b7497ce9f81e9baad08a153792581105e1a2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ed7c5e58cd0ffcf3448cc38dfd2a6011f657759fcae9509748320cd89a0b8d32
MD5 826333f3fda3a369fcfbb1a5cc75d629
BLAKE2b-256 ff784003df14f0c34d3aea66cc6350fc0d7598f7eed384e6f22db1c085c9bc6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8c5ad8d09f9035009ccb6f20bc9829ef60c03c436efb4b5c33af395c4030ea3d
MD5 9c58bda6b15ca8d5263f036ddc776268
BLAKE2b-256 d7cb99037796be2dc11882bbe6789230549326ea5ab7b823db9a4cf415a7206b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e33770ad113a646a45e4fc75f30683e92c9b929431e12977f824d6c810f28162
MD5 b0c0d4aab0f617e31832bef252479df0
BLAKE2b-256 1ece0b7a8943bfb539acc5bb1d1cf2ded3e39b12c23d22b06de3883771d905b1

See more details on using hashes here.

File details

Details for the file pymssql-2.2.5-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.5-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 ac8d6b7e0dc97a9261b7500f086772ff5cf2bf9a0340d0aaee4dff5b217dd526
MD5 d5c68f3e174b283c3d0703ad9ec9ba70
BLAKE2b-256 2c7d8f2667c39de0e9b6f1567539bf30622a6096937ccbcaae91a112bc5d6148

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.5-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.0 CPython/3.7.9

File hashes

Hashes for pymssql-2.2.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ba43efd1057018ab404c8603bbce643347b9165c08364df8a8c03d54dffc4453
MD5 92664e56698d42f4e0bf4790e57d20d7
BLAKE2b-256 eb095ff8d8feca27f907cf3e0bd3bf13d9dc2f984eee0d0caf5988f29727864d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.5-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.0 CPython/3.7.9

File hashes

Hashes for pymssql-2.2.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5e2cd5a6da441aa3e8ee13e8811f884791d77a4cb17028381543bf50d010c919
MD5 36a298677913c35e00122b64c4db5a7d
BLAKE2b-256 1ea8d0e2f4c405a134a245d456e86f2e751fe3dee67ddbe1d80993b65dd92dba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp37-cp37m-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 395ec9e512a8d5b707aea8f516eebf51291b6fb6bc18fe4da88b222843bd4d46
MD5 ec2db2d89063f2ecd8e12d2ef5808cf4
BLAKE2b-256 8116d209a81027f66a9d0a4010f451add2ad0e1664f37a8a4aba9ab378de6c30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp37-cp37m-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 72bbccdaf4938db7ff99db1f82ecdf6dc78778d8b7bbe6080590dd01024988de
MD5 95260ea25a0509e2bac49e5d5a9704d5
BLAKE2b-256 07ce849e0980a5d5a87c4cb34fa56eb68d7f18ceea4a02a3b7d9b61ed409afff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc245011aad9c018105193585469461c35fb35e7255b8e66fa27479f835742aa
MD5 0bd68be6b18c75dbb9f5196e95702518
BLAKE2b-256 8de4a5ea19cb15c9a8b05c6cf0968c63fea8c4e6f3b815c11b4e6dae3cc3a5a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3b47c05da0fffd6dd77141c1c37975a8469334f63e6faf03f5eab6d83c9001cc
MD5 de7969331929db69e2bb66c295bfe276
BLAKE2b-256 6bfd2d8b3789572f7ed38ce3c02689581b5dc39cddaa9c0c338e0f4cefb4c7fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e373764cc81719f830b113ce6fee6849f2c4e5dfe1037804864b7dfb9946817e
MD5 56a298cd368fbaf606de4a1f14fb4a99
BLAKE2b-256 fc9c68adc180b62872d7954bfec234c922b4856e2c7589e48d8d0f4d6b9f4b0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 633079e248cdefef2207c0a55608637d0f3410f53e5679c589b37ea7965a2cca
MD5 d31aa4e1f34ba44858d58eac23454e0d
BLAKE2b-256 efabfe274feacef6de24f5ce0e156a05bbe1c8bf52468805abb16afcbf16dc17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 14dee37da84653d1e483236d51bc0545e6442e0642ee362526db6599fd3c1733
MD5 e5bca1b3b934d7647bafafe3e3db800a
BLAKE2b-256 52563eb4e42e699830cb12c1953a689ead0c5bd8afe2f7c673165f085dea0a0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6bb912b4681d55dce63f940becb7f4533661cfdb99cd6cd3daa7d7b5e285e977
MD5 9c17d42fbd1c4d7c3c61d0413f8adb6a
BLAKE2b-256 5b957c4bd4045d949598243592b481008c64c45b02b1dbfc5643f5a8c934f324

See more details on using hashes here.

File details

Details for the file pymssql-2.2.5-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.5-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 29d647ef61641cebc0e16d4a549b3f793f32bab88e7ba7c7550772a7aba9dea3
MD5 616740ddcbf9d8777b1a700dd0a39ded
BLAKE2b-256 b2c36d4c0c4e7db00c32bc326aeae7f30350977f26f4d8f7f393d012b69a1f1a

See more details on using hashes here.

File details

Details for the file pymssql-2.2.5-cp36-cp36m-manylinux_2_24_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.5-cp36-cp36m-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 ce9e7ed16793c72d28e80506abd59a06b594fc55fe24f6256b7007b5b5e26120
MD5 1887c0e16c89ca18b6c30fdf9e878e92
BLAKE2b-256 bcaf503da3351f6301ee1af5e34b10ba599afd67d20db0c70b0d05d4af56947f

See more details on using hashes here.

File details

Details for the file pymssql-2.2.5-cp36-cp36m-manylinux_2_24_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.5-cp36-cp36m-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 73b747261cdf8d69395823cf650cf143d618ada412cbec90a88e4d449e7fa7f8
MD5 acee85c8d7a3c5aeee44bba97c566d1c
BLAKE2b-256 9d93fa0ea2230be89c7b77fca5a643cd461d2a7ed2b2fceb61f96e232365c209

See more details on using hashes here.

File details

Details for the file pymssql-2.2.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.5-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6bf813ea0e4a0bfbb53a3469125eed06635222ea729339403585fd45f18a7812
MD5 93baa5891a97047e2a9a795adb9c2244
BLAKE2b-256 3a5ac019d32a8f082633771e4e94acba7ee04c431160d9efc33d4c47961dbdaf

See more details on using hashes here.

File details

Details for the file pymssql-2.2.5-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.5-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ac80d1d11703120b986c604ddf4993c3dcbcbe907b04e34729c5aae2891399c0
MD5 6344bb480f66349a6266b48001eaf21d
BLAKE2b-256 4fa9fc67fe0bed7dd5c512f3ae851f1ed09b346de60894f459aaa96328201ffa

See more details on using hashes here.

File details

Details for the file pymssql-2.2.5-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.5-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 00f5b7e22bf7eb0faa5c6693e02c00f10ecc89fe505bbe84d553352681c2a749
MD5 19b97a6a1457e5bf6206cefcf1ade82a
BLAKE2b-256 ebcae6d35729283b560d0b8401b7e219d58464f9da55ff33500369247f187a0c

See more details on using hashes here.

File details

Details for the file pymssql-2.2.5-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.5-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 92262bf5d21b6d80e887d6fd0f03ab6337dad39b642b1887416cc67b1bd04cbf
MD5 ad49250d8458e64d4798cd685fa62135
BLAKE2b-256 5e5f2523a1fa68d81a61e34c77633f7f731f8ccd1e6964e0274fb76af59e73f8

See more details on using hashes here.

File details

Details for the file pymssql-2.2.5-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.5-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9c90bc134a0c5c60e9acf651d87275c7e6dc6682981f62d574fa3dd441acb0f2
MD5 3ac48ab39094f96c242f4cc530ea42bb
BLAKE2b-256 9a6dd20882e975f110b3810b8289b53c9dcce9f975dd3f9305f5262381336389

See more details on using hashes here.

File details

Details for the file pymssql-2.2.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.5-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b5dcb4e4ceb16592a5d9ea3868162f21e7c215dde5c5e7f992709696c84a69b0
MD5 ab03b6c7b6d2e0e0e8406b64f4061236
BLAKE2b-256 9a5c4e039cf61bf17014bab1a272438e73a2eae26f226c22e058447eadcb83a6

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