pymssql - DB-API interface to Microsoft SQL Server
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:
New development is happening on GitHub at:
There is a Google Group for discussion at:
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.
Release files for pymssql 2.2.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pymssql-2.2.3.tar.gz | 170.1 kB | Details |
Built distributions (wheels)
Total release size: 114.3 MB
Release files / pymssql-2.2.3.tar.gz
| Download URL | pymssql-2.2.3.tar.gz |
|---|---|
| Size | 170.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b94fddc6d5f168205d14294d36969025967ff1837adcc1664c19968de61dca80
|
|
BLAKE2b-256 checksum How to use checksums |
ccfe2dd1079087f8cd41a915ad96bcf3f4af81aec6554e4041d2b9e04662b02e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp310-cp310-win_amd64.whl
| Download URL | pymssql-2.2.3-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
75e65e53f5014f24dae8c150f532e9313ce0c166123b0951a334d61ada0aaece
|
|
BLAKE2b-256 checksum How to use checksums |
6ae5335f6439bfeac137191ec7bcf2ee44dfa08df22244d65255b7b56f023607
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
|
Release files / pymssql-2.2.3-cp310-cp310-win32.whl
| Download URL | pymssql-2.2.3-cp310-cp310-win32.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
2bffb7d07a3914b73086a17583f0a0ca68dfc93f7c70b3e214beeacbd2339e12
|
|
BLAKE2b-256 checksum How to use checksums |
ad7a011f79927d6a7d354629340f94aef00ac63af31c8fc2237d17f39174a785
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
|
Release files / pymssql-2.2.3-cp310-cp310-macosx_10_14_x86_64.whl
| Download URL | pymssql-2.2.3-cp310-cp310-macosx_10_14_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.10 macOS 10.14+ x86-64 |
|
SHA-256 checksum How to use checksums |
852fe689b4630aa453eb02b091240d98e07eb60fd7a3c150396d0eb7fa10780a
|
|
BLAKE2b-256 checksum How to use checksums |
ae5b33637d249c33e837b065841f1aa1b1005d26f24fef65c6da8eff80e88bec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
|
Release files / pymssql-2.2.3-cp39-cp39-win_amd64.whl
| Download URL | pymssql-2.2.3-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
496ad5ee139f6d15c5006f614e602891f89740205e58b3aee67d9a22e6bc941c
|
|
BLAKE2b-256 checksum How to use checksums |
639e9b451a9b872019e468de0be4620418e6cc34aeb3808cf0a40c9cc14f35ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
|
Release files / pymssql-2.2.3-cp39-cp39-win32.whl
| Download URL | pymssql-2.2.3-cp39-cp39-win32.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.9 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
ddd9c6ddf8966292d3a4f1eff27757d91d7f572f8b8c34ec3aa0eebb1c1f5da2
|
|
BLAKE2b-256 checksum How to use checksums |
f995d550c2197c60f64d0c70902e6f6def8c3b882c031fc6e0180219da5643e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
|
Release files / pymssql-2.2.3-cp39-cp39-manylinux_2_24_x86_64.whl
| Download URL | pymssql-2.2.3-cp39-cp39-manylinux_2_24_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.9 Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
d4f6ae1888fc41e2fabfad16806699c0b0ffdc1ac22c2962f5918c69b5d58ca6
|
|
BLAKE2b-256 checksum How to use checksums |
92ae186f5cc66e0b1d8afb829adee4e0ed5070d7d0b6ed08152c59dedb7f8d68
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp39-cp39-manylinux_2_24_i686.whl
| Download URL | pymssql-2.2.3-cp39-cp39-manylinux_2_24_i686.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.9 Linux glibc 2.24+ x86-32 |
|
SHA-256 checksum How to use checksums |
f53203f91baa569606c1731d2ac4fb5d79cbce28fa7d902a2938c31a96b984e5
|
|
BLAKE2b-256 checksum How to use checksums |
32533c3fa1c872aeaf5d30051d050124285ff4bb9d4da132ddfcac2c673838d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | pymssql-2.2.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 3.9 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
1ded7fca8bf196b86c1cccb833960b48d946b437849a08a8a25c476ab1b335fb
|
|
BLAKE2b-256 checksum How to use checksums |
483a0637a0c4f3559a08e9148104757dabc841ba80ed7b4c44b4a338ada8bc4d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | pymssql-2.2.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
deab7a7e9dfaf11f04234d60faa821244fb820db104dc5c47aedf8c4751d9c6b
|
|
BLAKE2b-256 checksum How to use checksums |
d6699f645101efd8eef6ba408b491e13bfe73e9946b1c11328320ad0c96c0b9c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
| Download URL | pymssql-2.2.3-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.9 Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
4cc13762966ddd1e06d324662bee967fdbc8924872cde4a891556f0401ef9de0
|
|
BLAKE2b-256 checksum How to use checksums |
953dbf3afe68af9ae8a820e2e302077f1c22f32890917a282753378437aa176e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
| Download URL | pymssql-2.2.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.9 Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
b21db3e4e946b947076b915cc2a91e5c052ff1c81409fb33f1d954554600e866
|
|
BLAKE2b-256 checksum How to use checksums |
0ab87d69c0d4255ebd13b05d44e543527dc2d1b090b5fe838a9704d26a1579cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | pymssql-2.2.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.9 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
d9cc4ef9ce01f14ab435e72914719a0f37999bae60b82d50bd1f0ce865083011
|
|
BLAKE2b-256 checksum How to use checksums |
a10ddbd7317ad3a80cf129718594fc20f356d3ef68f136ec29840608c0e5ae91
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | pymssql-2.2.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.9 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
8ab926fc78108e9e76e844794b5de5fca20ed2f0326d788ecc529072ce9bd6c0
|
|
BLAKE2b-256 checksum How to use checksums |
cd9d534a36c12dcde7266273f46054c526ea38c8aa939f99c50b19f29b9b33b6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp39-cp39-macosx_10_14_x86_64.whl
| Download URL | pymssql-2.2.3-cp39-cp39-macosx_10_14_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.9 macOS 10.14+ x86-64 |
|
SHA-256 checksum How to use checksums |
8a526ae0ce3f3c9acdfc4db1e61cf82bac528ee2848496c7d7eb25881e4824af
|
|
BLAKE2b-256 checksum How to use checksums |
660acd881e3c6a8a9784d67435f459e35498606512e72d7056ca1c8525db6499
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
|
Release files / pymssql-2.2.3-cp38-cp38-win_amd64.whl
| Download URL | pymssql-2.2.3-cp38-cp38-win_amd64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.8 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
aab0a93cab37273228b859cf674449b0781df605a26739b72e5bb029682bd618
|
|
BLAKE2b-256 checksum How to use checksums |
840a4eb1b598519e667a23ecf406b56eaebf53ed40d955b68638ed232e0f70ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
|
Release files / pymssql-2.2.3-cp38-cp38-win32.whl
| Download URL | pymssql-2.2.3-cp38-cp38-win32.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.8 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
df3c039679df3ce1ad3e55a8daccfd5afd65d2e2aed738515ecad6ad778fb160
|
|
BLAKE2b-256 checksum How to use checksums |
7b5173ebe0194c18a633c6757a4c74055a9194bf0a586117b0388225b32ee760
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
|
Release files / pymssql-2.2.3-cp38-cp38-manylinux_2_24_x86_64.whl
| Download URL | pymssql-2.2.3-cp38-cp38-manylinux_2_24_x86_64.whl |
|---|---|
| Size | 2.8 MB |
| Tags | CPython 3.8 Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
fc103b304a9bf2a6f92f2dee12b6a9212000781c17a9aa280621cd09f0f5eda0
|
|
BLAKE2b-256 checksum How to use checksums |
edea30b672c1bae55cdfbee4975690da746656a834139314d437bcbb9bd0eb3c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp38-cp38-manylinux_2_24_i686.whl
| Download URL | pymssql-2.2.3-cp38-cp38-manylinux_2_24_i686.whl |
|---|---|
| Size | 2.7 MB |
| Tags | CPython 3.8 Linux glibc 2.24+ x86-32 |
|
SHA-256 checksum How to use checksums |
6ee59e594c10bd7dab7776ff6278f318625b79d7c8e9ef9813af6bd953d7d748
|
|
BLAKE2b-256 checksum How to use checksums |
8654e4524908e4f165bbeceb24671754eecf35611e36a724319f38ae1481652a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | pymssql-2.2.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 4.0 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
de6aa047efe4ba438261477ebcb11bba6d913bbaae114d55d95f04760c3be6df
|
|
BLAKE2b-256 checksum How to use checksums |
78c137ea72359ffced75227213fe6ec45c00e9f34d7a6f266b13de8f265412b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | pymssql-2.2.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.8 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
7d995b0e20961e4366ecbef34faf2ef8a05a963780fb5f7ca35c07c61369c889
|
|
BLAKE2b-256 checksum How to use checksums |
573813316cf237877e1783b9e48c4f45ea38220a11293802347d26e06fd65673
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
| Download URL | pymssql-2.2.3-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.8 Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
ec76e9773d7af22f39cc902e92946f453efec1af3037e8b95dcdf568d3bdbee2
|
|
BLAKE2b-256 checksum How to use checksums |
cb9cf66478fecc660426d62aef87b1108c4287f4e2ff6019fcefe67b3a76e727
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
| Download URL | pymssql-2.2.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.8 Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
6a09fb8456279acd87615708a60bc299640e0be149a117508eba6f1c4ad0fb3e
|
|
BLAKE2b-256 checksum How to use checksums |
9de55cc585abf8dd6b301e8a041cbdc310e81d36336c807320b3fcd7dffe71af
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | pymssql-2.2.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl |
|---|---|
| Size | 2.7 MB |
| Tags | CPython 3.8 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
46a8ad501353de0539b35d4a8b6a0f27430e9e240377673b42e9aceedb5313e4
|
|
BLAKE2b-256 checksum How to use checksums |
6d202b9225f303f5ab38ed1d9e3e63352e44c403af1392b5aef9d033148c9353
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | pymssql-2.2.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.8 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
e83e049b1d7a64d5aab9fc31477ebeb7ae4a0dcd40f273ee5cfd22b3ed87004d
|
|
BLAKE2b-256 checksum How to use checksums |
9c9edd4319cd1d52a964682697abbf1cfcd03ce4a052b03c76c7abce657cd6c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp38-cp38-macosx_10_14_x86_64.whl
| Download URL | pymssql-2.2.3-cp38-cp38-macosx_10_14_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.8 macOS 10.14+ x86-64 |
|
SHA-256 checksum How to use checksums |
8f81d90d711a151a72960e3ad1dd8cb71b9d288979e1ead913e1e654e7ee504d
|
|
BLAKE2b-256 checksum How to use checksums |
2cebddc7eb2e2f4bc96ae282761dcc19f5c65588d3da9919f79c9fec9afd9f82
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
|
Release files / pymssql-2.2.3-cp37-cp37m-win_amd64.whl
| Download URL | pymssql-2.2.3-cp37-cp37m-win_amd64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
7d3ccb1fe4fa957ad0d430c0efa342c3ead9fd3d546cc867042b146620d524ee
|
|
BLAKE2b-256 checksum How to use checksums |
396e2f99dcf69b139849a0b09e3134b0057d8eb0249dbdb9b4473a1277013694
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9
|
Release files / pymssql-2.2.3-cp37-cp37m-win32.whl
| Download URL | pymssql-2.2.3-cp37-cp37m-win32.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
bd6b49ad64026eac1b23c2ab8d237b81d0eb83fc3872562b9101cc970581735d
|
|
BLAKE2b-256 checksum How to use checksums |
00cf9ba218c0d661e8960e6ddca76c21d20d42b1184a24b16324be9eb633bfb7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.9
|
Release files / pymssql-2.2.3-cp37-cp37m-manylinux_2_24_x86_64.whl
| Download URL | pymssql-2.2.3-cp37-cp37m-manylinux_2_24_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
6bfd0859201095b4a8913e88ec9999c72053e2f92aa05413b32ac5855970b726
|
|
BLAKE2b-256 checksum How to use checksums |
98a8e70ad68ba55fa980dfa967666656012dbbdb99b879bb28e6fcf0fa7e7853
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp37-cp37m-manylinux_2_24_i686.whl
| Download URL | pymssql-2.2.3-cp37-cp37m-manylinux_2_24_i686.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.24+ x86-32 |
|
SHA-256 checksum How to use checksums |
2c08ed13f090b9df251ba2590a1316939dea1744679ec3f164968e4b51263b53
|
|
BLAKE2b-256 checksum How to use checksums |
9e69e2405586d6c8185e910832f76449103c6a2a3e114ced1e6f0d82ebf976fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | pymssql-2.2.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 3.8 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
3b13bc9d7c82ef24fd2df690747e99160bd6611d97b875518757836ab3c3fea0
|
|
BLAKE2b-256 checksum How to use checksums |
d5e0e07c546f8f24054bbed2bf051a07f95452b16c6355a8d04b5b99668c5139
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | pymssql-2.2.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
9d06c950d13c198a6a70f846298d3f4ba820b998341b61c487049c3e5dd19223
|
|
BLAKE2b-256 checksum How to use checksums |
ed4ab1d23b7431fa7d3ce18462e4de1fda1343c762e3cce46ee50b5c6ad93e1b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
| Download URL | pymssql-2.2.3-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl |
|---|---|
| Size | 3.0 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
8eaba0e0fe013dd727f960e7d025071d3b03123eb41b9fc11f225728e00cc2b4
|
|
BLAKE2b-256 checksum How to use checksums |
8a6a1efd7fe8bd0f3dbcaa30fc4fe8c0b0cf06291eaec75d2ac03abe61c643a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
| Download URL | pymssql-2.2.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl |
|---|---|
| Size | 3.0 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
5cc68a295207ced45c0155e263ecdd249cbcfac2d77a58d2dbda5c54a532044f
|
|
BLAKE2b-256 checksum How to use checksums |
43a4ee1702bb8699373a5cb73f300fecfcbbc4e0edaaad3453870cff985fdae7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | pymssql-2.2.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
7b7d04c3abf78961d04c5c620118e5b34589619cd9f7a95a4dbc439186095bc4
|
|
BLAKE2b-256 checksum How to use checksums |
978e7aaa97d88bae7aa7a0e66155a371c9a397a5dad8e573760bc1593ba24ac7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | pymssql-2.2.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
860979466f9dd6d7d20fb83db2498aa67bab172a85e660a93a93c9d716b8e268
|
|
BLAKE2b-256 checksum How to use checksums |
5f6355c61af2c93bfcb392cd0a3bdfd72a34f06138728470cd5347355d6d30d1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp37-cp37m-macosx_10_14_x86_64.whl
| Download URL | pymssql-2.2.3-cp37-cp37m-macosx_10_14_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc macOS 10.14+ x86-64 |
|
SHA-256 checksum How to use checksums |
0a1ccec4eb9bb35ad9f211428793fd29e59f3902279ad2903133d6c2081550c1
|
|
BLAKE2b-256 checksum How to use checksums |
a3a63346fb4e5688af9b8d1325a8c249b324c72b642dc6bd1637cf0d078576bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.12
|
Release files / pymssql-2.2.3-cp36-cp36m-manylinux_2_24_x86_64.whl
| Download URL | pymssql-2.2.3-cp36-cp36m-manylinux_2_24_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
538b5a4ca9b4bd3f0719acb608e08e1d586a08ed9ed0d7ea1ffa3ef03518df68
|
|
BLAKE2b-256 checksum How to use checksums |
24ac11199b605f5e0edf9086da5ea9b8fe16ef7f3e51c7b883fa375f2fc16baa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp36-cp36m-manylinux_2_24_i686.whl
| Download URL | pymssql-2.2.3-cp36-cp36m-manylinux_2_24_i686.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.24+ x86-32 |
|
SHA-256 checksum How to use checksums |
d402ed357f5da445a29a6a844ac4359872d3870e6ee034ec049e83095d6cd00e
|
|
BLAKE2b-256 checksum How to use checksums |
e4a0878870e1f6de897cb857183fef55448848ea5a78a51bf7ef7ca3bb6a9135
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | pymssql-2.2.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 3.8 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
6cb52bf5d0eabf510b1ebc8b38e71cd3ca877e69e0e424f15e1f7b319e49b10e
|
|
BLAKE2b-256 checksum How to use checksums |
59559a864839a101106359ed19f2bd21aacbf5fc40aea70c35e80cdf5f7df1bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | pymssql-2.2.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
873d026423768f4e1ec0b452ff9fe951beb4632e3f314c19b22a30586db1de02
|
|
BLAKE2b-256 checksum How to use checksums |
c32ee5ce73ec799eb993b83382d0268d3b809ee3cb4ade27f2cc0a089e35d09c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
| Download URL | pymssql-2.2.3-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl |
|---|---|
| Size | 3.0 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
52a8163fcbdb1ebe2756d5a9f439ea8f30b9748855e782c1f98465050e8bab61
|
|
BLAKE2b-256 checksum How to use checksums |
9ab1181d060d37fa0fc486da7439030da0a0a887550d0c6fcba9a72056c7cf7e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl
| Download URL | pymssql-2.2.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl |
|---|---|
| Size | 3.0 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
d90eb4dd06f1b8eb4805d137e8a0747665ec15c46736a4f1cc01afe6da4d07b7
|
|
BLAKE2b-256 checksum How to use checksums |
c3db70eede5f654da5e273a3d0813d225a2c4479ff1370406c7e5ceaab41253a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | pymssql-2.2.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
3f7def19af5af2d83f2f7559b67ae37315d76807e4e6d7957d53755f982d1d8b
|
|
BLAKE2b-256 checksum How to use checksums |
62f9652e65c680742d0405f7789218dc5ade19663cb87f29ac349f33bd512b16
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|
Release files / pymssql-2.2.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | pymssql-2.2.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
0bc2e51739d932fc7af44354c00297baa451f99a3e3d7a59a6aa3be5b2534076
|
|
BLAKE2b-256 checksum How to use checksums |
53e0e50f1f226efe48d3659b585541dd452baded0646d280d3ba08f3b24800dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.1
|