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 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.1 - 2021-04-15 - Mikhail Terekhov

General

  • Publish Linux wheels for the all supported platforms. manylinux1 wheels are not compatible with modern glibc and OpenSSL.

  • Add readthedocs configuration file.

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.1.tar.gz (170.4 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.1-cp39-cp39-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9manylinux: glibc 2.24+ i686

pymssql-2.2.1-cp39-cp39-manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

pymssql-2.2.1-cp39-cp39-macosx_10_14_x86_64.whl (515.6 kB view details)

Uploaded CPython 3.9macOS 10.14+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8manylinux: glibc 2.24+ i686

pymssql-2.2.1-cp38-cp38-manylinux2014_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.8

pymssql-2.2.1-cp38-cp38-manylinux2010_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

pymssql-2.2.1-cp38-cp38-manylinux2010_i686.whl (3.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

pymssql-2.2.1-cp38-cp38-macosx_10_14_x86_64.whl (512.9 kB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

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

Uploaded CPython 3.7mWindows x86-64

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

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmanylinux: glibc 2.24+ i686

pymssql-2.2.1-cp37-cp37m-manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.7m

pymssql-2.2.1-cp37-cp37m-manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.7m

pymssql-2.2.1-cp37-cp37m-manylinux2010_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

pymssql-2.2.1-cp37-cp37m-macosx_10_14_x86_64.whl (506.3 kB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

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

Uploaded CPython 3.6mmanylinux: glibc 2.24+ i686

pymssql-2.2.1-cp36-cp36m-manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.6m

pymssql-2.2.1-cp36-cp36m-manylinux2014_i686.whl (3.5 MB view details)

Uploaded CPython 3.6m

pymssql-2.2.1-cp36-cp36m-manylinux2010_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

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

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

File details

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

File metadata

  • Download URL: pymssql-2.2.1.tar.gz
  • Upload date:
  • Size: 170.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1.tar.gz
Algorithm Hash digest
SHA256 7238530b45955f793d235664cc6f104d8b8fbcdeb6fa394dd22d8fe43748bab0
MD5 fb9af588fd20a43f2bc036f3f2394bb4
BLAKE2b-256 1e68ecb6fd0ee024a9ed8a852e7993ba0d059039a9cbc03a515bc1c8b92f8014

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-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.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 637432b07f9b6e5f0b1d77cec8b32b6d5ee182033c6c7b47ef2d5a3d9233ee4c
MD5 2296c880350266bf1e7870d07b6de4a4
BLAKE2b-256 905fb4326d660bdcdeaee6ac19297f0a67934849a3fb4b9afb90b2a62dc56c5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 13d0cce2716d34e8486cdd83602f72e13a1261de1f50a98ddf161d207e0f3ec0
MD5 67b64c0e76dd39c44477ef3d525dd196
BLAKE2b-256 f28f2c0bdb327b7edca5f13ab0ef24d409033374f64ca016bed91d1feba45a82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-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.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp39-cp39-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 6b845d1c940521d3ec344906208fbc001bef4913e780ae799ad06f4d9e197f8b
MD5 f132ba2111e686c8b286d41bd3e47b26
BLAKE2b-256 dddb3ce16ac05242fab034c2ca9ba4b5e451464cc81da369cf2b338de3f3707a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-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.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp39-cp39-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 c788534ff389d31742f71a8fae2922b6a498bcde8e3c6c650f15495f33e50e44
MD5 bab10ec1d34a24706e106da3400a2d64
BLAKE2b-256 167037fe65cedfaf2d6482a48ceab237edefe460b70410c6d1d0a2995c14220b

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6ef017731bd6e1ffaed4637e767c1983750f8b63de6f8e6ed1e700578a73b4a3
MD5 ed98129d3815b85617b8d371c3a008db
BLAKE2b-256 4c3cf6a289c6756dc8d3262712884cc966803ccc4f52d73878eac792fdbc4612

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp39-cp39-manylinux2014_i686.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fe53b55ef9572ac3d5f34f2acd3adf1ec9ee7d1f637bc59bdd58dc06c4ef4ed7
MD5 15996c2ce28625a95c0670087b023d26
BLAKE2b-256 be8368564feb9fd2dd024242fbc37d4ee1a6ca958a461b51c641724c30e039f7

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d28cec093e53f7a7e6242683f46418a2c0348eb6d22c5008d442028b6207e204
MD5 810f98455ab7bfee0c2cf893e0dd0d5a
BLAKE2b-256 877ea511320c8537f325a0b4b4c4b0fdb4a209a8980aa0e7b246077e283c9534

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 844883d3543d8da5037ef8a925a75d0c1de3972d2f9754f063c87c7d7f580b68
MD5 15bbf9e25f14ddc5680b12a1020db4f8
BLAKE2b-256 bcb36c0dd2ff861a517f83398b42c34ef283bfe7e54d040a4bbe20d83623d93a

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a67b45a91203a35251d427cd35a316e878a27d275f20a6ae815a0db6bb0769de
MD5 fce4e15cc9a0253846970d06ce8fafda
BLAKE2b-256 24f9bfed0e66f354e710399009109f89b3046a7a96373e036772b4cc32491189

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0acfb137c385b14a7b27c6e9c6c2a047e5575c45b85239503086895d8d71819e
MD5 5627c701df476d92c73afc79c2657051
BLAKE2b-256 8db514478be655f7134f88cf8247b2e1cc58420ed423efac423ee93e2a0c7eb7

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp39-cp39-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 515.6 kB
  • Tags: CPython 3.9, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 724432260900d1a4dff51da52f276741e143756712fbf285d8b228b2340403a9
MD5 8b912b1a104a74435388795836db7afb
BLAKE2b-256 d64f6b0a474b555a3d20292e726763bd70de76c5792a5be696f3e3bdea61ef2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-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.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for pymssql-2.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a9adf3ca9f143dace3d4d52bc056e8a70e5f956c4555a9e204ddf4937d98ba66
MD5 e83080f1942b790fecbfb6abf6049a27
BLAKE2b-256 5ca6f9b07c56042eb020e26317dae90c7984da1be58994be06e6d5e14ede4136

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for pymssql-2.2.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a82ba1f66f6537a42c54704d0da171a1541a3d88225d6e9ba6a17712968b0980
MD5 2b29d575221517993b1c383d4a2c0769
BLAKE2b-256 b0a79c43219a97aaa81d5a865bf592d288759c7dfed11882c4ff47ea2f3f1210

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-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.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp38-cp38-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 fd2c537c798d2e0166cdebd2dd29f1a676fc508d664cf1fefe69ae51c3004a82
MD5 a3fa6b6c35f7e76f2a964837c7155996
BLAKE2b-256 5e225ad3c78eab3e92009daf4c16d2eec810d7d75861ccd4f595f49e30a62ec9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-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.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp38-cp38-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 c956c93f57d69c4551b442dec2b6eed1e4a0e185ae913ec52305e4b66d4903b7
MD5 936c483d7929c824be7c370c065055df
BLAKE2b-256 0af1cfb6a4640434e10e46316a90d247470e0655c96667914382be0766e1670a

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cead77d3ac65c1e2910c3c082760148fd275815d5df4b13549e485fc305f4768
MD5 54d3ff20646b5fcabb7fa95a43aa217b
BLAKE2b-256 cc63af57c10a3250857da5d4549cee123b1c872c926c68404dae9e7a05c21a88

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 3.8 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b4c2b4b3b13f866a037c905220c6b3691c20d19a18ff6f6457351f15620db46
MD5 1732cb8dc281665a830c1ef4750a15b0
BLAKE2b-256 3fa6fd6d3c133649b113c1b34e91e8758ba4e8d7d1493fd38adfa0e99474d28c

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 4465d1776d3cf36d17b3058d155ec8a581b1bc9ecf29740ea07254ea72248b73
MD5 1af08cb10b6bb177405f2db2b2de6e68
BLAKE2b-256 e83f88b22c87527cc0896c50b2f404cf755b343efe82f2c8fc4d201a8e3148af

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 2b865ba3644e08d2ce10e2b06256dadb64677e1c81651224c4b1cabea2be2fd8
MD5 dc7f16e5ed5b59cf4de6a87de3cadccc
BLAKE2b-256 cf01a45f990a82eb1620d9d0e3dc5e5480036be116907bdbfaaf695ecd91dfc3

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c841921a1729035f8fe056c76b1202985f203b4ff589904d26cb33885271cdad
MD5 42e2c9c251960046947281050170f9f2
BLAKE2b-256 ed0a3da9dcfc4efdc57b1c5b044e48c0f06e4bf3e65b424689ee38cf491547c0

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 dbfc4b97e6e6ce776461570d79c738116c20e2c2c01ed5f3afe03ec6740dacce
MD5 de0b36d3654c4a40d775acb59d67ed20
BLAKE2b-256 1f48d2028e8f90a181274f614bee2e08ae75e0081eb3d27ce5771322b5a529a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 512.9 kB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.9

File hashes

Hashes for pymssql-2.2.1-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 8319bbbcaa8b3ca89f897e808ca5b48d9c64d3231408b1f0e1ce4400bcd7d6ae
MD5 b5f367610d73010c713673b3c7df2356
BLAKE2b-256 0250a0d3e9fb80d3ee162cd2a41ac47e6fa3a4a370fb3fdedfe8e6c58a37afa2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-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.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.9

File hashes

Hashes for pymssql-2.2.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 42cbfc756c9b29f3b974a3352c744c90c280c905f7cadda2dfcb6e46ca96b3f6
MD5 dd4306bbd75c0c61fd848e08ba0084dc
BLAKE2b-256 cbd070c3655b4fd8acc6e04b8dba403b10da4586d711a1837996ba77b25075c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.9

File hashes

Hashes for pymssql-2.2.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3638ca82915d663acc7f898290bcc3e94a236ba56530b6959f821334977bf56e
MD5 295678fc136ad946f6269f712caab575
BLAKE2b-256 528e0249e0a040797918191051b70bdd2016fe1dffd596951811ec9fc84df495

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-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.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp37-cp37m-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 40d355603dd31258dd6de28351f504fcc4d70b715637c01ffb384fd9ba0189df
MD5 70de85c07901f7589ac9bb4a12944560
BLAKE2b-256 08dd995c36b1493ca45b56477c68a743bd66ae609826d74681587468ae956ed0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-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.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp37-cp37m-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 39c61b8104fbd4d9b1e74c7f2c90c3871d0f1ef82e1be177d544b207e44f1b4c
MD5 0a93a484674e6c1939c7048872678e86
BLAKE2b-256 aaeaf21d70e0895316744a992cccdb8d67c61b908216d197249213702ca47259

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7301d2da53b436e07f23f847172d9da8c1f506390b0ad4d32ad73527b67728ce
MD5 ad6197d0b75d12631e44acff81fca045
BLAKE2b-256 05fa5cf9ab1993c2ce7bd76771900a28804c842975b4321472b9cf13fb739517

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp37-cp37m-manylinux2014_i686.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f3201b11dafd073183b6237667d2224a3a1f1d1ef41c4f351b48a0779127ac40
MD5 c794d0f30aff462524245061cc647057
BLAKE2b-256 bc7848518d847388d2bf00cd16e04701f386a0cfe8cb1aafa75266685dcce7bf

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 d4ff41cc76c3851e0410feaf96f7760c2eeb9fb84597baf47d7431124e66d6f8
MD5 b3fcf5ddfdac53172e05b2643dfcbd80
BLAKE2b-256 c0500c2305fee33d747926ea9e134fe528c9a86bef842dc0cc5d99afcd2add40

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp37-cp37m-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.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a579ae07dc7528385bf339261308e396bd483e68e770f84feb31032e18c72d2b
MD5 23b23d64d83ac1647470cab2bdf3b9f9
BLAKE2b-256 9ab2f56e78f72ba6099acf40fec6b1f6a143f199ef9eaa300d75da1cbdd64d8b

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 379fcd412cf34a493b49cefd689f5f9f0878af57ce130dc47bd5dead8bb67f80
MD5 0fbdd0880094ba343c693e3073b3c848
BLAKE2b-256 fd97ecc59711c67f09c6a0f5efb1cd538415a27053e4f65ecd29724e036c1bd9

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e8deccee711d1cdc8b6010622ced9d064bc943e5a0540616348768d4adc6e95e
MD5 38089cbd6718f1a919c7ebe08da9ad79
BLAKE2b-256 fd293ac367f9a6e72b1ab259477e15aec402639c76f4c1cfed505b796b62b6ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 506.3 kB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.10

File hashes

Hashes for pymssql-2.2.1-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 8bc05f632641e51d5782761622eee2538444fdbb39c9c0750ad76d8f650e6898
MD5 6aa7e669fa92e85bd8deb995d8b416d0
BLAKE2b-256 1c39edac484ff210a0e08e1e06960423e79b0737daf1f2fdb520f03f8f94ca98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-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.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp36-cp36m-manylinux_2_24_x86_64.whl
Algorithm Hash digest
SHA256 5a23654683698a26a8d45b239e19820ab9e4239aa52293e81a9ba9ddddf3006d
MD5 ec51a4c18152861b8da15bb3b3bdd4d5
BLAKE2b-256 69bbc65aebfcc0198d564739c53554cbd3a7784363a9612ad150042b5817a694

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pymssql-2.2.1-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.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp36-cp36m-manylinux_2_24_i686.whl
Algorithm Hash digest
SHA256 8ec909a71b239243d55fe59cbf8e25c8ef5dce3e3bac58c3aa0eaddaeffcd790
MD5 47c9524fbebabe60447a74d9199102fa
BLAKE2b-256 04853d4825e8c5c5266d484107c23add9bfd351398bec0a0ab70cd51eccf2c4f

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9cbad4cd57ef67a32e55ead549da73ad5730ae5da0ace2a2206451897716ccfa
MD5 3e90bf59e3463f1d0e771089c6fcd57a
BLAKE2b-256 06c063dfa04a70ecf7914243f013ba23eb41eecde4b63d91ce922f9c68c16a47

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp36-cp36m-manylinux2014_i686.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f293d4cb9c03e6d859c8f3afb6fa7a99b30fe8f42eafedfa21358b1d8a420165
MD5 85bb172ae8c98476f1690a3dee96fef7
BLAKE2b-256 152ce171452a26e5617f37e32f0c634d955203257307ea727822c2f818c7b912

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0dafb4b2cf4a1deace503656b917cc5f4dad7d600f7cfc5e16f10918727e369f
MD5 a982de505098110e5adb258c04892494
BLAKE2b-256 b9731bb5b6ff88cd80d8be018b73f8b5eb44f88f1d5d128502cae61f504917cd

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp36-cp36m-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.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 ecb95a2301375b4a48ba73fcfd664981d511904e552cfd2c17530ec03a5f502d
MD5 9de3f4d1de00a94f18fbe65a88163229
BLAKE2b-256 e682b4406307a2fedc111cbcb0bca977be3863e2a9aa0d4d7eca15a88d13c8a4

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1032cc2bafb9edcb309ac526c359387b5d1e4c06c62a92872f8c28681883fe25
MD5 cdfd94794e4dd0e72d0921268ec539cf
BLAKE2b-256 e9ba63d477eff72ad25ff83d05af7829ef099701b0884b69ac0727a6a8132177

See more details on using hashes here.

File details

Details for the file pymssql-2.2.1-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: pymssql-2.2.1-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for pymssql-2.2.1-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6fc382f253365f22286372a32cfeb5d380ad955045ae6f88cf372f758635557a
MD5 054777834f72435379478865db8486d7
BLAKE2b-256 08df5756181fc360d3fc519e166f16645b7cf48913affbec949d0a226250c8dc

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