fastmssql 0.3.4__cp39-cp39-manylinux_2_28_x86_64.whl → 0.3.5__cp39-cp39-manylinux_2_28_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fastmssql might be problematic. Click here for more details.
- fastmssql/fastmssql.cpython-39-x86_64-linux-gnu.so +0 -0
- {fastmssql-0.3.4.dist-info → fastmssql-0.3.5.dist-info}/METADATA +3 -2
- fastmssql-0.3.5.dist-info/RECORD +6 -0
- {fastmssql-0.3.4.dist-info → fastmssql-0.3.5.dist-info}/WHEEL +1 -1
- fastmssql-0.3.4.dist-info/RECORD +0 -6
- {fastmssql-0.3.4.dist-info → fastmssql-0.3.5.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastmssql
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
6
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
@@ -15,6 +15,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
18
19
|
Classifier: Programming Language :: Rust
|
|
19
20
|
Classifier: Topic :: Database
|
|
20
21
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
@@ -104,7 +105,7 @@ pip install fastmssql
|
|
|
104
105
|
|
|
105
106
|
### Prerequisites
|
|
106
107
|
|
|
107
|
-
- Python 3.8 to 3.
|
|
108
|
+
- Python 3.8 to 3.14
|
|
108
109
|
- Microsoft SQL Server (any recent version)
|
|
109
110
|
|
|
110
111
|
### From source (development)
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
fastmssql/__init__.py,sha256=H2sCgkVlgRo3oIbejLqnHUIsFCqcbJIc20TJ4CCPkQo,43543
|
|
2
|
+
fastmssql/fastmssql.cpython-39-x86_64-linux-gnu.so,sha256=w09qeKN5m92eCShgjNibOF9Jxxb9oCIu_atPU0QUK4g,2614608
|
|
3
|
+
fastmssql-0.3.5.dist-info/METADATA,sha256=TRFFzjXftcC7pIT545HvBnDXCudyYue8WNAgKg7hyp4,12431
|
|
4
|
+
fastmssql-0.3.5.dist-info/WHEEL,sha256=52ALoxYrMTrSSY9bPskQd-Vvfx8FoV9ejnz-TwAQZXI,107
|
|
5
|
+
fastmssql-0.3.5.dist-info/RECORD,,
|
|
6
|
+
fastmssql-0.3.5.dist-info/licenses/LICENSE,sha256=OHj2nKice3tSk2Us200EWXDpwDKtAzeOu4NF4rwg5gk,33858
|
fastmssql-0.3.4.dist-info/RECORD
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
fastmssql/__init__.py,sha256=H2sCgkVlgRo3oIbejLqnHUIsFCqcbJIc20TJ4CCPkQo,43543
|
|
2
|
-
fastmssql/fastmssql.cpython-39-x86_64-linux-gnu.so,sha256=q0cv24WX5eMKlnqk3ud24RZYW67dYSWTqbWD9S_zbqY,2639248
|
|
3
|
-
fastmssql-0.3.4.dist-info/METADATA,sha256=0xiLRry7Wua73hN1hebqv76Tyc5b4FKBz5QokAhbQtw,12380
|
|
4
|
-
fastmssql-0.3.4.dist-info/WHEEL,sha256=kYeJSGbzFkA62a3EVhP4J2A1rbUESVV_qWnLOcdcWu0,107
|
|
5
|
-
fastmssql-0.3.4.dist-info/RECORD,,
|
|
6
|
-
fastmssql-0.3.4.dist-info/licenses/LICENSE,sha256=OHj2nKice3tSk2Us200EWXDpwDKtAzeOu4NF4rwg5gk,33858
|
|
File without changes
|