hdbcli 2.21.28__cp36-abi3-win32.whl → 2.22.27__cp36-abi3-win32.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 hdbcli might be problematic. Click here for more details.
- hdbcli/__init__.py +1 -1
- {hdbcli-2.21.28.dist-info → hdbcli-2.22.27.dist-info}/METADATA +5 -8
- hdbcli-2.22.27.dist-info/RECORD +9 -0
- pyhdbcli.pyd +0 -0
- hdbcli-2.21.28.dist-info/RECORD +0 -9
- {hdbcli-2.21.28.dist-info → hdbcli-2.22.27.dist-info}/LICENSE +0 -0
- {hdbcli-2.21.28.dist-info → hdbcli-2.22.27.dist-info}/WHEEL +0 -0
- {hdbcli-2.21.28.dist-info → hdbcli-2.22.27.dist-info}/top_level.txt +0 -0
hdbcli/__init__.py
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hdbcli
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.22.27
|
|
4
4
|
Summary: SAP HANA Python Client
|
|
5
5
|
Home-page: https://www.sap.com/
|
|
6
6
|
Author: SAP SE
|
|
7
7
|
License: SAP DEVELOPER LICENSE AGREEMENT
|
|
8
8
|
Project-URL: Documentation, https://help.sap.com/viewer/f1b440ded6144a54ada97ff95dac7adf/latest/en-US/f3b8fabf34324302b123297cdbe710f0.html
|
|
9
|
-
Keywords: SAP HANA client in-memory database SQL business application intelligent enterprise
|
|
9
|
+
Keywords: SAP HANA client in-memory database SQL cloud business application intelligent enterprise AI artificial intelligence analytics experience
|
|
10
10
|
Platform: UNKNOWN
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: Intended Audience :: Developers
|
|
@@ -18,17 +18,13 @@ Classifier: Intended Audience :: Legal Industry
|
|
|
18
18
|
Classifier: Intended Audience :: Manufacturing
|
|
19
19
|
Classifier: Intended Audience :: Science/Research
|
|
20
20
|
Classifier: License :: Other/Proprietary License
|
|
21
|
+
Classifier: Operating System :: MacOS
|
|
21
22
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
23
|
+
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
|
|
22
24
|
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
|
|
23
|
-
Classifier: Operating System :: Microsoft :: Windows :: Windows 7
|
|
24
|
-
Classifier: Operating System :: Microsoft :: Windows :: Windows 8
|
|
25
|
-
Classifier: Operating System :: Microsoft :: Windows :: Windows 8.1
|
|
26
|
-
Classifier: Operating System :: Microsoft :: Windows :: Windows Server 2008
|
|
27
25
|
Classifier: Operating System :: POSIX :: Linux
|
|
28
26
|
Classifier: Programming Language :: Python
|
|
29
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
30
27
|
Classifier: Programming Language :: Python :: 3
|
|
31
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
32
28
|
Classifier: Programming Language :: Python :: 3.8
|
|
33
29
|
Classifier: Programming Language :: Python :: 3.9
|
|
34
30
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -59,6 +55,7 @@ Install via ``pip install hdbcli`` or install manually via the `HANA Client Inst
|
|
|
59
55
|
Quick Start
|
|
60
56
|
-----------
|
|
61
57
|
|
|
58
|
+
* For HANA Cloud databases, the port number is 443 and encryption is always enabled by default
|
|
62
59
|
* For HANA tenant databases, use the port number 3**NN**13 (where **NN** is the SAP instance number - e.g. 30013).
|
|
63
60
|
* For HANA system databases in a multitenant system, the port number is 3**NN**13.
|
|
64
61
|
* For HANA single-tenant databases, the port number is 3**NN**15.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
pyhdbcli.pyd,sha256=TcLW3B9AfVBlh4vqLw4kftyPXjN_ff59BV0oU7S2fww,8414768
|
|
2
|
+
hdbcli/__init__.py,sha256=tHZkhP9whoZSRoyeSotVMv6yqoBv85loEkKKQ7dUQj4,163
|
|
3
|
+
hdbcli/dbapi.py,sha256=jdRxlVKCeOeVCZ8xiPDWOUCWqQTKKLi7viPo8pg0P54,3130
|
|
4
|
+
hdbcli/resultrow.py,sha256=VDVuTB4e_dr9I6rMh11BvHdf4oXBWW29C5lRRfDsC0w,47
|
|
5
|
+
hdbcli-2.22.27.dist-info/LICENSE,sha256=we0Rtl2sV2nLJ7uQYb8WyohHGd5GPSH2C0AmTbW6xnM,13530
|
|
6
|
+
hdbcli-2.22.27.dist-info/METADATA,sha256=NDzOEqxIg165pVJ0ireLCCLojIcWtbchbA675Bnum8k,6129
|
|
7
|
+
hdbcli-2.22.27.dist-info/WHEEL,sha256=_QnT23Vv5YRa4iRimE-BlP6ILVeuwvhs3ULTMOeMgOs,96
|
|
8
|
+
hdbcli-2.22.27.dist-info/top_level.txt,sha256=8LbnTZeduoYdRMjEGsfW-zEnFYceyInSnjZftZDOZuw,16
|
|
9
|
+
hdbcli-2.22.27.dist-info/RECORD,,
|
pyhdbcli.pyd
CHANGED
|
Binary file
|
hdbcli-2.21.28.dist-info/RECORD
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
pyhdbcli.pyd,sha256=uh71v7EAzXuAV2KCWbVnW31vHxRFgivlcHewC1Xy_sI,8284208
|
|
2
|
-
hdbcli/__init__.py,sha256=41CLMNzWFYjL3ydj_AN17VNunbC-vGzQ5m7GLI6neVk,163
|
|
3
|
-
hdbcli/dbapi.py,sha256=jdRxlVKCeOeVCZ8xiPDWOUCWqQTKKLi7viPo8pg0P54,3130
|
|
4
|
-
hdbcli/resultrow.py,sha256=VDVuTB4e_dr9I6rMh11BvHdf4oXBWW29C5lRRfDsC0w,47
|
|
5
|
-
hdbcli-2.21.28.dist-info/LICENSE,sha256=we0Rtl2sV2nLJ7uQYb8WyohHGd5GPSH2C0AmTbW6xnM,13530
|
|
6
|
-
hdbcli-2.21.28.dist-info/METADATA,sha256=-DMngjoLEaSrYfvinx23JgioTVSTw-gK1UUTfcRimKo,6280
|
|
7
|
-
hdbcli-2.21.28.dist-info/WHEEL,sha256=_QnT23Vv5YRa4iRimE-BlP6ILVeuwvhs3ULTMOeMgOs,96
|
|
8
|
-
hdbcli-2.21.28.dist-info/top_level.txt,sha256=8LbnTZeduoYdRMjEGsfW-zEnFYceyInSnjZftZDOZuw,16
|
|
9
|
-
hdbcli-2.21.28.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|