Skip to main content

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.2 - 2021-07-24 - Mikhail Terekhov

General

  • Use FreeTDS-1.3 for official wheels on PyPi.

  • On macOS use delocate to bundle dependencies when building wheels.

  • Some documentation changes.

Release files for pymssql 2.2.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pymssql 2.2.2
File Size Uploaded
pymssql-2.2.2.tar.gz 170.8 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pymssql 2.2.2
File
pymssql-2.2.2-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
pymssql-2.2.2-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
pymssql-2.2.2-cp39-cp39-manylinux_2_24_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.24+ x86-64 Details
pymssql-2.2.2-cp39-cp39-manylinux_2_24_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.24+ x86-32 Details
pymssql-2.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
pymssql-2.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-32 Details
pymssql-2.2.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-64 Details
pymssql-2.2.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32 Details
pymssql-2.2.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-64 Details
pymssql-2.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.5+ x86-32 Details
pymssql-2.2.2-cp39-cp39-macosx_10_14_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.14+ x86-64 Details
pymssql-2.2.2-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
pymssql-2.2.2-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
pymssql-2.2.2-cp38-cp38-manylinux_2_24_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.24+ x86-64 Details
pymssql-2.2.2-cp38-cp38-manylinux_2_24_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.24+ x86-32 Details
pymssql-2.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
pymssql-2.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-32 Details
pymssql-2.2.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
pymssql-2.2.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-32 Details
pymssql-2.2.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-64 Details
pymssql-2.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.5+ x86-32 Details
pymssql-2.2.2-cp38-cp38-macosx_10_14_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.14+ x86-64 Details
pymssql-2.2.2-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
pymssql-2.2.2-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
pymssql-2.2.2-cp37-cp37m-manylinux_2_24_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.24+ x86-64 Details
pymssql-2.2.2-cp37-cp37m-manylinux_2_24_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.24+ x86-32 Details
pymssql-2.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
pymssql-2.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32 Details
pymssql-2.2.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Details
pymssql-2.2.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 Details
pymssql-2.2.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 Details
pymssql-2.2.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 Details
pymssql-2.2.2-cp37-cp37m-macosx_10_14_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.14+ x86-64 Details
pymssql-2.2.2-cp36-cp36m-manylinux_2_24_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.24+ x86-64 Details
pymssql-2.2.2-cp36-cp36m-manylinux_2_24_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.24+ x86-32 Details
pymssql-2.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-64 Details
pymssql-2.2.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32 Details
pymssql-2.2.2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 Details
pymssql-2.2.2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 Details
pymssql-2.2.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 Details
pymssql-2.2.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 Details

Total release size: 111.1 MB

Release files / pymssql-2.2.2.tar.gz

Download URL pymssql-2.2.2.tar.gz
Size 170.8 kB
Tags Source
SHA-256 checksum
How to use checksums
db3b31b1e73a856aa5a5181ff9f2b0c595611f5661aaeffee7c12a4a57b62fc8
BLAKE2b-256 checksum
How to use checksums
25f47a8f70edbfdc4de0f72ba44611b6ed6c175a1b2b1ce22051af0e8a8111c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp39-cp39-win_amd64.whl

Download URL pymssql-2.2.2-cp39-cp39-win_amd64.whl
Size 1.5 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
213fc0f970324ed5eac25d9442e5b516724f65ed1a96ed6c0a474dd7419b6a97
BLAKE2b-256 checksum
How to use checksums
8c5b9e9c1624aa687f978461469ff24564d901ca3a7d541f77e3176edd802af5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp39-cp39-win32.whl

Download URL pymssql-2.2.2-cp39-cp39-win32.whl
Size 1.3 MB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
00b5d8d0e6e99dd07677f663a42fe3b53285db02682f9ea8271dab0e30e4404f
BLAKE2b-256 checksum
How to use checksums
7a2b9036f7127af8f4333df985016611411c670bc914f825bcab8f2c3d0b0c51
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp39-cp39-manylinux_2_24_x86_64.whl

Download URL pymssql-2.2.2-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
0932ed12474cb926a33ba5b623506d29cf1c170e2ea7ca75f342bb5fe3a67906
BLAKE2b-256 checksum
How to use checksums
7810de0e49f1906f73f23dab12b49d97085edbe3733b87d49f273d8a868c6bca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp39-cp39-manylinux_2_24_i686.whl

Download URL pymssql-2.2.2-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
9755267acc83568adc4e89cc5668424d34ef651d0a2e827304e7f995b5dcbca8
BLAKE2b-256 checksum
How to use checksums
c4797d39dd9b72e586fdcb430d3ba6f34fdb106b4e94b417a05d54f87fbe51d5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pymssql-2.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 4.0 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ae5c4f582d45fed36bbdc1ebf960f6dbe227c6666e3a927f8c99b76e9e18de7b
BLAKE2b-256 checksum
How to use checksums
ab782cf2ecbb379353f77d65add50a3a9185e1832aa6c205c3b3aed867151e04
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pymssql-2.2.2-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
182c6f3a3ba67bf7f750cfce0b3c20abb588b5ae0ffa9387645f0dfd76791b7a
BLAKE2b-256 checksum
How to use checksums
f545abce218eb27b7922505b765b77456aa4a0555ebbbe25b9b4b24172ab97e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pymssql-2.2.2-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
27c4d80c3086ed56ccf93dc03262db7a823d8979dd17e84c8f629a0eeef0526d
BLAKE2b-256 checksum
How to use checksums
95c5578c83efb06ef1afc1e919f92b6b74ff22937a7ec024f5e7ff0282b04e12
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pymssql-2.2.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
Size 3.2 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
0440a138eaac30a449cab497757a849b40c2d0b180b48a8c4151de9bf3bf7e61
BLAKE2b-256 checksum
How to use checksums
b811acd42697953e188028fe1e9c3ca83372cd042feb1f7924d77d4e2355ac16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl

Download URL pymssql-2.2.2-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
4df67d7c6e2cd99cbf8a1c2d4236a3b81c3bbd7602b95a211ff4da7460ffa83c
BLAKE2b-256 checksum
How to use checksums
def4d00b0c711a34801e31f48544d5430d9df4fd2691c00af9718df7f29647cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl

Download URL pymssql-2.2.2-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
2b8c3bb372a6609f5e46a6702f18bc8370e0f4a53f73ef8559e4a7df58ae4afa
BLAKE2b-256 checksum
How to use checksums
fa238916272a9d214b10460aceaca08537679c340a6db39b99239d003d4f0e09
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp39-cp39-macosx_10_14_x86_64.whl

Download URL pymssql-2.2.2-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
b243405d6e24a35f123d8a4a3258659fc920a23b2f2b3dbaace097c093f45dba
BLAKE2b-256 checksum
How to use checksums
14d9f67f0566183e66c30926072ff4935cca13b6bb2dae62a2255044d96e1dec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp38-cp38-win_amd64.whl

Download URL pymssql-2.2.2-cp38-cp38-win_amd64.whl
Size 1.5 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
846a90124e4798a5957996653d71b5ec49931c99fe91b5d9f0e73cdca51e85d3
BLAKE2b-256 checksum
How to use checksums
06c26ad1712c0b8147a8a0edd02518dd34a7618dcc255fcc87c674e57ac4a81b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.10

Release files / pymssql-2.2.2-cp38-cp38-win32.whl

Download URL pymssql-2.2.2-cp38-cp38-win32.whl
Size 1.3 MB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
16907b8d272945ee8861ef13c9657348d2aee1e06434e4a0487988eb1b6938c8
BLAKE2b-256 checksum
How to use checksums
edd8015a3980bec4cef6804fb1831441ff556ae25f6687719e2788187da1f55c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.10

Release files / pymssql-2.2.2-cp38-cp38-manylinux_2_24_x86_64.whl

Download URL pymssql-2.2.2-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
7432101f86151a93e77b00c5f36cef0ecd2ac6029d1f9751656647c05ab9ee93
BLAKE2b-256 checksum
How to use checksums
2843a395cc173f436bbe3f2b5ca1a15e098eb92dc9efa17c1f2dcb0cae75ac5b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp38-cp38-manylinux_2_24_i686.whl

Download URL pymssql-2.2.2-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
463308e52e978d6b7301bbcdf47f866163a57f0783ec0b581e196d7752d05811
BLAKE2b-256 checksum
How to use checksums
0c0e3b2839690a8fb988570ad3cd0702e47cbfe77a800f70581212b7d6defe54
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pymssql-2.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 4.1 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
71f4eeb68a12981095b62e3170c94a5414f3c428aa90fd7bd3b4ce751d578912
BLAKE2b-256 checksum
How to use checksums
99aaac3bbe6ef0d0d99896f982be8b1f8fcdabbda79da1e5aa49e2f89de05ae4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pymssql-2.2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Size 3.8 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
cab9ecb7cec689177955728d116788be27fc65b9d4001ba8e6d8c6e5a5ddf677
BLAKE2b-256 checksum
How to use checksums
ca2f4ffc5f25dbcc94b1a3f13097bbc1ca4d7b7c647046836dccd37edef269ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pymssql-2.2.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 3.4 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
f7eedf5b8bd55115a2cab130068b4dccb526fbe8c7bab54468ec31feeb6513d3
BLAKE2b-256 checksum
How to use checksums
42824ef0cb65a19242c4639a91a914e2eefcb353267a2fb563b7b73307e94f86
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pymssql-2.2.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
Size 3.3 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
a9f28819181b386c45de261c289bdec15f87807d3c03e61b00fa85beffbed621
BLAKE2b-256 checksum
How to use checksums
3515780446e6a2ee434820e8ec818778346194ca63f65b01b648c18a62c5fe8b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl

Download URL pymssql-2.2.2-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
16d2bd236ef02052b96025d0ca0de436182e36cd95afe7617d8106d2ff7f9485
BLAKE2b-256 checksum
How to use checksums
bb7b1fe3ad52f2e853674d87bddfcbae6a4e9b437b22475b74a506558846d17d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl

Download URL pymssql-2.2.2-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
6988e0e0683fb46b59349927453afc7d75a745aff71d801ebf9ba699e4d815f5
BLAKE2b-256 checksum
How to use checksums
75f72b0a706e8cbc1468a637f56d1ffd93cc92563d8c875d7258aaa84e5d0097
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp38-cp38-macosx_10_14_x86_64.whl

Download URL pymssql-2.2.2-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
41fbb522decbd7f225f72ac1e2ccf7bb343c58f516ea3165855245b7e22877d2
BLAKE2b-256 checksum
How to use checksums
652b126a1f15e7e07af20137a4b6e2f8ff5c1cdb425cac2a7f83d958c5eb808e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.11

Release files / pymssql-2.2.2-cp37-cp37m-win_amd64.whl

Download URL pymssql-2.2.2-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
6e37b57d1f0c40c4cee9a75fb55964fc6685d2223dbedf9bd1b87f0274e118cc
BLAKE2b-256 checksum
How to use checksums
944c8412cb04d0d6738409c75c157ca3355385617a70453e3c6123fb2e9e2e83
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.9

Release files / pymssql-2.2.2-cp37-cp37m-win32.whl

Download URL pymssql-2.2.2-cp37-cp37m-win32.whl
Size 1.3 MB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
70a68a95a072199522433b84fe4996157ddb64a1d008435aa54d4b9f004831b7
BLAKE2b-256 checksum
How to use checksums
76235be9f3631069872bb0274db35049d5c85321e369b10e8732b3ac695f2963
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.9

Release files / pymssql-2.2.2-cp37-cp37m-manylinux_2_24_x86_64.whl

Download URL pymssql-2.2.2-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
0423cc3b3fc6ea249b13794d727e6e727bc070a14a7840977ae92117d3d091bd
BLAKE2b-256 checksum
How to use checksums
ee258c03a42496686650f2c4e04cfd37064442095e092018787d665e318af977
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp37-cp37m-manylinux_2_24_i686.whl

Download URL pymssql-2.2.2-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
26f365b03893179dee76bb337315d99f4605c1634dd5538ed85dd1822eb41e71
BLAKE2b-256 checksum
How to use checksums
a764b277b08bc7b02c9c50c3a778863d2a64ae4fc6d253875696f51bfc983092
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pymssql-2.2.2-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
9987a0af5bc66dd9bd9391ec2f24cbc53bf0bd1ca3f581bc183bfd4ca5ddc204
BLAKE2b-256 checksum
How to use checksums
e85df6fab60a469b97814526000abed9bf993cc40f36a4ffcaeec09280a04961
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pymssql-2.2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Size 3.5 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
a563cccc730cf25af262a767746451e3b11c243c9fa2c141f23d7a9b3c808ce6
BLAKE2b-256 checksum
How to use checksums
12675d5c241594a502c7245c68ecd14f4cd1dfce162321f84e3b6a010291038e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pymssql-2.2.2-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 3.1 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
9912b240ca776d7e842b44ed858b4946aaeb1863da9410f3cd4d241afcf0a99f
BLAKE2b-256 checksum
How to use checksums
4bf4f1fc664e99efb3b5741127e270b2f4e706bb6759062eb68fb03ae4eae750
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pymssql-2.2.2-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
bd00d3fab48fc931db305e378f706ce73abc8aba0969fdf8fb2ac6df00d6e4ad
BLAKE2b-256 checksum
How to use checksums
1453020cc4efdb6a9cc132aac2528807bec8786a82aadf8eb1fa8528bef63a17
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl

Download URL pymssql-2.2.2-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
553e6b7f6fbb1da6167b58a6ed7f8ff5261a073fa04d7b72a8384659c9bcb06f
BLAKE2b-256 checksum
How to use checksums
c868d242995a9c6c188210d8b7d51b5edb91d9207ebfc318d51202e90988cc71
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl

Download URL pymssql-2.2.2-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
50e81c18aceaf2e254e0085d503451429210896f0d27912fb928329b1eda00cd
BLAKE2b-256 checksum
How to use checksums
8897ba301520f5326d49ea5da8227868cedfcef4370fd555bca81eb248a1a7a6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp37-cp37m-macosx_10_14_x86_64.whl

Download URL pymssql-2.2.2-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
c3d860cf0e5685675bf06146eb5a0457589580dd04c41571efe940cbc0c2de4e
BLAKE2b-256 checksum
How to use checksums
d672f362a8551b9e9d1f4f97b50ff5d823d18f5d11f56a05916cc4a3612419a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.11

Release files / pymssql-2.2.2-cp36-cp36m-manylinux_2_24_x86_64.whl

Download URL pymssql-2.2.2-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
494471e3df2f27668f65025be2a62807ea7df4776d5a1717710ce7b5b42a1b6d
BLAKE2b-256 checksum
How to use checksums
10df193ea35b9641a3ac9f65a3499e1c4ef750f3c25bc64d23ff8791db0ab854
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp36-cp36m-manylinux_2_24_i686.whl

Download URL pymssql-2.2.2-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
3655b20f08efa9d5127c1d9d2da5d5c7a0206a55e37a0b5e45620c30d7461948
BLAKE2b-256 checksum
How to use checksums
8bdbc5d02d957e95e83d69d40f74c73d621fd4a675adaaddeffabdbbf3195677
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL pymssql-2.2.2-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
1ab97afa1a5bd7bceb45fb0ab3c6387dfa138752115441babfa4e7988036d4d7
BLAKE2b-256 checksum
How to use checksums
3881f5545efbdb701756a1b9956399980a7f77891cd9a1ffd7c8b928d423cd6d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl

Download URL pymssql-2.2.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Size 3.5 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ x86-32
SHA-256 checksum
How to use checksums
03469104efd5e5469b6c1892a0393e1fb4cd3169422e88537bec1b4294c98528
BLAKE2b-256 checksum
How to use checksums
051be173e985fbd92e4d47e76a3aa4990ff1e25bb144b119301ea3c894a197a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl

Download URL pymssql-2.2.2-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
Size 3.1 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
645e0b90bf969464e1f6868270c81bb1ac2f7b00bc793dc06eed15068f39dfd6
BLAKE2b-256 checksum
How to use checksums
135ec155da5342baf7476ac69edc7fd195fb0242c48061e3825a65f16453bc0c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.whl

Download URL pymssql-2.2.2-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
0fc1723898fba044cd7e63741eb2dfbd09083aca5b9365b88e1757786bb559ac
BLAKE2b-256 checksum
How to use checksums
7ed4c66176dc1f8c075fb077d358f6658eaefd0f18bc8d8ae8f8df805a3b9459
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl

Download URL pymssql-2.2.2-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
642b423d0f78ec2a5c2fb31ed248399ac43dce2a8abec11b4a9fe0e7f1a38c5d
BLAKE2b-256 checksum
How to use checksums
618619a1bf08a0a6d7eccbece4db46f7123c99642b1379368d8b27d37c5abf27
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release files / pymssql-2.2.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl

Download URL pymssql-2.2.2-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
66b121b0ccb38ec240701fd0fd04d8d5923385b03950d930eff1936ec455afe9
BLAKE2b-256 checksum
How to use checksums
befc9d89f21fb0940f34cae36cbad96a9c2bb9d5355e00836d44fcd77c42de2a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

Release history Release notifications | RSS feed

2.3.8

49 release files

2.3.7

41 release files

2.3.6

41 release files

2.3.5

41 release files

2.3.2

58 release files

2.3.1

81 release files

2.2.9

58 release files

2.2.8

32 release files

2.2.7

61 release files

2.2.6

50 release files

2.2.5

51 release files

2.2.4

51 release files

2.2.3

45 release files

This release

2.2.2 This release

42 release files

2.2.1

42 release files

2.1.5

29 release files

2.1.4

23 release files

2.1.3

17 release files

2.1.2

9 release files

2.1.1

25 release files

2.1.0

23 release files

2.0.1

23 release files

2.0.0

23 release files

1.0.3

6 release files

1.0.2

5 release files

1.0.1

5 release files

1.0.0

4 release files

0.7.4

0.7.1

0.6.0

0.5.2

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page