hana-cloud-interface 0.1.0__tar.gz → 0.1.2__tar.gz
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 hana-cloud-interface might be problematic. Click here for more details.
- {hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/PKG-INFO +1 -1
- {hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/hana_cloud_interface.egg-info/PKG-INFO +1 -1
- {hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/pyproject.toml +2 -1
- {hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/README.md +0 -0
- {hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/hana_cloud_interface.egg-info/SOURCES.txt +0 -0
- {hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/hana_cloud_interface.egg-info/dependency_links.txt +0 -0
- {hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/hana_cloud_interface.egg-info/requires.txt +0 -0
- {hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/hana_cloud_interface.egg-info/top_level.txt +0 -0
- {hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/main.py +0 -0
- {hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hana-cloud-interface
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Runs a SQL command on SAP HANA Cloud using OAuth single sign on and returns a pandas or polars dataframe
|
|
5
5
|
Requires-Python: >=3.12
|
|
6
6
|
Description-Content-Type: text/markdown
|
{hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/hana_cloud_interface.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hana-cloud-interface
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Runs a SQL command on SAP HANA Cloud using OAuth single sign on and returns a pandas or polars dataframe
|
|
5
5
|
Requires-Python: >=3.12
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "hana-cloud-interface"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.2"
|
|
4
4
|
description = "Runs a SQL command on SAP HANA Cloud using OAuth single sign on and returns a pandas or polars dataframe"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.12"
|
|
7
7
|
dependencies = ['keyring','hdbcli','polars','pandas']
|
|
8
|
+
|
|
File without changes
|
{hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/hana_cloud_interface.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{hana_cloud_interface-0.1.0 → hana_cloud_interface-0.1.2}/hana_cloud_interface.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|