pymssql 2.3.4
pip install pymssql
Released:
DB-API interface to Microsoft SQL Server for Python. (new Cython-based version)
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Library or Lesser General Public License (LGPL) (LGPL)
- Author: Damien Churchill
- Maintainer: Mikhail Terekhov
- Tags mssql, SQL Server, database, DB-API
- Requires: Python >=3.8
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
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.3.4 - 2025-04-01 - Mikhail Terekhov
General
Update packaging to fix metadata, thanks to AbigailColwell.
Version 2.3.3 - 2025-03-31 - Mikhail Terekhov
General
Update FreeTDS to 1.4.26.
Add py.typed which marks pymssql as suporting typechecks, thanks Niklas Mertsch (closes #925).
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: GNU Library or Lesser General Public License (LGPL) (LGPL)
- Author: Damien Churchill
- Maintainer: Mikhail Terekhov
- Tags mssql, SQL Server, database, DB-API
- Requires: Python >=3.8
Classifiers
- Development Status
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Uploaded
CPython 3.13
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.13
musllinux: musl 1.2+ i686
Uploaded
CPython 3.13
musllinux: musl 1.1+ x86-64
Uploaded
CPython 3.13
musllinux: musl 1.1+ i686
Uploaded
CPython 3.13
manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ i686
Uploaded
CPython 3.13
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.13
macOS 13.0+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.12
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.12
musllinux: musl 1.2+ i686
Uploaded
CPython 3.12
musllinux: musl 1.1+ x86-64
Uploaded
CPython 3.12
musllinux: musl 1.1+ i686
Uploaded
CPython 3.12
manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ i686
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.12
macOS 13.0+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.11
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.11
musllinux: musl 1.2+ i686
Uploaded
CPython 3.11
musllinux: musl 1.1+ x86-64
Uploaded
CPython 3.11
musllinux: musl 1.1+ i686
Uploaded
CPython 3.11
manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ i686
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.11
macOS 13.0+ universal2 (ARM64, x86-64)
Uploaded
CPython 3.10
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.10
musllinux: musl 1.2+ i686
Uploaded
CPython 3.10
musllinux: musl 1.1+ x86-64
Uploaded
CPython 3.10
musllinux: musl 1.1+ i686
Uploaded
CPython 3.10
manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ i686
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.10
macOS 13.0+ x86-64
Uploaded
CPython 3.9
musllinux: musl 1.2+ x86-64
Uploaded
CPython 3.9
musllinux: musl 1.2+ i686
Uploaded
CPython 3.9
musllinux: musl 1.1+ x86-64
Uploaded
CPython 3.9
musllinux: musl 1.1+ i686
Uploaded
CPython 3.9
manylinux: glibc 2.28+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ i686
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.9
manylinux: glibc 2.5+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.5+ i686
Uploaded
CPython 3.9
macOS 13.0+ x86-64
File details
Details for the file pymssql-2.3.4.tar.gz
.
File metadata
- Download URL: pymssql-2.3.4.tar.gz
- Upload date:
- Size: 184.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 117c82d7aa9021171aa9be98368475519f33d9c32073cdcf9b0d76231abc6436 |
|
MD5 | e8cded8c3bb4f0d107b4fc69b79bace6 |
|
BLAKE2b-256 | 83355a0b79369e42fffd5c04e4e74fa90ef034cc5c3f314e14f6d58cac646ccf |
File details
Details for the file pymssql-2.3.4-cp313-cp313-win32.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp313-cp313-win32.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e31b507f4669671e8bbdeecf1c1c2ed9c092953a1decfae5af656200a74195d1 |
|
MD5 | ebdb67b5b0448089de680da400d37e6e |
|
BLAKE2b-256 | 3fa925ea7056857aabbfd285c397084c571e4486f341ff8e8086b067bc2e2109 |
File details
Details for the file pymssql-2.3.4-cp313-cp313-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e08f1bc9e4a914c82816e3e5270b53bead13d3444435fc7bddfff9cb302b9982 |
|
MD5 | 1abece716b275f47483b5a35ad1ca792 |
|
BLAKE2b-256 | 7759aae5ba396d1c603325112bf7106705e1781e4604381faa45ad55161f2b0f |
File details
Details for the file pymssql-2.3.4-cp313-cp313-musllinux_1_2_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 145dc2b73e4fe115e6176866245921ce95a216a8d6cb0d9420c2e05ee2a911a9 |
|
MD5 | 944cd8ab0751a2766a6b76d16779cbcb |
|
BLAKE2b-256 | 9c2dc187ebcaeb2832cc7ac85034897eb920b361fd63bf011a5d02b31fe2f840 |
File details
Details for the file pymssql-2.3.4-cp313-cp313-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp313-cp313-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.13, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14f2474fda3c57bc95b9ba146552463571fe77c816cbfb2e64344528d9afb755 |
|
MD5 | 8d5f712ce0aa27f59b27a37a1669bfca |
|
BLAKE2b-256 | 9ef179866247539144dcc9e44e9f8ad700bdc78c286863f37d879d71bbfd2c94 |
File details
Details for the file pymssql-2.3.4-cp313-cp313-musllinux_1_1_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp313-cp313-musllinux_1_1_i686.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.13, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a54a018215cf0cffbaaa6edaa02215ef19fa9c9ff6a2c172e8fa563f577e2e91 |
|
MD5 | 827b3d20f7069dd4eba673405a45bdc5 |
|
BLAKE2b-256 | 91cb9d9342f0936ff6d58a59446e7449f93cc1134e59f3a1ec075e7b364e82a6 |
File details
Details for the file pymssql-2.3.4-cp313-cp313-manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp313-cp313-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3b784563f2b24c4d3f0e250fa9cfe59a22791539725f4d5059139c66f072a14 |
|
MD5 | 4e3aa49f8a3265b1f0240b39b9b431d5 |
|
BLAKE2b-256 | c1f2973dfded45e0df9dcf72bc1b7254cefd5ffb1492f314822020d3c066421f |
File details
Details for the file pymssql-2.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bfcd63280b0f74124241092bdfd7889925342bcb58b4cde299e4c91cec55436 |
|
MD5 | 5db70c5ddd2bd4ab6e746d4743bf093f |
|
BLAKE2b-256 | abcb54ca973c666e8402f3bf7feaf7e2037b7c80dbd732be67e224f95cb6a1cc |
File details
Details for the file pymssql-2.3.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 79881cbe1a5826ddb959ccf8add015e5b82e6afbbf9cf5e281bd794278b2c2eb |
|
MD5 | ee87221f9fa6d504404e5d9325d74234 |
|
BLAKE2b-256 | 2a29b9f08676145c3086db11c55b40bd58dfb0d775853f7280c1b2e15fc44fc2 |
File details
Details for the file pymssql-2.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d247114853ada387415df303d24d2e990596ce28b23f5b59c46d852cfea0f2ad |
|
MD5 | 541dd14b1c7c5a280087d266dce95b60 |
|
BLAKE2b-256 | 4b7c15e75a74de5e392ea1a9456261632cc312c873f28ac2f9ef39dfefac8cd2 |
File details
Details for the file pymssql-2.3.4-cp313-cp313-macosx_13_0_universal2.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp313-cp313-macosx_13_0_universal2.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13, macOS 13.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36ede0bc046e18cb0a5f043828bc441c80ffb2aa4606ce0cfcbf2a3d71266f0a |
|
MD5 | 788d57af1b85168b535686d99b061f40 |
|
BLAKE2b-256 | 635890dbe299359c547fcb037d4a12f2146916213b99a245d01efdf5ade52910 |
File details
Details for the file pymssql-2.3.4-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d72b38b5ba66a4072c680447099bb63ac35d0425e9a29ff91b048e563b999be5 |
|
MD5 | 0b2a99ae1bbf1037fd005fb8f0aea5bc |
|
BLAKE2b-256 | 0f43c98f34e7b3cd45653fb233a4bee83bffca0cf5e78c290c291cec34faac21 |
File details
Details for the file pymssql-2.3.4-cp312-cp312-win32.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp312-cp312-win32.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8f5718f5e7d2623eaf35e025d5fa288c5789916809a89f00b42346b888673da |
|
MD5 | 9f6994521f97f3c05f70be501a43fef9 |
|
BLAKE2b-256 | 4f221b2ef85804872a5940010d3c012722356af1fa24f8ba6f419c0260881032 |
File details
Details for the file pymssql-2.3.4-cp312-cp312-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51b8ebfbd7d14d5e7c65e76ffaf31584ffabe9fb1bfd2a85f529bd707512e39d |
|
MD5 | 3c598c76bdd0bc80bc64558730cb17e8 |
|
BLAKE2b-256 | 5f7c77d0251f4b5ad5690226a93547fc8279c1c48bd14e3ccc820f5c580a3b73 |
File details
Details for the file pymssql-2.3.4-cp312-cp312-musllinux_1_2_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba4f988674b361709821c8173a6471aa6e47ee6e45b5a8e30d4dcbde1f62fb0f |
|
MD5 | 61ccd6d9fc04b6cc328263def1386183 |
|
BLAKE2b-256 | c77c0fec6587b38081d0d0fca4f9ad31e85ec6c5791879e57f0e559ec6be4d3d |
File details
Details for the file pymssql-2.3.4-cp312-cp312-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp312-cp312-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.12, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a0716482cd5ecce07230925593cefd9137959c18aca4c92fc24c243d3c20e38 |
|
MD5 | 08c0a6876e9436f8a7bf6c7ce8d7640b |
|
BLAKE2b-256 | c1a2e55d823e3ab21cf9fc88e4e2424936899392d9d2e6569d5bcce063f84dac |
File details
Details for the file pymssql-2.3.4-cp312-cp312-musllinux_1_1_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp312-cp312-musllinux_1_1_i686.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.12, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9484485fb847eb67f828459b0f4857c9725b20c517c2b7f88a9788fd72b76a6a |
|
MD5 | 2c8de314c23978c01309e4e3f81e9e0e |
|
BLAKE2b-256 | 7a2dc787f061dcd0603905bf8085dda9cddb8c3c03b18d9239d5d18c953eebba |
File details
Details for the file pymssql-2.3.4-cp312-cp312-manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp312-cp312-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7f245acbdf89b96a41513ef0214b55a3ba2824f1f3119dd1945443b6cac78d3 |
|
MD5 | 40fad23d965c652fca02e9d366a6b903 |
|
BLAKE2b-256 | 6ca6923769b6dbb4e3a4c07a867e0c7fa8e4b230f675095cd7109d4e3eb9ddf0 |
File details
Details for the file pymssql-2.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2c1c8d3632630d52387e5b5b4483027494b5cb8f65401573715b74e7a3f16e5 |
|
MD5 | 95602b68a81dff82b3d051295708ca75 |
|
BLAKE2b-256 | b993879d92f61afb974f69b9186b16ee6a97adff2abc82777e3b66c9c9efb179 |
File details
Details for the file pymssql-2.3.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e22bb4d5aed85b084e3b9fb5ae3463301dd69c17703cfef72e0aed746452cc9 |
|
MD5 | 97e33c402d55c300aa3a42c360c74884 |
|
BLAKE2b-256 | a6ac3aca13f1f527299db4adef594fb9f14d47d68de91b93a220a67391b8ec87 |
File details
Details for the file pymssql-2.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48ab1ee04754fb8ce703b6c154e54fde4f6c7f440766d397b101b748123a12df |
|
MD5 | f715ecc367cbf4e0f861235241385352 |
|
BLAKE2b-256 | 43f919bbb0026a47043fb239e821e10a75304b12ba986ce4af71cf8986af411c |
File details
Details for the file pymssql-2.3.4-cp312-cp312-macosx_13_0_universal2.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp312-cp312-macosx_13_0_universal2.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12, macOS 13.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 809b75aaeb9bcd061230bace41e275f80f464f70fcbf5dde2ba7ba8f0eea5298 |
|
MD5 | 090a4a7668c017b9f97bebaec9803b71 |
|
BLAKE2b-256 | bc895a7a4b27ee44b2dc4708de7e897311cb17f15e7c983c299e8bf97ebf98d1 |
File details
Details for the file pymssql-2.3.4-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e131c6148dd25a89f666ae6156a8a95a6526628955a3cd8326ccf1cba4183d64 |
|
MD5 | 88a6a4e05bdaadbd1b3e3a6bc935f916 |
|
BLAKE2b-256 | 8bb6a54afeb5df87fc22add90d5d0076cb3ece19b6d6c68b8826400269fab316 |
File details
Details for the file pymssql-2.3.4-cp311-cp311-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 5.0 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 107e1b5efc42376b2426fcfadaad2b559d90ba55f634abd1af551e8c88aa9252 |
|
MD5 | 53613b5b53e96b8b8cda4b2e968a191f |
|
BLAKE2b-256 | 3c792dd758ea7f6dc0d4639c8ba93b46b7a18d54e7f57e9ad82c441cba101c23 |
File details
Details for the file pymssql-2.3.4-cp311-cp311-musllinux_1_2_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1087ad97a10db3f6cc387da9fcbccdbf458054b54f793d9aa61f0da69e32e15 |
|
MD5 | fc5bea15653153fda7615e8829c51051 |
|
BLAKE2b-256 | b81ded047510378bdf7dadd7d5f4373cff4179135a5c0e561fe15ad00c0b8870 |
File details
Details for the file pymssql-2.3.4-cp311-cp311-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 4.2 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5de0c70701736a815facc4d1cb943293829b7c5994c6c50bbc9abdf138cf1e4 |
|
MD5 | 669e6bdb15d675640724288fa2618a95 |
|
BLAKE2b-256 | d4f4f87086a2580fd9bf8df4cae940b2d6daccb61ab57ce2feac7fe0ae4c4c23 |
File details
Details for the file pymssql-2.3.4-cp311-cp311-musllinux_1_1_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp311-cp311-musllinux_1_1_i686.whl
- Upload date:
- Size: 4.2 MB
- Tags: CPython 3.11, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 707996a9bee34e2fb9cc87f0d64b87a527884ab6b7dd19496e676b42527fb039 |
|
MD5 | 0211b68a6f0049259cd60d4bceb21a3c |
|
BLAKE2b-256 | a67cdbacd3da9c494afebd09de8a10ab6241654586be202d029c75628957cd99 |
File details
Details for the file pymssql-2.3.4-cp311-cp311-manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp311-cp311-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 502b4b6df757fbe1196eba204d06fb4b55b4fab0019eb23b2dccd51c2ae149a5 |
|
MD5 | c7be9fcd1473c2f4f68cbe392ef4c6cb |
|
BLAKE2b-256 | e31a820066ddbc46f1d5f084e2a0aeb830bf8222cd1b9d1fdc7df7a8b7fc80ec |
File details
Details for the file pymssql-2.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 318de31ee24ee417df7d454aa75240cef806a029996259c5820057eff4d87fb0 |
|
MD5 | 781e6073371196e5fb8760ce820099d4 |
|
BLAKE2b-256 | 26dc90eb4178768e5e1a5afb128887daffa206615f0953d3e1513e4af4d91d56 |
File details
Details for the file pymssql-2.3.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0d10384c428b92f16d46eaeb9f14976e768a22083b68d646e6659b514571d37 |
|
MD5 | 225c26b27ea7afb85714dc346ca410df |
|
BLAKE2b-256 | 55c4f8bf22f696992887146015790fe5f418cff808810fe33d7704b519c350e2 |
File details
Details for the file pymssql-2.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a417eeab6b7000777db5bcecd391f13d9fa8ec082994650ea9327edafba4a30 |
|
MD5 | a45ad284fac8e6eb654e037fac9c3e75 |
|
BLAKE2b-256 | 5a129eca79b2b55f220029bdb1009b5e66fedfb2d6a82b1868049220cb1a518a |
File details
Details for the file pymssql-2.3.4-cp311-cp311-macosx_13_0_universal2.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp311-cp311-macosx_13_0_universal2.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.11, macOS 13.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70cbf00ef172f864f3334666c824bf9a1c7c0dffc9319263e7fd6ac097ed98cb |
|
MD5 | 79a3c3d052c10c8139e518345eea600f |
|
BLAKE2b-256 | bb20fb8ab5d4a21be9d8b9e5661d7d1bf218bb04faa5c1a8ee5e9c2dc3d6f98d |
File details
Details for the file pymssql-2.3.4-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 523f17ec7b26040a1545b2674d6dde668529b5f930a8dae98379e28e74b1a2ce |
|
MD5 | 3d13e313e2ef06c77034a822d5d17fdc |
|
BLAKE2b-256 | 683dc3e754b309a26e778ec461d40b1489ce83de46ec55120a43b029a4726110 |
File details
Details for the file pymssql-2.3.4-cp310-cp310-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cd1eb757bba516e45dd055edc61aee0cfe540b93e8da1de8bded16220ac1a19 |
|
MD5 | 9f1ca136206b0bb987382f129a1291c2 |
|
BLAKE2b-256 | 2486fc7352b38179e52ad6271f20bfd6a695dfd0a34e6da96f8a4a00e7436e94 |
File details
Details for the file pymssql-2.3.4-cp310-cp310-musllinux_1_2_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 4.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0951c1d17e523dfb22abca653a98df4bec2c6a8a75fa641206c72a5c0d3b1253 |
|
MD5 | a36f9c90250fab715e88e42133f20e8d |
|
BLAKE2b-256 | d04cfdd9416b6f1e85a88eff31ba12a885d3313a2ca00763766301e80cca9928 |
File details
Details for the file pymssql-2.3.4-cp310-cp310-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 339ac869543b0f0658bd5a6337c7efe87010ded12b69042bc67b716b117b5ce5 |
|
MD5 | a64844104dbd7c168c215373671af648 |
|
BLAKE2b-256 | 388595d7ada9ed26890585de6901878b3e1e2d0b13568dc033522a2d2bf85aeb |
File details
Details for the file pymssql-2.3.4-cp310-cp310-musllinux_1_1_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp310-cp310-musllinux_1_1_i686.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.10, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8746b14a836176ac8dbbed951a5bcfb4c32377f167ae51e2fe3bd170fbf838cb |
|
MD5 | cd61a2650b87471d5a14488332d19ff0 |
|
BLAKE2b-256 | b4ab2fa3ed3c5471f7afa5c0e9f14b9820993d55ffdbefb1a1a8dd8a417e33e7 |
File details
Details for the file pymssql-2.3.4-cp310-cp310-manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp310-cp310-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 825aec308d258ece4ebebc7a0844276d796024a88775b2c11c128969605c055d |
|
MD5 | 274b554dc6d5bf0194920d3aa9365255 |
|
BLAKE2b-256 | 5287269cd50837ed827c37273a62e8445458eab94c873ffd27200c20498093be |
File details
Details for the file pymssql-2.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46083224df49a2dbf76f8bd4989cfbabf92e0d381fdcb89539b931d61a265b59 |
|
MD5 | d0d69ea6d105888a37a2bb4c3aeb1e75 |
|
BLAKE2b-256 | d8513be7830c19a193c111e882ce6f30be82de5c196a57c9ef15ab7d7e5955a5 |
File details
Details for the file pymssql-2.3.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8fdfa946c5c08322dd321a99fff0fe36de63e243a5e525d4935cbf1df4072cda |
|
MD5 | e81a3c0b901595f26af43b65cc5cf561 |
|
BLAKE2b-256 | 4ee963aee4c65123af29039c1ac86a71d34bb4b2aac2311325cedfbb1a22d6da |
File details
Details for the file pymssql-2.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35cf87fcd0537272b35a5a683597996fe96bee4554d1944fe990c51d7dcb4143 |
|
MD5 | 1ade5909dcaaf33de4b0de37aea8ee12 |
|
BLAKE2b-256 | 1bd36127c0d7d66e166ab18be0d02354486062e21f9d5bb4f170925118b42776 |
File details
Details for the file pymssql-2.3.4-cp310-cp310-macosx_13_0_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp310-cp310-macosx_13_0_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.10, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cec30403e10f7e8135c8aea9c764b1f1fc40b64d5d957802c3d537fdb34677e9 |
|
MD5 | 2898edb302b36bce78a4bd380dbb0f76 |
|
BLAKE2b-256 | 4cc19624556dfc8e72f72c2e2ef6d754e7833eb2ea3ba7673696c4cc601bcea9 |
File details
Details for the file pymssql-2.3.4-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 2.0 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48ea563fd02f25439fe054979ebdb469fbcc15dffdc2c67388b24dca195da313 |
|
MD5 | e25c0c8feac8bf81caadd5911adddebc |
|
BLAKE2b-256 | b17b520fc74b072a09af20faa5fb2de988cae5be150611a15f51a96d4c8adbc2 |
File details
Details for the file pymssql-2.3.4-cp39-cp39-musllinux_1_2_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 4.8 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd3c22370652f643d370ab14d6d5b5bde85fb4b43bca1eca6f1105e4218be245 |
|
MD5 | 0c4581966a38f1f5de8b404bbcf99bd3 |
|
BLAKE2b-256 | cc660bf929d6adbd053b43f82c1d0002908123e3614cf782e02353acd18272fd |
File details
Details for the file pymssql-2.3.4-cp39-cp39-musllinux_1_2_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 4.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ecc8d8a35dd319e33f4ead45e9843ccaf2353c4c2d82bd17016d4d8f2ee41a79 |
|
MD5 | 927fc64e96e9bb5530be01504bf4b3f4 |
|
BLAKE2b-256 | 8326ceab1deed7fce9c335ab4bf41401b5bff50dc47fd02a6c78e8b815616233 |
File details
Details for the file pymssql-2.3.4-cp39-cp39-musllinux_1_1_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f59e2c17a19c042782daf41f770f8e63f30dab238b8d77aa51060a735bdb9ac4 |
|
MD5 | ae153acac64e88edc893f6f83dcd804b |
|
BLAKE2b-256 | 28e1a309673a01c946b1506843b68e7231aa8369cfac1ee89db9004848d56e34 |
File details
Details for the file pymssql-2.3.4-cp39-cp39-musllinux_1_1_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp39-cp39-musllinux_1_1_i686.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.9, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2afa69efcf26b8dd960931d4092ad0f0bf2cc92e4bc71ffc10c83ffaebba234d |
|
MD5 | f73bc13bceed871ba551f54d23b99c06 |
|
BLAKE2b-256 | b969515b29102d9969b4d25d3127e4b8a1df5a1185be3ed4f83a21291560b368 |
File details
Details for the file pymssql-2.3.4-cp39-cp39-manylinux_2_28_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp39-cp39-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 4.7 MB
- Tags: CPython 3.9, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dbc315df97bc98a0af2447f44d52e51fd6af892f985db09abc49f24ddb19f3b |
|
MD5 | 7ea2ce384102cf13bbdd064e40324155 |
|
BLAKE2b-256 | e99061b1286b749b6e9fb96a5219e8e9642d3e8300f2e94d66602fa99ecf98bd |
File details
Details for the file pymssql-2.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 4.3 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e43e8276d7b2977672e4ecff5837d674ace36b646d19c943ce0383f95a48ffe3 |
|
MD5 | 2cfbca0157d577b3840201dfbf4aec8f |
|
BLAKE2b-256 | dcc442f22e0d343bf96d84fbab902e2821fdaa7318c54fd6add31be34e6c952d |
File details
Details for the file pymssql-2.3.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b538838abef0bd45a0cf097dfe661a5b8894804aa0dc2a1da9adacf6e5013b8d |
|
MD5 | f132e26467b78c449ba3b460e5350946 |
|
BLAKE2b-256 | c1fd22275fbe8c2de5d0112b0809e444be922762a9f12a791ed49a8bec14e59b |
File details
Details for the file pymssql-2.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ad790becb502b1a981fc83d922813303a1eac7867df62bda2ca12f41b73efd2 |
|
MD5 | a22824e3b0321caa6c38af26a74e0a57 |
|
BLAKE2b-256 | 1ce700a27e73300a172618d5b0cd2f910d4ef434d0c221aa2ff0a507a614ce34 |
File details
Details for the file pymssql-2.3.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl
- Upload date:
- Size: 2.9 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2091f8afb1bff4f398cbd4bb28690e9e63c88f793cd13760a8a7f366525dca0f |
|
MD5 | ed8a16e27d04985d8847433458c0aaa3 |
|
BLAKE2b-256 | b2249c54e1c58522973bff59caaaae92ffbbe4e6d8a5d782aa02030940a009f0 |
File details
Details for the file pymssql-2.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3d6dd05274ebaee7dda6d86fe4773c5cc91962e6c163c443cb4746c8c678037f |
|
MD5 | b895212013662f78d8bba316c877ee51 |
|
BLAKE2b-256 | 3cfbfab148cc6ccbebe56a20413927796f536ed13b71e77cdb0d9d53458d31d8 |
File details
Details for the file pymssql-2.3.4-cp39-cp39-macosx_13_0_x86_64.whl
.
File metadata
- Download URL: pymssql-2.3.4-cp39-cp39-macosx_13_0_x86_64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.9, macOS 13.0+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 378cb74a67cb177d6864acd446e17afc7ebbc7b3cde9cfee04d7221ec1bc08ef |
|
MD5 | 811fe84c642052279050d377b7323223 |
|
BLAKE2b-256 | a81766414aeb30a4c2a23d29b2b8715d20d23e57c3ac2dd7bfd6fee5aa093e07 |