fastmssql 0.3.4__cp310-cp310-macosx_11_0_arm64.whl → 0.3.6__cp310-cp310-macosx_11_0_arm64.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.

Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastmssql
3
- Version: 0.3.4
3
+ Version: 0.3.6
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+)
@@ -9,12 +9,12 @@ Classifier: Operating System :: Microsoft :: Windows
9
9
  Classifier: Operating System :: POSIX :: Linux
10
10
  Classifier: Operating System :: MacOS
11
11
  Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.8
13
12
  Classifier: Programming Language :: Python :: 3.9
14
13
  Classifier: Programming Language :: Python :: 3.10
15
14
  Classifier: Programming Language :: Python :: 3.11
16
15
  Classifier: Programming Language :: Python :: 3.12
17
16
  Classifier: Programming Language :: Python :: 3.13
17
+ Classifier: Programming Language :: Python :: 3.14
18
18
  Classifier: Programming Language :: Rust
19
19
  Classifier: Topic :: Database
20
20
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
@@ -26,7 +26,7 @@ License-File: LICENSE
26
26
  Summary: A high-performance async Python library for Microsoft SQL Server built on Rust for heavy workloads and low latency.
27
27
  Author-email: Riveranda <riverb514@gmail.com>
28
28
  License: GPL-3.0-or-later OR Commercial
29
- Requires-Python: >=3.8
29
+ Requires-Python: >=3.9
30
30
  Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
31
31
  Project-URL: Homepage, https://github.com/Rivendael/FastMssql
32
32
  Project-URL: Repository, https://github.com/Rivendael/FastMssql
@@ -39,30 +39,18 @@ FastMSSQL is an async Python library for Microsoft SQL Server (MSSQL), built in
39
39
  Unlike pyodbc or pymssql, it uses a native SQL Server client—no ODBC required—simplifying installation on Windows, macOS, and Linux.
40
40
  Great for data ingestion, bulk inserts, and large-scale query workloads.
41
41
 
42
- [![PyPI](https://img.shields.io/pypi/v/fastmssql)](https://pypi.org/project/fastmssql/)
43
42
  [![Python Versions](https://img.shields.io/pypi/pyversions/fastmssql)](https://pypi.org/project/fastmssql/)
44
- [![Rust Backend](https://img.shields.io/badge/backend-rust-orange)](https://github.com/Rivendael/pymssql-rs)
45
- [![Async](https://img.shields.io/badge/async-tokio-blue)](https://github.com/Rivendael/pymssql-rs)
46
- [![License](https://img.shields.io/badge/license-GPL--3.0%20or%20Commercial-green)](LICENSE)
43
+ [![Python 3.14 Experimental](https://img.shields.io/badge/python-3.14%20experimental-yellow)](https://github.com/Rivendael/fastmssql)
47
44
 
45
+ [![License](https://img.shields.io/badge/license-GPL--3.0%20or%20Commercial-green)](LICENSE)
48
46
 
47
+ [![Unit Tests](https://github.com/Rivendael/fastmssql/actions/workflows/unittests.yml/badge.svg)](https://github.com/Rivendael/fastmssql/actions/workflows/build.yml)
49
48
 
50
- ## Contents
49
+ [![Latest Release](https://img.shields.io/github/v/release/Rivendael/fastmssql)](https://github.com/Rivendael/fastmssql/releases)
51
50
 
52
- - Features
53
- - Installation
54
- - Quick start
55
- - Usage
56
- - Connection options
57
- - Working with data (query vs execute)
58
- - Connection pooling
59
- - SSL/TLS
60
- - Performance tips
61
- - Examples & benchmarks
62
- - Troubleshooting
63
- - Contributing
64
- - License
51
+ [![Platform](https://img.shields.io/badge/platform-Windows%20|%20Linux%20|%20macOS-lightgrey)](https://github.com/Rivendael/fastmssql)
65
52
 
53
+ [![Rust Backend](https://img.shields.io/badge/backend-rust-orange)](https://github.com/Rivendael/pymssql-rs)
66
54
 
67
55
  ## Features
68
56
 
@@ -104,7 +92,7 @@ pip install fastmssql
104
92
 
105
93
  ### Prerequisites
106
94
 
107
- - Python 3.8 to 3.13
95
+ - Python 3.8 to 3.14
108
96
  - Microsoft SQL Server (any recent version)
109
97
 
110
98
  ### From source (development)
@@ -0,0 +1,6 @@
1
+ fastmssql/__init__.py,sha256=H2sCgkVlgRo3oIbejLqnHUIsFCqcbJIc20TJ4CCPkQo,43543
2
+ fastmssql/fastmssql.cpython-310-darwin.so,sha256=zJCv8taJ700zAEsUotyVc4Jrsb8OFKaX2ACXO3NQ3_Q,2052320
3
+ fastmssql-0.3.6.dist-info/RECORD,,
4
+ fastmssql-0.3.6.dist-info/WHEEL,sha256=1HzitGWwaQ_1cRGYA-hVZYqBJWL0d0HZ7WM_BBFJE0w,132
5
+ fastmssql-0.3.6.dist-info/METADATA,sha256=JPpjwy3GKpu2Nu4aLbJWr4-udpB7QNB7uhYrQIFjtg4,12514
6
+ fastmssql-0.3.6.dist-info/licenses/LICENSE,sha256=OHj2nKice3tSk2Us200EWXDpwDKtAzeOu4NF4rwg5gk,33858
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.9.3)
2
+ Generator: maturin (1.9.4)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp310-cp310-macosx_11_0_arm64
5
5
  Generator: delocate 0.13.0
@@ -1,6 +0,0 @@
1
- fastmssql-0.3.4.dist-info/RECORD,,
2
- fastmssql-0.3.4.dist-info/WHEEL,sha256=jZxrHC-ILb5xRoXJp_MecAw4BxeAsi-L_ZpkO8fG8As,132
3
- fastmssql-0.3.4.dist-info/METADATA,sha256=0xiLRry7Wua73hN1hebqv76Tyc5b4FKBz5QokAhbQtw,12380
4
- fastmssql-0.3.4.dist-info/licenses/LICENSE,sha256=OHj2nKice3tSk2Us200EWXDpwDKtAzeOu4NF4rwg5gk,33858
5
- fastmssql/__init__.py,sha256=H2sCgkVlgRo3oIbejLqnHUIsFCqcbJIc20TJ4CCPkQo,43543
6
- fastmssql/fastmssql.cpython-310-darwin.so,sha256=Dn-rIQ5ME_sPmMRiOZie-N5NivH3Spq12z8oXPZQyOE,2068832