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.5 - 2022-04-12 - Mikhail Terekhov
General
Added bytes and bytearray to support bulk_copy types, thanks to steve-strickland (#756).
Use FreeTDS-1.3.9 for official wheels on PyPi.
Enable krb5 in Linux wheels, this time for real (#754).
Release files for pymssql 2.2.6
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.6.tar.gz | 170.3 kB | Details |
Built distributions (wheels)
Total release size: 134.1 MB
Release files / pymssql-2.2.6.tar.gz
| Download URL | pymssql-2.2.6.tar.gz |
|---|---|
| Size | 170.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2057bcaccaa8028b892a8fd44d5dca70d411156272eb8172d10d885dc5c30302
|
|
BLAKE2b-256 checksum How to use checksums |
3ad84d3c5c40ed6e26e50ccb52fbfb737da46373af360d19d7979fa5ff7f9c97
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp311-cp311-win_amd64.whl
| Download URL | pymssql-2.2.6-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
961e65411bcf2c8e5650705bdb0a294bb91ee0fac970f0c6ce546a6f1191faaa
|
|
BLAKE2b-256 checksum How to use checksums |
dfac486c3dca660d1ef02fd47fdaef47a07a83e4719f26b443c84cf4874b5e94
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp311-cp311-win32.whl
| Download URL | pymssql-2.2.6-cp311-cp311-win32.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
177f6b8911fc755cb0aff85e5c4c31d50b0321288991080891a9bb254058f2a2
|
|
BLAKE2b-256 checksum How to use checksums |
0288af976a83ff7932200c8100236592e3e6438470d95e9873640100b95014ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp311-cp311-manylinux_2_24_x86_64.whl
| Download URL | pymssql-2.2.6-cp311-cp311-manylinux_2_24_x86_64.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.11 Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
cb2f23d79c101933948feefbaa59057110fe9bf5e508b16651308f462e16c338
|
|
BLAKE2b-256 checksum How to use checksums |
67288d1eb9bf4153799a12b4a49fa3a4c279f7f535a3ef90363e25296fa55edc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp311-cp311-manylinux_2_24_i686.whl
| Download URL | pymssql-2.2.6-cp311-cp311-manylinux_2_24_i686.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.11 Linux glibc 2.24+ x86-32 |
|
SHA-256 checksum How to use checksums |
8ccf6c957098a15b20cea7a5afc33f1a55273c78d4f30fd38e0dbe0cf201d2e2
|
|
BLAKE2b-256 checksum How to use checksums |
460e430e0b88c621d91140252c48df9667593ab6ea7e1aef61d6b258ba763f82
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | pymssql-2.2.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 4.0 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
6e58a70ab19368795035afc11ba8676f75a24351345f6b372105ce4c21f31368
|
|
BLAKE2b-256 checksum How to use checksums |
94b6d4306b8caebdb10ecad1e8507db60edf0d7896344d5b1719d998e2663aa7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | pymssql-2.2.6-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 3.7 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
34059aa8ea9e9731253f2410b6d38089b6b05175ad064978b7d45ade924f3968
|
|
BLAKE2b-256 checksum How to use checksums |
9d84961ddcd275ce928fe624a93c2f169641347241105c2b2c96ae2975eaa5f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp311-cp311-macosx_10_9_universal2.whl
| Download URL | pymssql-2.2.6-cp311-cp311-macosx_10_9_universal2.whl |
|---|---|
| Size | 2.2 MB |
| Tags | CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64) |
|
SHA-256 checksum How to use checksums |
0cf9bb35194c09f636e1871734c37ebeb37b1cd68fccbb9c4332ecabf735a29a
|
|
BLAKE2b-256 checksum How to use checksums |
9e549f4220b62cd22cda6c686ca9ac9adfa77c4ac0522f49bd6d193cfe832783
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp310-cp310-win_amd64.whl
| Download URL | pymssql-2.2.6-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
547b07e445688a62de0a91aaa70f172fccc481b8e131233e9993aa352e78f456
|
|
BLAKE2b-256 checksum How to use checksums |
1ba9380de75084090eb41010e7a7b18475abb8039ba86e8eb82c2a1331b7fbf6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.8
|
Release files / pymssql-2.2.6-cp310-cp310-win32.whl
| Download URL | pymssql-2.2.6-cp310-cp310-win32.whl |
|---|---|
| Size | 1.2 MB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
5415b91877d7183722f51dac412c897de2c40d087ddf9919bf27e09308fa9b35
|
|
BLAKE2b-256 checksum How to use checksums |
7fb8d360e1d412370a2951fc5523371e3bc426313efb6324b24208592d052f7c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.8
|
Release files / pymssql-2.2.6-cp310-cp310-manylinux_2_24_x86_64.whl
| Download URL | pymssql-2.2.6-cp310-cp310-manylinux_2_24_x86_64.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.10 Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
5d013b967ab2b810aa43c0443adbdab04086f1b796b3c68cc7a7abd2bcc1289a
|
|
BLAKE2b-256 checksum How to use checksums |
450e0eb8cadd1d6c085c2b79fe712befc4a81dce72af477613e20684281ab8ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp310-cp310-manylinux_2_24_i686.whl
| Download URL | pymssql-2.2.6-cp310-cp310-manylinux_2_24_i686.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.10 Linux glibc 2.24+ x86-32 |
|
SHA-256 checksum How to use checksums |
e835e7713ca7bf017148d68090aae301a5839437aa93e7ea2d4e8c9b185d289d
|
|
BLAKE2b-256 checksum How to use checksums |
61cc0463699f464abf5d36a87b9696e514d2c32880b36de2e96cc29c21ca9ef5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | pymssql-2.2.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 3.9 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
61533b57f9a8eb538c9ad5196835ad616e99efea66d66ffe2a30a74e6006204c
|
|
BLAKE2b-256 checksum How to use checksums |
d4900f981deaf27f4289059b79bf15f00554fa82df3999a831ee40f265df242c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | pymssql-2.2.6-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl |
|---|---|
| Size | 3.6 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-32 |
|
SHA-256 checksum How to use checksums |
f401d25299b410963865cafe76c2cb880f7b665d6f61ba8ab7ec54a700af2ca7
|
|
BLAKE2b-256 checksum How to use checksums |
08fec74fcce3dd6b7871010dff69320447df61c13d72b02973ae138b776831be
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
| Download URL | pymssql-2.2.6-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.10 Linux glibc 2.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
8228a379c9fd9a0cbc0f4bd757e47d4e94540126e3170f98ef5074cfa1985164
|
|
BLAKE2b-256 checksum How to use checksums |
dc4b9fe64f3072df9cafbb4d000234ce9d576428e157cb5179969851e4871f52
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
| Download URL | pymssql-2.2.6-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl |
|---|---|
| Size | 3.1 MB |
| Tags | CPython 3.10 Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
e44fa6d7e18390fb8c982c785080867f45b5c445e1eae18f01e73f81ebfc993a
|
|
BLAKE2b-256 checksum How to use checksums |
330db077fb7f676f717b69c5a40d05258812466a0d648ad75b8bda196fb52ff6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp310-cp310-macosx_10_15_x86_64.whl
| Download URL | pymssql-2.2.6-cp310-cp310-macosx_10_15_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.10 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
50270b2516446532b761bf447e3f64dba4f7f073a10b0e1f0525a4a45f14b738
|
|
BLAKE2b-256 checksum How to use checksums |
760f73403fcd89271214d7b1b0580e400c197b533cae2f15d5de32b1263d3502
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.8
|
Release files / pymssql-2.2.6-cp39-cp39-win_amd64.whl
| Download URL | pymssql-2.2.6-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
b0ecf4558fc7bebe4e1c15c88858c0090593fb7669f4a1962e708f9b6b187a7b
|
|
BLAKE2b-256 checksum How to use checksums |
b19f7b61ba7ce840cd67dcd70e9cc31ccf44b966c02bb30df1ddcfea35f187ff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / pymssql-2.2.6-cp39-cp39-win32.whl
| Download URL | pymssql-2.2.6-cp39-cp39-win32.whl |
|---|---|
| Size | 1.3 MB |
| Tags | CPython 3.9 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
14b325b3d99db79f39890e25e53555b8cd62ea2c380ef6432ffdea8d5995b314
|
|
BLAKE2b-256 checksum How to use checksums |
f2b564649573752e6a779b61932f079c1a82a857ff58c4c34dcd5684f1a25ed6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / pymssql-2.2.6-cp39-cp39-manylinux_2_24_x86_64.whl
| Download URL | pymssql-2.2.6-cp39-cp39-manylinux_2_24_x86_64.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.9 Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
962b29182a4ef76ea33c76da904a264d8db690019547cd9ddf6aee379fde40e2
|
|
BLAKE2b-256 checksum How to use checksums |
eb57290a1efa7090f5ed049e7d64fb74327a17f2c5bff0d50b48a19a3070d5a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp39-cp39-manylinux_2_24_i686.whl
| Download URL | pymssql-2.2.6-cp39-cp39-manylinux_2_24_i686.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.9 Linux glibc 2.24+ x86-32 |
|
SHA-256 checksum How to use checksums |
38a37750b7a2f8ff0c1e54c4b4788102ee341b90719df9866a99ff58688e4a26
|
|
BLAKE2b-256 checksum How to use checksums |
22893bb4c550b4b7e3e0aa0b35457563e5b3d81579df880275dcb404ed6a2531
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | pymssql-2.2.6-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 |
bfc21296e6a14afef2e93d3143005710e74b58bbdd91426536265615ed62122e
|
|
BLAKE2b-256 checksum How to use checksums |
51298be5d00aa8fad8a7d23145df4127c80f4e04bb1eea34b687858e3468f328
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | pymssql-2.2.6-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 |
81c78e38e878acb6b5d22aee0c4535a047b4498d0dc0bcf437dd6a81b494b306
|
|
BLAKE2b-256 checksum How to use checksums |
4a3b0e77231d97fd084e76516afda22457353d31a5c9d8188604c6ea9012da05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
| Download URL | pymssql-2.2.6-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 |
17cbddac59616c9b66b9381b2929e0d4d9dfa75c0fbdb1c8569a6117fcbf924e
|
|
BLAKE2b-256 checksum How to use checksums |
945510450743782d97c42bb4ce8035fc27662ce9c9bfbc3b5e34432fdcf5fc3e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
| Download URL | pymssql-2.2.6-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 |
0bf102b0edce585f76b52cfd67c2e1f3be7b306bc333a9b870f788e4b553766b
|
|
BLAKE2b-256 checksum How to use checksums |
d73e50030a2fde5057b7fb444a82137c1c2d465798d805e2eadd79dad00ae0ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | pymssql-2.2.6-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 |
cd7f6dc17d50f80d7b1d305cdbeaa650b458b1b3033e3355b0a74ee0103ae381
|
|
BLAKE2b-256 checksum How to use checksums |
3c2a7184ed2b42167f2525eb092ddd1b569d42d2042da6375f03d578f60364e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | pymssql-2.2.6-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 |
9c08103722a9e04d64bb18ee9922965d8ebf790ed90fb223b387a04a963daec1
|
|
BLAKE2b-256 checksum How to use checksums |
04d805ddd3566f822b700523c896fbd80f4fb40f611d2786c3c47955b29c0d32
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp39-cp39-macosx_10_15_x86_64.whl
| Download URL | pymssql-2.2.6-cp39-cp39-macosx_10_15_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.9 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
860939f8b7b66a37e2cffb6e5fd192b28dfb0ef16fc217ab967289c0bfecbfb5
|
|
BLAKE2b-256 checksum How to use checksums |
80abbd0fe3eee7f2ec41179001b86a7d8a4b7f27cae5aff58c986adf0059f9ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.14
|
Release files / pymssql-2.2.6-cp38-cp38-win_amd64.whl
| Download URL | pymssql-2.2.6-cp38-cp38-win_amd64.whl |
|---|---|
| Size | 1.5 MB |
| Tags | CPython 3.8 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
0e85992a570ae3bff4d41f5815e9bedfe7b8b3114f3eb1d372268842efc1952d
|
|
BLAKE2b-256 checksum How to use checksums |
fb767a0fdddc9d20c25ba99a70d91d888144d291ecdd44976d14fa84543855f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|
Release files / pymssql-2.2.6-cp38-cp38-win32.whl
| Download URL | pymssql-2.2.6-cp38-cp38-win32.whl |
|---|---|
| Size | 1.3 MB |
| Tags | CPython 3.8 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
ca87e4c3d05dba0ac158adfb05318858ed632efebd94b0e2f58233ad7000f55d
|
|
BLAKE2b-256 checksum How to use checksums |
e05a62d770d7eaa3943f273aa46bb36c5e92233d72b7daa391c40cbd824b084d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|
Release files / pymssql-2.2.6-cp38-cp38-manylinux_2_24_x86_64.whl
| Download URL | pymssql-2.2.6-cp38-cp38-manylinux_2_24_x86_64.whl |
|---|---|
| Size | 3.4 MB |
| Tags | CPython 3.8 Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
7307bf076aea40d04d9309918ba83443aa2298cd2347909d0e97b8a51e86abd9
|
|
BLAKE2b-256 checksum How to use checksums |
ba74d0dcefb021fa53f7bfd4473e92e4801c3ada21ded5be038888d0e7e1a16f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp38-cp38-manylinux_2_24_i686.whl
| Download URL | pymssql-2.2.6-cp38-cp38-manylinux_2_24_i686.whl |
|---|---|
| Size | 3.3 MB |
| Tags | CPython 3.8 Linux glibc 2.24+ x86-32 |
|
SHA-256 checksum How to use checksums |
775b76a1cc5276de9c665495d37e8586cbf3535275bac793a34a19526eae5485
|
|
BLAKE2b-256 checksum How to use checksums |
03d0b47642b2b292523ea98983a8c4c348d979d833e1a84ec3e6bf541b0d0051
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | pymssql-2.2.6-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 |
fb88ae4a756d62bec35c09f4372701e26285512fe312b3726199831312fb0f03
|
|
BLAKE2b-256 checksum How to use checksums |
1cb24bfe764a63e866b7e0916ceabcef0b51c67ca7351a9ba85a866c46b243e6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | pymssql-2.2.6-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 |
6222d6759c67089216fec296d37433592959640d095916205bef574e71b2debc
|
|
BLAKE2b-256 checksum How to use checksums |
db0600909b96ceb89f47027474aca6124209dc7421988c3f673185f4f2744e01
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
| Download URL | pymssql-2.2.6-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 |
7c6a7c3ea3affed2b5b61928485cb5f79d3f4ba1322a48ec387cef4176620f8f
|
|
BLAKE2b-256 checksum How to use checksums |
7bafb46751d03045ed97c99f00f4d59e76750a92e7951a2c2a6fd91ff09fba4a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl
| Download URL | pymssql-2.2.6-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 |
3321a6deaa3dc49c430702dc70e96f82fe9ab48de6b653a1138152e68d5c190f
|
|
BLAKE2b-256 checksum How to use checksums |
8ca51178af7fc9f1db536a7ac25cc5fe44b616819da77948363aa311e53b4b7f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | pymssql-2.2.6-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 |
5ed787899b2875c1be3090cb46862fc4d139d1d6daac3db475b10930a23286b3
|
|
BLAKE2b-256 checksum How to use checksums |
a137ae27004bfa79a456ce2bf1f1c2bbf8279e1ba323a048c34b9ecf6af856f9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | pymssql-2.2.6-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 |
21cd322f00b530be852c698f8fe908fd54b50f3472ab6bdf82b297a23960f2a6
|
|
BLAKE2b-256 checksum How to use checksums |
384f2f2f9ee29903d44e863cdef95745c16a23d76cd664409c0d1f61cfc9154a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp38-cp38-macosx_10_15_x86_64.whl
| Download URL | pymssql-2.2.6-cp38-cp38-macosx_10_15_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.8 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
fc86981801ee0fc1c6f3cd85b9b2f2237e8f725fd91925517048f3284f74e7ff
|
|
BLAKE2b-256 checksum How to use checksums |
86ab6d2edc2fb8a1b616c3386a0f637ab17d0bb66d1dedca0348f1009050d74a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.14
|
Release files / pymssql-2.2.6-cp37-cp37m-win_amd64.whl
| Download URL | pymssql-2.2.6-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 |
8393f60a6e979d49b8c1c935c84e386d40d197825dd38499d09ebd870d8a3a17
|
|
BLAKE2b-256 checksum How to use checksums |
148097827bcddbabda74a7a20be3969800c0eeaef0f4ee576544d0c0374c8dd0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.9
|
Release files / pymssql-2.2.6-cp37-cp37m-win32.whl
| Download URL | pymssql-2.2.6-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 |
5c97667f2076a36941f9b56777e0cd323276eae0103091976ecb9c3cfc9b6d16
|
|
BLAKE2b-256 checksum How to use checksums |
c4bd29689453b75678bd60ba81020abfcc8f18ef56897a5ead4c1f1a1b23b48d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.9
|
Release files / pymssql-2.2.6-cp37-cp37m-manylinux_2_24_x86_64.whl
| Download URL | pymssql-2.2.6-cp37-cp37m-manylinux_2_24_x86_64.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.24+ x86-64 |
|
SHA-256 checksum How to use checksums |
a5ae71152cb6e7570a0eb73ff6df50439b4429157c44925bc61c9812fa9691b9
|
|
BLAKE2b-256 checksum How to use checksums |
b96982e93f4d14b86efa84a83efa4e8e2f1154b084b76c1c0dd6cdd7c2ef806a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp37-cp37m-manylinux_2_24_i686.whl
| Download URL | pymssql-2.2.6-cp37-cp37m-manylinux_2_24_i686.whl |
|---|---|
| Size | 3.2 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.24+ x86-32 |
|
SHA-256 checksum How to use checksums |
3906f6dd5c55ee79fd9d70993a7fc75da02c0ab2256c1e95702ed2c17d86c162
|
|
BLAKE2b-256 checksum How to use checksums |
6055fec33c52c34a0b8b7e7e11d58ecd3ff88cdaeb2f8e7547619488d887b327
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | pymssql-2.2.6-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 |
b9dbf3fbd5c545a19023075f37a35cc120a662b61ef44edcaa0773ae804ba47a
|
|
BLAKE2b-256 checksum How to use checksums |
6eff709236216a359fb035cd1f2cdf63c7ce8140d764f8416f1ee585a73500b3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
| Download URL | pymssql-2.2.6-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 |
1bbe8282804dd52bd648e089fe5950bdfd3469b84c287726f82e70b7b238b6f2
|
|
BLAKE2b-256 checksum How to use checksums |
af7c1371134050b869dda8b419408902d57a5372840ad0af311bc3674604f65c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl
| Download URL | pymssql-2.2.6-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 |
744d684b914c49ad55fd6c418685da305e046a4506cb2fd9070ae4da1eb9721a
|
|
BLAKE2b-256 checksum How to use checksums |
9899139fea4cda73e115b06723a5bc6426c2a78ee51279062ebd14b23b970ee5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.whl
| Download URL | pymssql-2.2.6-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 |
09114d1a07b1d425548557b6d8af89d74fe696cae5c350934c2eb86d60fc0c99
|
|
BLAKE2b-256 checksum How to use checksums |
cde313b57952370d532cbb2169ce781d504dfb8508f3b7511f76d9e9fbd33125
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl
| Download URL | pymssql-2.2.6-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 |
4bde43f8c8064aa44059735d844ee1c4fe87660fd09db6157214e914473b02b8
|
|
BLAKE2b-256 checksum How to use checksums |
dd8a43181ab06cf196be54f6ff74351cf2b6fb94abbaa4d94492791a28da34fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
| Download URL | pymssql-2.2.6-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 |
e77b8ff4a6b8d6a37167f2f6dbbd15c12f4b8cbced837f5cccbb8d4ff30b977b
|
|
BLAKE2b-256 checksum How to use checksums |
c7266261b43e1e1de15cd085af34bfdc3b3af7c7a774640ef3ee93df7192ae33
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.11.0
|
Release files / pymssql-2.2.6-cp37-cp37m-macosx_10_15_x86_64.whl
| Download URL | pymssql-2.2.6-cp37-cp37m-macosx_10_15_x86_64.whl |
|---|---|
| Size | 1.9 MB |
| Tags | CPython 3.7 CPython 3.7 pymalloc macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
e9fbe135c2ed621e97172a387db6bafe161c19aa099ffb9cf0de8bc24137080f
|
|
BLAKE2b-256 checksum How to use checksums |
0422c66889e19c2bbc7cc14b8e305458d778fc5f7ce177f6652a52967cc1d2e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.7.15
|