fastmssql 0.1.0__cp312-cp312-win_amd64.whl → 0.1.1__cp312-cp312-win_amd64.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_core.cp312-win_amd64.pyd +0 -0
- {fastmssql-0.1.0.dist-info → fastmssql-0.1.1.dist-info}/METADATA +4 -3
- fastmssql-0.1.1.dist-info/RECORD +7 -0
- {fastmssql-0.1.0.dist-info → fastmssql-0.1.1.dist-info}/licenses/LICENSE +2 -2
- fastmssql-0.1.0.dist-info/RECORD +0 -7
- {fastmssql-0.1.0.dist-info → fastmssql-0.1.1.dist-info}/WHEEL +0 -0
|
Binary file
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fastmssql
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Intended Audience :: Developers
|
|
6
|
-
Classifier: License ::
|
|
6
|
+
Classifier: License :: Other/Proprietary License
|
|
7
7
|
Classifier: Programming Language :: Python :: 3
|
|
8
8
|
Classifier: Programming Language :: Python :: 3.8
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.9
|
|
@@ -23,7 +23,8 @@ Requires-Dist: psutil>=5.9.0 ; extra == 'dev'
|
|
|
23
23
|
Provides-Extra: dev
|
|
24
24
|
License-File: LICENSE
|
|
25
25
|
Summary: A high-performance Python library for Microsoft SQL Server using Rust and Tiberius
|
|
26
|
-
Author-email:
|
|
26
|
+
Author-email: Riveranda <riverb514@gmail.com>
|
|
27
|
+
License: PolyForm Noncommercial License 1.0.0
|
|
27
28
|
Requires-Python: >=3.8
|
|
28
29
|
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
29
30
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
fastmssql-0.1.1.dist-info/METADATA,sha256=65JIsPJ3FYhmljutpxlkUX0iqLHnBGtYpysWGNDl8es,25760
|
|
2
|
+
fastmssql-0.1.1.dist-info/WHEEL,sha256=UoHC5NvzY0geoE2r8Mxbl5fR5fYT9OeSzrhPCIC4-kQ,96
|
|
3
|
+
fastmssql-0.1.1.dist-info/licenses/LICENSE,sha256=sHV8b3wGLX_KE9w2JVnp80n-2hQphvBuBfCOlnH4ya0,4904
|
|
4
|
+
fastmssql/__init__.py,sha256=DxbJfaqDV2yuFLtNjXD18xS8_JcizitpdGiobNx5DZ8,625
|
|
5
|
+
fastmssql/fastmssql.py,sha256=cFkcZ_KJD6PMydAmq5NdTKxhlkof50Z98W0FKIXrzmI,26952
|
|
6
|
+
fastmssql/fastmssql_core.cp312-win_amd64.pyd,sha256=tPA36TAHa0xziA3Vm0bLueDd6nWPGRmRnvRJt2SF5mQ,2747904
|
|
7
|
+
fastmssql-0.1.1.dist-info/RECORD,,
|
|
@@ -132,8 +132,8 @@ of your licenses.
|
|
|
132
132
|
|
|
133
133
|
## Required Notice
|
|
134
134
|
|
|
135
|
-
Required Notice: Copyright
|
|
135
|
+
Required Notice: Copyright Riveranda (https://github.com/Rivendael)
|
|
136
136
|
|
|
137
137
|
## Contact
|
|
138
138
|
|
|
139
|
-
For questions about this license or the software, contact the author via
|
|
139
|
+
For questions about this license or the software, contact the author via Email: riverb514@gmail.com
|
fastmssql-0.1.0.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
fastmssql-0.1.0.dist-info/METADATA,sha256=zTpd4QLpPfIL9p2jSW_j0GnaNU1xcUrscXphRXcZ4GU,25719
|
|
2
|
-
fastmssql-0.1.0.dist-info/WHEEL,sha256=UoHC5NvzY0geoE2r8Mxbl5fR5fYT9OeSzrhPCIC4-kQ,96
|
|
3
|
-
fastmssql-0.1.0.dist-info/licenses/LICENSE,sha256=wGTGRIlCuZyEM2kouBMu9DWTTFOXXGkTP4fszNoR3XA,4914
|
|
4
|
-
fastmssql/__init__.py,sha256=DxbJfaqDV2yuFLtNjXD18xS8_JcizitpdGiobNx5DZ8,625
|
|
5
|
-
fastmssql/fastmssql.py,sha256=cFkcZ_KJD6PMydAmq5NdTKxhlkof50Z98W0FKIXrzmI,26952
|
|
6
|
-
fastmssql/fastmssql_core.cp312-win_amd64.pyd,sha256=ArGHV6dWDYWxCNPIcXyWj5IPK1mSSrbIOwdz9viDBl0,2747904
|
|
7
|
-
fastmssql-0.1.0.dist-info/RECORD,,
|
|
File without changes
|