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.10 - 2023-10-20 - Mikhail Terekhov

General

  • Publish Linux wheels for Python-3.12

Version 2.2.9 - 2023-10-13 - Mikhail Terekhov

General

  • Use FreeTDS-1.4.3 for official wheels on PyPi (fix #847).

  • Build wheels for Python-3.12. Thanks to Raphael Jacob (fix #851, #855).

  • Use manylinux_2_28 instead of manylinux_2_24 when building wheels in GitHub actions.

  • Fix build with OpenSSL on Windows. Thanks to PrimozGodec (fix #839).

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

Uploaded Source

Built Distributions

pymssql-2.2.10-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12 Windows x86-64

pymssql-2.2.10-cp312-cp312-win32.whl (1.3 MB view details)

Uploaded CPython 3.12 Windows x86

pymssql-2.2.10-cp312-cp312-manylinux_2_28_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.28+ x86-64

pymssql-2.2.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pymssql-2.2.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

pymssql-2.2.10-cp312-cp312-macosx_10_9_universal2.whl (2.2 MB view details)

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

pymssql-2.2.10-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11 Windows x86-64

pymssql-2.2.10-cp311-cp311-win32.whl (1.3 MB view details)

Uploaded CPython 3.11 Windows x86

pymssql-2.2.10-cp311-cp311-manylinux_2_28_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.28+ x86-64

pymssql-2.2.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pymssql-2.2.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

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

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

pymssql-2.2.10-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10 Windows x86-64

pymssql-2.2.10-cp310-cp310-win32.whl (1.3 MB view details)

Uploaded CPython 3.10 Windows x86

pymssql-2.2.10-cp310-cp310-manylinux_2_28_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.28+ x86-64

pymssql-2.2.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pymssql-2.2.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

pymssql-2.2.10-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ x86-64

pymssql-2.2.10-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl (3.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.12+ i686

pymssql-2.2.10-cp310-cp310-macosx_11_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ x86-64

pymssql-2.2.10-cp39-cp39-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pymssql-2.2.10-cp39-cp39-manylinux_2_28_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.28+ x86-64

pymssql-2.2.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pymssql-2.2.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (3.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

pymssql-2.2.10-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

pymssql-2.2.10-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl (3.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

pymssql-2.2.10-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ x86-64

pymssql-2.2.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

pymssql-2.2.10-cp39-cp39-macosx_11_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ x86-64

pymssql-2.2.10-cp38-cp38-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pymssql-2.2.10-cp38-cp38-manylinux_2_28_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.28+ x86-64

pymssql-2.2.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pymssql-2.2.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

pymssql-2.2.10-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

pymssql-2.2.10-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl (3.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

pymssql-2.2.10-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ x86-64

pymssql-2.2.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

pymssql-2.2.10-cp38-cp38-macosx_11_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ x86-64

pymssql-2.2.10-cp37-cp37m-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.7m Windows x86-64

pymssql-2.2.10-cp37-cp37m-win32.whl (1.3 MB view details)

Uploaded CPython 3.7m Windows x86

pymssql-2.2.10-cp37-cp37m-manylinux_2_28_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.28+ x86-64

pymssql-2.2.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

pymssql-2.2.10-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

pymssql-2.2.10-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

pymssql-2.2.10-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl (3.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

pymssql-2.2.10-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ x86-64

pymssql-2.2.10-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (2.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.5+ i686

pymssql-2.2.10-cp37-cp37m-macosx_11_0_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.7m macOS 11.0+ x86-64

pymssql-2.2.10-cp36-cp36m-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.6m Windows x86-64

pymssql-2.2.10-cp36-cp36m-win32.whl (1.3 MB view details)

Uploaded CPython 3.6m Windows x86

pymssql-2.2.10-cp36-cp36m-manylinux_2_28_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.28+ x86-64

pymssql-2.2.10-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

pymssql-2.2.10-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (3.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

pymssql-2.2.10-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

pymssql-2.2.10-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl (3.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

pymssql-2.2.10-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ x86-64

pymssql-2.2.10-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl (2.6 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.5+ i686

pymssql-2.2.10-cp36-cp36m-macosx_10_14_x86_64.whl (1.9 MB view details)

Uploaded CPython 3.6m macOS 10.14+ x86-64

File details

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

File metadata

  • Download URL: pymssql-2.2.10.tar.gz
  • Upload date:
  • Size: 171.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for pymssql-2.2.10.tar.gz
Algorithm Hash digest
SHA256 a6b8ffc5cdfa38b3ba9b9c8d537a1058c7e3b64dc6a6d3c13ad8b663174bcf71
MD5 297346da396768518f00c285abad530c
BLAKE2b-256 b340ebed32c99136745afafc219d83dbf758ed06c36cd662f8582a97485b0176

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2b9fa3183c23d2689128cda1cb380e6525d840b4c98bc0b32e8d4155fcd9db40
MD5 9fbd9803cc6ddef27ba6f97096fb956f
BLAKE2b-256 612ac1f85f3ec83fbc7b03a7a089012b69a1306772512b692785d28b453f984d

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp312-cp312-win32.whl.

File metadata

  • Download URL: pymssql-2.2.10-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.0

File hashes

Hashes for pymssql-2.2.10-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 77322e18dc116e098d59aeb1f4fbbe58b77a42d7d7727bf9e660713f7e20a54d
MD5 e515e48f60b87b996621ca4676a87462
BLAKE2b-256 5b60ca76532d3a72a9f6d5fcb9c9cab3bbb1f03c6eb1b300e952e33b440c3367

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a1ad363fd24d14863892f96fa2761ab9a29255d49322ff22118579d2967320a7
MD5 c92e661d7a37facee316202d861fdcd4
BLAKE2b-256 8cc75d012a1d988e9b5440ace8e2e8c90fc71c4a44e174a7b9ca1e701839255f

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2dab815204b9f298961da93af0c30fda982c2f143e3eced84b36945a3ebe3911
MD5 f8f67554d0bb646489cd7e9d8fd05b28
BLAKE2b-256 a9a4bee49efe994355004da1e2412b4c16629e7d0676918afce414a61ef8f6a1

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6eb8afdfc0b5e3ba82808ba3558a9fa1b762295c9e1491cff306dcc592a8ac8c
MD5 68d69af8e164fc590d64a93fa3238ceb
BLAKE2b-256 159b282c1653246c855722c4281295f1fb75604061a95617fc4bfabd4bd09c1f

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ba44147490ba9aa23aca0f7e348202af6643682fc88b6419981012af8e8388bc
MD5 57920cb0036fffaf22c949e46ccfe772
BLAKE2b-256 b605cd82044769cafd2c3037e282dc1137578f266fcf5a25342b8bce9571f538

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ea0291a7916c94c0df1aa7ab948580a1aebb7f73181d9f3b9d98d37f8edd7528
MD5 181eba4b5aab557efbad92dc35ab710f
BLAKE2b-256 a65b1b385f597321ab8a9f8dab8a8157fdd30708e36f3bbef1d99534b9090446

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.10-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for pymssql-2.2.10-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 21761842b098e0e51ba948233e7c82d5b8e4bc39e4a5f28d252ef19fcdf25413
MD5 6230565cf5ee6c5f1039c8662066b794
BLAKE2b-256 d7fad6a610b27ddb763c59cad9266b46960abf5064bdffabb027368be95cf58a

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b78f808a972219a6f72c010efc30df03d2b67a2f9008ae155460495de0ba3b4c
MD5 ec490fb971999f59605e9da8e73d514f
BLAKE2b-256 6f83fe7de6944e905af2b53e86d20ce366439b07c7e1f41c7260d9d79f18d2f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94835123196ce12c3176301757836447cb80be183603bb17eeda6d42b8f31451
MD5 d6b77d04ddca792176ed4b13e0971516
BLAKE2b-256 f175fa7415c3dcbf4361655ee74e4f6749a897ffbb956820a1e13e2cd69bbb8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ffcba1f01bcdb7c2720debeba1b418e1bd0253470911c1f3852f2edf5ff38b73
MD5 b38afee848ca0e77b5250cd927ed4098
BLAKE2b-256 86a1abdfdd25dd5b6a7c9f2d54fc085f63c343ccd065421a2c1ba82ecc24c2e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9b01a4ca1de7e4e8267e82c849f455acf12241864324976844334638bc2e3366
MD5 50691f4da8ca5299bab5f46a04727968
BLAKE2b-256 f46b69902ff994e1d8db4e498ccdb4773bddd67de06554190b05de170b760bfb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.10-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for pymssql-2.2.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 904def2be4b055b1cb32cdd212da17f89d1569a1a51e50fc417ff8a41c3f16ee
MD5 32a164a627660988aa5e818e6d11e107
BLAKE2b-256 8371c9af57a35f18752479e4ef01d830e48690c3a6d1572f8a499ce5ec111dc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.10-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for pymssql-2.2.10-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bae2f75bede8d5f7ba73ab1416ef6e25f3d1c1c21348b817caf099dcc3cfb4fa
MD5 45345092e44db9b15c7c67856f0465e1
BLAKE2b-256 e1817631b22486048e328c76451e1747920d0e10ea479842e1762d38920f9466

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de1be6e0fa8541cce2a2dff8eda197f26ba4f24b35c61b2b503a24962292d5be
MD5 e112dd91975c4f3ebf89aa8479e9c887
BLAKE2b-256 d7ffc32f648a9b32112c1d270b135a3bd9def0bc4a640367db3e9098fe3d0dba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c837e58416634d29905b006096191a5864dd61e81283cd83f19d10fc68a796fa
MD5 a726aa18cbe93e73ac8c988e9912ee0c
BLAKE2b-256 89cd31485c157e290e26ef66e52112f38cd05e289ac7005c543b9cb0f17a9927

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 75589914b8b562527b7ddee0cd372990d0526769c4ebcb280dd9c40485308d34
MD5 ef510cf86e533b53cb955a040a82396e
BLAKE2b-256 18e67286188acb5a16bd45ba93b3d502dd3cc80a129efa14b0e3b1f56835873d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 83d154ba3d7fbcbc63e58da25a274a1b1ade5d9ca51c12e1e28558074982728d
MD5 ab813249daa913aa0925b5f71fe42e82
BLAKE2b-256 ba3feff2de8f82fc85b42df3b7ead72a3eb575a6794bea519c160eb8f0ed4278

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 37712ed768dc06421db65464ffff62210cbbff335c54e2318cba20a8ba87b491
MD5 12df10d5acd57f84729a07ddb6199557
BLAKE2b-256 426e80d9ffa39c20233cf6df6c605f854c98fe62edfd9be346f6028daa86460a

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d01eefecea6d42f0da2d6d5953f4b7a9d7cabb0374354332628f0780cf0a84e0
MD5 abf21e6bd3d76916ac3ed830ce72f8bd
BLAKE2b-256 1c4e18f3b03ca728176a09b2fa7919100332468deabdcbdb72db94df31defe02

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pymssql-2.2.10-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 08fb96a5f59216c07ff1c89975bfdfb5bf45b7bd2d2abe8b67a79dd1ad12f0e7
MD5 f494dea80e7886c1075a251af77153aa
BLAKE2b-256 5d9f95fbad1165066e79770a1e5e2cc3090374a6ea262321f0736859bd441568

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.10-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.2 CPython/3.9.13

File hashes

Hashes for pymssql-2.2.10-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 309ea54d61ec9b46b3f0b28bb3ec66989d518d1fa56d487b95af539da8bf3ff8
MD5 20259d0f6e64e2ee06d14eccafe4c7d0
BLAKE2b-256 ea565db90d32874baaa2b25910131369abecbaec0a2d1f1584b4ec73ad44934b

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cf0f8f2e56211df67d3682ba2610ed587dc81253ef46dada40212b6115e4cbca
MD5 4351a7955fb94eb0c325f97ecb4113c6
BLAKE2b-256 422c3b10b717e499bf8985a520db7875e0f65dc59b3d696313346b8ac3d7e07a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a024b118aadbfb47bcd896c378a6992f16f57dd4f245790c041698b28c70b31f
MD5 299e149b72a8c948e798777484420b9f
BLAKE2b-256 423eb73ae7734821d76cceff3935d28d1b949785266f2387f765e1de4da5dbe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0875009d57d3df36eac751f47448cb8e1e7afb748ef00726766bb5e90e079725
MD5 92e4b290945abdfb2a1e723b66c3aaea
BLAKE2b-256 1ccf4bde589c626ae4bd5d4670277576272d9bc6d6fc0922c99603f94e9f7eed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7c2e1e42000264c36d820014ef493b9a0b4435c24225d0c627c8bfe2df92c732
MD5 494c3b006f1e22cb797b7ea149268a3b
BLAKE2b-256 bdbe02c79d708cfd441803cda0be0a3e1c9e64a03ecb8c071539b24528b17eb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 efadd0c4f9fb84711a73b6e33a0b34c9bcc8c32f2758c695d57861adb9ad9490
MD5 64b7573ff4539f990d08c33d5a912d73
BLAKE2b-256 2f486c2e277bb156b5b8a273ba3b1e7375071795109475fd38550dd67000ab27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 0d15c78677e5fff925e6a6cb8172bbe80eb5fa2f81dec9ba2047a13e4cfcefe9
MD5 7c2b5cb88f048790e70fd711399d1a29
BLAKE2b-256 6a4d0df124e07e24f290f614bb244e51e3a3f3b8b7aa7b00f780f6cacf53b612

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6c81ce53cdc5a51334edcff80833ae4dec5ae43d350c07074bb42164062b04f5
MD5 3d44d8a5b757026bacdb39a025589f63
BLAKE2b-256 56142506eceda05ea5b8597c0af1116842c762dcdd597f5f91de5b37b3a04944

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5a1b6b856c276ecfeeab46608f1bda67e3b0687c8387dbd72a5e8a0c27817baf
MD5 51c0b2abf6d1c42f113a557713c5ebc8
BLAKE2b-256 fa6131be50e268bec0f9ada46b7361c349430bf6e026f93ac800e89236b9102e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pymssql-2.2.10-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d65d26612454c4475d550fa84b087b7f8125ea789f8db93f7930ce9614c174fc
MD5 14c40bb4f093e7e3a875cc80baae06e2
BLAKE2b-256 385885bde3ca905f259bb0c2996e5e7383f6d0005f5b191260c75494be6fb19b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pymssql-2.2.10-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2dcdf240cfd96c06b3c5193d7016a0c875f4874492af76fe38082a6c2a9f75f9
MD5 89ac6c6ddcec8ffd2a5b083aa310d710
BLAKE2b-256 dab7eea58b2745135e695080984ab38e8e119c24323da7afb84090c1073b8546

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp38-cp38-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp38-cp38-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 65e65366da4c554ff7b37df85c8cb120523b676559983c82ace657b95e6ca2a1
MD5 ed68642fad1c8cadca45fd9d0ab08ae4
BLAKE2b-256 bc433f112ed7e8961255762342c4bb8f3b51f7dce823cd814527ad9c0a0a1f17

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e3acf2e192d221619c4f2cde848d6728e80475a7d797790a40ef0fb0905d31b
MD5 9b7a4c3110a6bc1f677d7ccefe0ab60e
BLAKE2b-256 99c61ee55c5b3d9a2cadb3c5587fabd904a5dedf5f0bee28488f64fa43bd6180

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6a5fbad20b37d52f831ca18c8962e45583f6f2c99f383ac5ccc0cae65fe9f648
MD5 eae7afe7cccfcbaeaac8e9150ccebb41
BLAKE2b-256 62a054f6f340405d819d71bd876b9ba41ff530ef3ca83cdfb083a0268d65e086

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 47a135bd21da454bd80588384746b496b1e8c5945c194c8e465fecd3a3c87bc5
MD5 21c5ecb1bd0c58c11866b366ae1fd618
BLAKE2b-256 38360c79ef1102998f7a85edd81163ec4c6ec768f8bfbbb9af543d5cd1420836

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9d437ad3e9ef2b32391abbbbad0059d620c0f08f32a416d88cf5b4fa67b83927
MD5 63418b24950da9df56bef03f9ef8ed16
BLAKE2b-256 8438557bfa7a6dfa57c68f090abd6c5f593763eecc67858ba33db95c2568cd69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 984ed8d56aed277a0d769e00f258e7ba30daeda46d59a3a372e473f3a518c287
MD5 61e8f9fa6421afdf6fd17fe413c953d2
BLAKE2b-256 e8f9ea9ef4d4587f13c43c65189c5f61222d72f4e9f2033cfce29c944d51d168

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 59d1543522e94c3aeb1a0e1732d0cb739552a61773bf4802b382a7e3d92837d3
MD5 680991e8d82dcc72dd90f00d0d1abf1d
BLAKE2b-256 36956ab715f9ff2780e649f0b9626c8300a32294b75b4c063153ffeb1ae578d2

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp38-cp38-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp38-cp38-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 fadee967a8a4c7b208e852c6cfd8e6b6bf92820ecdad9430a96e2a9c2498cb4a
MD5 cefa5209c28e52b3de6c08b4cec2a665
BLAKE2b-256 cfdee43edfb32205c5aa83ec018e3115f64c80df585eb0268171292d7929d146

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pymssql-2.2.10-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 1191d1e877f13cb8bb7b4720c550cef1f904343528b5eeb700ed05eb1f5f9ead
MD5 badddbc19c7b24dbbe23441b8d8893b7
BLAKE2b-256 1006c278a2b7442f14f1845c56f234154411dc1dc31f2bb097008c9fa44991b7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for pymssql-2.2.10-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5fc9463100698e71979af6ec4c7748bc5decc6acf6a06bfbb73fa8ecdf5ed508
MD5 fa2dbd469e567415b7202d292de5e157
BLAKE2b-256 7b1cae714c32156434a5f24ebf36b6c6fbfa871ace470346118dedaab4e69a81

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp37-cp37m-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp37-cp37m-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2a9ea7422f596dcc595539df297cec5359863383ca398d5d428c9b8f6a0cb8a
MD5 775e438f2b9b17d23b350c9cf75e8a78
BLAKE2b-256 e2be021e2772311a89e45858658ce32d21814ad5a73efcbd09d2852902a925d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a13eddc8f970884dbf2b5cad678b8e8cbe463dc8bcd081e9c42d3e3968b46484
MD5 6ead21208ef4505374e47b81b72989b9
BLAKE2b-256 92c46345f66fb006fd95048f7ee7419cd61f275556742aad31aad5f979615eb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3aac611291e75d6ab8cd960055776580a475300272fe12a9cc732ca574887e71
MD5 e87d03d80607a8f914b22f3e19c8287d
BLAKE2b-256 86b13895d1bff04a54ca123944ad0e2e0984345dd9be4635283963190f1e8181

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 21a41f32223da4fd1441b10642475995da07c4f431d27d6cb008caa9b38640da
MD5 5020428c646a7d3e012a482800f65f23
BLAKE2b-256 1e0d0a7b1bd763ed261ae49a8bef3e92530ca48acef6f537dae11afb75b50b5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 42926adf11f0ea3a2f5014906ee2b76ea8c6b76e73a09ec90d019a2f8d11b1b6
MD5 77ac137805e825743f29f784e60f6eb5
BLAKE2b-256 f838fa79e5b1148f9e51a09a861ca0fdcbb5699fac7e7105203f4c7aa0f5b3e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f0d3a0406d024e9f6330a45d6186edef2a12af45706e44538d25146b8555187c
MD5 badb098d484f4b2fc9b6dea58c74b8ca
BLAKE2b-256 f8ea746d62df8a74a00460fe465b7e2748a20c5970bc1394345cfd73157d187f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f95fbd56e673662496470dc958537ce7b1f799e9cd13f45f468a67eed4feb6a5
MD5 90797f7b4e6fd70e81021dcb98e840e1
BLAKE2b-256 b34af488d5c9c8a856271016e6beef5d3915022345bb6cf8301cda4f00e0ed1b

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp37-cp37m-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp37-cp37m-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7ee477e576275c212c9cce4faa16e8fdfed9a7f2ec7bc8a5324551d8aadeece2
MD5 83a64b5977824acff4fb025e5d122e9d
BLAKE2b-256 697bcadac0e49d72ec0fe8c79a21995d9bb8d8af3996e76da09df589f9fcd9ac

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pymssql-2.2.10-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for pymssql-2.2.10-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 0ed66eeee0721863cd96538b99896f44c7e2196c173fb1771b1cbd009ee9fa17
MD5 848bee9c6784706be253283f0c794f05
BLAKE2b-256 cc42d231177b8aafd8a28ce5c943b5e7873a5865248c2b717106e796b9d7a234

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pymssql-2.2.10-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.8

File hashes

Hashes for pymssql-2.2.10-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 01381bf8a4ac749f67d57b6b354afb56d710be53eabe9aeff5fb4aa464f47bf7
MD5 44b9ba28bdfdf4227850672932ed6a31
BLAKE2b-256 6b00746469783f38a80c10c369a366d5fd8b2a791cdc2f3ec27d90a5cd0e075d

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp36-cp36m-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pymssql-2.2.10-cp36-cp36m-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5709faf6bb5a1226cf57fb4ff0f7a552ef25778698674edb9842fbc87d4adfd
MD5 5abc84d01c92d0a88050d5887ea1344a
BLAKE2b-256 dc3d18b05e9c84cc8ca5cddc0c305a2c951b779260b1fba117c8ce853286f86c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 883ab03ac3abbf474f25f8bf3fcbe362c42ac3ba61d6284c68dd3f13d0b78987
MD5 30dd24dd2e316c096a41517fb9ecb2e6
BLAKE2b-256 68e545d7ac7e3948f4f35c3c915534a28b7f7cc37953b9e64afa1bbbf1bf5d1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5111719497226a88f44ff9a6c86bea59bf9f6fd6f15f623b05ac115b9b9f50ba
MD5 5d359f7a4bdeea1749d6375152506bbc
BLAKE2b-256 cd4860a3a166784572e4c97db40903784eae066deebba7c183e1cbcf0f267d2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 923f3006415d788855c48a5d1ff4613b0fc1ea27d6116e044929cebf27e035b3
MD5 7e6a22afd7bb71c92249daa7269b3034
BLAKE2b-256 c7bc406913aa48e06eff00382e0bf95ef317eec5c09a4b0071b851f348eaf3dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fd219e3dc94e3952fc6ff734930a8ba4f30423b098442404d876747b1fd194c8
MD5 9245e5f5c9eb2389e171be9083da2d40
BLAKE2b-256 e627ac372acdddd9a5b5534ea9baa9aabb4b348bb08a00b8a5aca5d8153cc85b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7cd3d7fc5952e7d3a1d96ec51b1260d5d4c70e4a01712e0f758653d0d1a7bdfc
MD5 e3d62b786e9a490291cd3bf952e3634c
BLAKE2b-256 c942a8cc253d3aec1662f4fe9566a43771340aec7336bcae14dc437642adbeb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pymssql-2.2.10-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 d53f347d0b8903400c3f0d72d8cd4b3b8638d826ceb8aa1592721bbf4c4376c2
MD5 ddf33fc41549607afb557f33689e0289
BLAKE2b-256 5cdf516c9b92d083da7bf2f85543e8acf8452d7f7b14b937f5d5469648d3614e

See more details on using hashes here.

File details

Details for the file pymssql-2.2.10-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.10-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 1.9 MB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.15

File hashes

Hashes for pymssql-2.2.10-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 4297c6b3a6e9d92bcbd5916c98c9a790208f2510982ca1c93f4064ebe7e65c54
MD5 5e09fd4ee724e525496072d7a64d6c98
BLAKE2b-256 3daadf84d98054aa734d74e80472bed605ca6458db81bf7a3f2d3dd259a2f311

See more details on using hashes here.

Supported by

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