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.3 - 2021-12-21 - Mikhail Terekhov

General

  • Build wheels for Python-3.10.

  • Use FreeTDS-1.3.4 for official wheels on PyPi.

  • Enable krb5 in Linux wheels (#734).

  • Fix UnicodeEncodeError for non-ascii database name (#484).

  • Fix pymssql.Binary (#504).

  • On macOS check for FreeTDS in homebrew prefix when building.

  • Some documentation changes.

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

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

pymssql-2.2.4-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.4-cp310-cp310-manylinux_2_24_i686.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ i686

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

Uploaded CPython 3.10macOS 10.15+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

pymssql-2.2.4-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.4-cp39-cp39-manylinux_2_24_i686.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ i686

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

Uploaded CPython 3.9macOS 10.15+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

pymssql-2.2.4-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.4-cp38-cp38-manylinux_2_24_i686.whl (2.7 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ i686

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

Uploaded CPython 3.8macOS 10.14+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

pymssql-2.2.4-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.4-cp37-cp37m-manylinux_2_24_i686.whl (2.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.24+ i686

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

Uploaded CPython 3.7mmacOS 10.14+ x86-64

pymssql-2.2.4-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.4-cp36-cp36m-manylinux_2_24_i686.whl (2.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.24+ i686

pymssql-2.2.4-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.4-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.4-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.4-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.4-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.4-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.4.tar.gz.

File metadata

  • Download URL: pymssql-2.2.4.tar.gz
  • Upload date:
  • Size: 169.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4.tar.gz
Algorithm Hash digest
SHA256 6ff7867699997e73114d96314361696ab1a49a1250b6b5d6f884c7ab380a5b82
MD5 4cbf51b7ecc39f7586303ac531ae7486
BLAKE2b-256 4b5fe1707ea81e8ed367ecb919026370353564ce086b6b74fa51823c666acf09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-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/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3a922873b06b65962ddf1964f4a50d60b0ef9198bba54b6b4f2f2b7b642ff23d
MD5 2c8bdeecbf035e9876d8dc08a5617039
BLAKE2b-256 fc4e18ed4d304d3138aa435d0f6c58e7a6beb1c2a481dc7e7de6cd1d7c5370c5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1ee1f6c79f6f29b2bad3d72aef221e82634c5c49d050ebfac285c88cdff4ab0f
MD5 c0369e2ff4c2647206bc277349104516
BLAKE2b-256 4a5fa8fa47ba0af94fc24ce228b76c999d49503442d47e5d8acc4bc173dd1e94

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp310-cp310-manylinux_2_24_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, manylinux: glibc 2.24+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp310-cp310-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 ac941251374fda6480f60361c7a48c7d0530fd51c3b3f85e596ed43af7970825
MD5 d2f6508c03006848fb5cb2ef18fc83a3
BLAKE2b-256 7f273336e773bb5c092125e0ba1e965a770bc660cd5b6c07978b89c8b7edbc88

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp310-cp310-manylinux_2_24_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.10, manylinux: glibc 2.24+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp310-cp310-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 a97d0c11b26fe35a988d7acc40c837ed9cbd721d44376d92577eb836936dfa9a
MD5 aaddeee3966e9812e0a49dc31c810771
BLAKE2b-256 ee402078348757e9625e81762d941be3fb1c38b07099edb8492e991cc65fd071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76699eaa7af652fddcc2ead5ec2cd0487bdb962d87ce0b517025632025235390
MD5 9ac0351eecdb855f59037ac2e13fb58c
BLAKE2b-256 b78986d3fb65ec8e6692d995f5bb6d544ca74ff94f8d954793c51ae643da6f1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f64c0d3c17ca995ba183579377246a8c5ca9a2819c32b17570d5de6373b0d996
MD5 4037af385317607161c440e01d95408c
BLAKE2b-256 d172ab58af45f5bdb0a835fff9cdca9c74f990ae55aa6826a1f1c3f0f3991f66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.4-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 83697fbd5d03619937e5128bce3428624b4cb7de9c1560eb46d1c891a074c298
MD5 3d1f6fb8144c45f7e9ba0bcb37012d09
BLAKE2b-256 b5a041e17a8c7e5637ca580ed97dddf777cff3573fce34bf673b8a7693f473a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.10, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9db1fc72239c668bb1ed94aff4ef69d361a6c5cb629c4977dc9dc2ee561ed5ac
MD5 a8dc57426add53532d87dcd1865e0ece
BLAKE2b-256 2aa5176021d762a94dc8deb5f17b49d896e1aa5662d087a1012865b92e73e27f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp310-cp310-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.10, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.2

File hashes

Hashes for pymssql-2.2.4-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3284ea2fa08215213da756016d75af9930a65f7173e2481fef6380ca0130e979
MD5 5cf0eafade24bf3b1fed770033a74bfb
BLAKE2b-256 0e1a486aac539bdfadf2a6cd81d5d0c5ccdd593bbf6b93291a5a7d978c6d45f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-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/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pymssql-2.2.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 95a8786094c9ae30b6e322fabe89e8f50a636d05c34f2d17add9bc9643c2a6af
MD5 b3632e9a329d9f2e7b7834f3104b7f67
BLAKE2b-256 6d10d29d015c6f7ca8d045e22a16ccf4b02638d25b1930adaf456b0e5a064dfb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9

File hashes

Hashes for pymssql-2.2.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f694e31c28d412833e8ec3331fe4363d52ec3d0a3b1cd314ef432aba5e6cbb7c
MD5 ed0eeb6f0f4cd7ae0bb1ff7b3d5b1dd6
BLAKE2b-256 4b9a7a4526725a6c93d218dfd470cc82feef7ae004df28b2b93c8e31f4aaa853

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp39-cp39-manylinux_2_24_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.24+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp39-cp39-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 e441e76716d06216bbcbeb24782aaf2f2d65b28cb38c971aad35f11346fdfd83
MD5 e80694de689a1e52a49c79c81c9b5ce9
BLAKE2b-256 529bc78b755f20c9c0a0334728eb55054c062d4665726ada831b024bbeec4c99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp39-cp39-manylinux_2_24_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.24+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp39-cp39-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 48c54c805ae7704717bb8ab146b95084ced2b7aca87264b525404cebf1222240
MD5 abd03e74bc2958cc06859fff3f4de13e
BLAKE2b-256 ef88b802ea1fe860455cc240b3a45ffa227bd0a666117097ba9e22d8c6074fbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbc098b6846dabe967df71023ebec857e634a4d113cae9f0e58fb8ab9d9f053a
MD5 ce025386273de1afe536c62a087ee793
BLAKE2b-256 44ef9a24e7d7dcc5f89dfa161005b72357518dc7daeed49befad01efa80478d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 823b0dc5a9feea197823d95f1e3fe7aa8b6b3ef3d95a31351e2c40024af74d4e
MD5 dc8a25160d7b1ce863173cf479215e9e
BLAKE2b-256 e77d6305cbce84a94e4ea616a93edfa77e4a6cbd858fa6bd7b5f1ce07684d699

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.4-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0b7e1177b30642351c1514f703dee1a6ab046a25da953c5e0199478385d1a4be
MD5 46fa8df7422c618aea9180aa91c4c08e
BLAKE2b-256 f5dbe72b6940dd42e7edaa953e89c901bfcd79d4d21d7024ab45ea0e2d5ebfa5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 7b15014ef5bcb75f8f73228598a46766369d2af1adbaaeabd62976927800844d
MD5 02bc63c813ca37dfb0d98f078d616fd9
BLAKE2b-256 3ec3a3c6bc1193be0588f7e731138b6a8ffe285093e2283e0dd94c57c2b9313e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 539267209e9e41ccf3b2ad9f2cc79aa3967c8c293d9aec31c0cea4c25f0b2abe
MD5 089e70c77a97042bcc1a44bd3e8a2e6e
BLAKE2b-256 a2e79e13fba6a1474555dee2e8193b24ebbbb65333c6426d25f0331eb68f2f26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fbabea3e3d128953ff0b52899e2a183b79219a14e79d60f538ea30098c4f1c53
MD5 a3c72741b671be874a0cc4a4a9154994
BLAKE2b-256 dfb26a9d2ec2eca35df94df5295bd4a53a8c8a35739ee726f8ea4a9aa0547142

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.10

File hashes

Hashes for pymssql-2.2.4-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 27dd2dd82a716fb0516d24013b26920fd6f819e52ef624c6761592b6b74212d2
MD5 1d8d8dc992f1d37c428b5e753be70b57
BLAKE2b-256 8322ab815a2429129454fdb053bbd163a31541a6206bec71548cde9b483f04b6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-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/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for pymssql-2.2.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8aa6047f0112ca18c556a306a8a593442a17626c8b5d45453598c9487d7fcf6e
MD5 95fb8eb58ba91caf53b963a86963cf85
BLAKE2b-256 9614c14e908f2015877843d4fd7be01e6c941b5189bfad6f5b51324f43b4658c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10

File hashes

Hashes for pymssql-2.2.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 af2cb1ef4aa350093a9eeb627eccebea2b0f323b70f12ce7890261fbf46bfb6e
MD5 c07c3974acc39bc1dfe400ca504b44b4
BLAKE2b-256 ea73fb267be0623ab83fda8c13fe72ac5f0431a9d3dd05db924a5081bf56e4f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp38-cp38-manylinux_2_24_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.24+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp38-cp38-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 f36871a4c72ea49cdf538cf2e8634c2aaadf182bf6ad82af178be25e956480c9
MD5 7578484f25986e212f61040e852ef079
BLAKE2b-256 01fa5d70f5ff62c434722cc12720b97280e0bd3d5e5abd64c134ddf75186762d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp38-cp38-manylinux_2_24_i686.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.24+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp38-cp38-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 15454fa315e7e0672ef38f71b326f29db58824e6a585db7281368bf88fab1c80
MD5 2da20543e13961e187f088d4e3fa2500
BLAKE2b-256 d16a712a1e359d5640c88d6883a03d7cddd733b9565ae25858209783acc8f5a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16ef4e75785e6d7a41152d0661efa3b247f13b397249684c588b3a0eeb1d8d5f
MD5 257f6338b75a661431a372be40d92983
BLAKE2b-256 0047eec6b63ca718b0c897c710ddcfa6a51fac73d7fe61116d2e2b68fcccd097

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6bbb39d2d563d13381bceefefb39b29315ae96d4d84364101db84247995e961c
MD5 146e71826eb2a8d84940c07e0138d0a4
BLAKE2b-256 6956204a2ec9e8c733c8511b0576521adee5f2103ca04717952ec226c1bfa5e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.4-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 99b99919a6154aa4553badd249285ccef3ac7622d043e9653b83e9d5c8532f1e
MD5 5035fe0ef8cf584079d62e64c7eb7062
BLAKE2b-256 237ce10a2f764c95f47ac645f387f83b88496c0555485de2e559127d241633a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 38a9f41883e454c41ae5b1609726f1f48dc90c0e6b4525ecda18c91d120d7bb0
MD5 f46d8a116e01888b73aafe1c60a5bd64
BLAKE2b-256 d03747c9d0dbaa000172b37d77db3255f529387d6dfb7bb8cfe58a2ec02afa46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 631608059b1a1a5013776d151bdb3234b665d0ace5918aee17c7e0e08d2d83be
MD5 225244d15f3c734241a98b4156857a85
BLAKE2b-256 6b69fc8e1ad475216658dd77b40dafb1e570c8f81a7943506218fd59f75086fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 a345d7bb02fd42a8dfac9ca31a6ad423d04f1a11b3370de5f1e281ca375a70c6
MD5 634989056a94359ce0d22bdc03d869e3
BLAKE2b-256 4d9356aea65396cd810ffa85316a5104526c25045fa7c218cd2c6f39f52e8a53

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for pymssql-2.2.4-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 82a27f5057f17e486689e1d74e5778bc460c6a3dc5b94a32d7a69041c125784e
MD5 59b2a72d437a5d406a1a5a7c7ca0c585
BLAKE2b-256 c3ffa7cd61629b97bfc4cf1c205f97427e864978cb7c342bdd8c72d1720547d2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-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/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for pymssql-2.2.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 83ab5af89840ac7f8725449dc73371d2c23e8cb8bd17221486cd40c785057858
MD5 3aaaa328859a2316c18d9962285cf840
BLAKE2b-256 15194f972fb251e3d4b04ed0e788b0d1bdd5ae6ef6acff1259434a9b19a708c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9

File hashes

Hashes for pymssql-2.2.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 023e0e902377d00f295e3e452577b71345745a2b5c47adadfc949b1b9a82ce05
MD5 e3c1f79b9da95bde20d39fccd9c184de
BLAKE2b-256 fc2128d7e45b918385bb917498b6ca931784aee382a02406d06b848e6bb7e7fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp37-cp37m-manylinux_2_24_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.24+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp37-cp37m-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 74f3b6f33f52018e64eb54401176c8e514f374008a02e1740d9ad0e01065f3b4
MD5 52a31952044f470d5b52502a3a3e61ee
BLAKE2b-256 cb7cf6058885eec613890a03889af2f43af7fdb4cb534c6f2ac87b3f2afda936

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp37-cp37m-manylinux_2_24_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.24+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp37-cp37m-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 eb49db14671d44a5951ee99d7c9850c7f269485f03dc53f01abc4e3ffff41db0
MD5 4477b81f21f2125a305c982712b442be
BLAKE2b-256 afcacb0a03d9d417c8aa9856d21141275963895fbb13a02c9a134deb13b43627

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 33f9cb5e6feb1e37724b013fbb502c010fa738c024e623da99dc41b633bb99dc
MD5 69b3658d98b7b06210bc5ea68efa3be6
BLAKE2b-256 bf0269030716823c4fb71a1783372ac212836e0bf30cb17fb1cd2cbd9f04163c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 819268b65683596a1973452517f2176221e81ee820507456491e86f6c4779380
MD5 906016d22101ae4d0d1ac137bf22de0f
BLAKE2b-256 d9077b3702f423ab01ffe245fb7cf925cf28d50d389ac4826bfaa7c323312f14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.4-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7f769a06cb267f0039dce913c76d87a49a17a68f874f5daf8da662543e83ab01
MD5 d297213bd6cddb6341de722ba022e9fe
BLAKE2b-256 c514b76769234b31b73562db254c7b5c54a4bf533c73708e4f80f2858e67388a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 886b5b7c24cb89f53b2fbd97450c1056d4a61a980da59187e9b65b6b4d40900e
MD5 1b587aa37f6fccf48e6dfc7a144cc849
BLAKE2b-256 d3791463dd001555a2e55a46fac43e7dd3c9c9ee1b9e245abbf3c2c1392807bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0c75cea079f84d243eba3e5116e1d4cddf2c9422b2608ed0ce3707c1a948f0b2
MD5 e136117c0dd56c9d1284c80f77176a22
BLAKE2b-256 c8b9304d2de583aa9caa20c73b1edfc210c466f3633e4bd14feda9e36fb43cab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fe85fb8eb35028bccdcf24653c4db50ec8d376656b2353fd91c08582ce38a9bd
MD5 863a8a78b253f21fdf9a13ac89638fa9
BLAKE2b-256 225fdc811c345ed3828ba7cbda9cb9b32ffc213af7bad792c02f850fa2bea6fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12

File hashes

Hashes for pymssql-2.2.4-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 81e7ad8d936d43122e67389d56053d88296a4770ed859a36a1f7cbd6b5bca2a3
MD5 306cac14392bb9d4c90cad86c8f49d38
BLAKE2b-256 7a88b6c49b24222e1c2be9130d7bb8231d4a75fca560d3ea1c0b66a824a953e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp36-cp36m-manylinux_2_24_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.24+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp36-cp36m-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 fcd56b78a26030a1deab042921eceb6674e09a632923ec7f931ae87b20c35045
MD5 718f1591511b46352f8a4e16ea1f918d
BLAKE2b-256 f98ed79af8c0c7c3bb52fd18017c488c04b21ec939a790dce7a6ae24e9e10b15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp36-cp36m-manylinux_2_24_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.24+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp36-cp36m-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 b025b563deb868cb6ba7fb120839d5d98ebef4684c6b10dff90a0c8736046a48
MD5 db84ef52d263203889309254dcccd721
BLAKE2b-256 4de36d64528d5f06967c3e36317d46f8803b010fd42e029ba3eebc83da245f9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.4-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3e551c3db04b8a2462deed830c4a7e4155fd8f7b66b00c6ec0998740a3080aa2
MD5 75408d5ea99d257c28c0efc67e7e821d
BLAKE2b-256 bb5e6649f39223312971a2dc5a8c7a1ac490e28376282a3f4a23517a66978923

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25d73715b5eed2052b6e470973a8499015f8c442dd57adfb2a2bdff86f4b2ccf
MD5 1b6be95fe99032268cd7e77d23f21285
BLAKE2b-256 373e3e4d60abb45431e09d9bbda8f714288a6e004db54a5fefb88831faf1058c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.4-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3aed8be741f20cc597af0137aea4ebe5751101bb532167d8cf2ff19703c040e0
MD5 636d2e02114c962de759e3785c44c47c
BLAKE2b-256 09ee452446b20af53d546e84c369ac9f12f2399cefb9792ce56d7ba8637e7ec8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 3c1a54523488839805d9fd4411996290fa7953fd5eaa8960d60d134ca18850ed
MD5 cdfd40d4ee11e56be7590a24343179b7
BLAKE2b-256 90290666e8875ac0d578e6b7215adf3d2856c7df8609a6901c9c9480f96f9bd7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 451c4dd1e09bfb83bd51b8a34d557c3b9b13d82bb5333101011fa692c7dc7dab
MD5 6f210e5a9d017fb8a369410c6f4e20d2
BLAKE2b-256 6accc0e0857d5f99e8b76f46529b47c0c8dd4755d5c8613089cae4e0e4d2ef79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.5+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.1 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1

File hashes

Hashes for pymssql-2.2.4-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 2751e8c4ff1711896fe9f1a834874a034972cfda852163e97ccb817ea348ea33
MD5 6ae123927351de7ee9fa6d9cb22c182a
BLAKE2b-256 92acd7fb8553321bc0c8661f23cd251cc5f1e1c1390de62f00727e1df7e10752

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