sunholo 0.120.5__py3-none-any.whl → 0.121.0__py3-none-any.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.
- sunholo/excel/plugin.py +1 -1
- {sunholo-0.120.5.dist-info → sunholo-0.121.0.dist-info}/METADATA +1 -1
- {sunholo-0.120.5.dist-info → sunholo-0.121.0.dist-info}/RECORD +7 -7
- {sunholo-0.120.5.dist-info → sunholo-0.121.0.dist-info}/LICENSE.txt +0 -0
- {sunholo-0.120.5.dist-info → sunholo-0.121.0.dist-info}/WHEEL +0 -0
- {sunholo-0.120.5.dist-info → sunholo-0.121.0.dist-info}/entry_points.txt +0 -0
- {sunholo-0.120.5.dist-info → sunholo-0.121.0.dist-info}/top_level.txt +0 -0
sunholo/excel/plugin.py
CHANGED
@@ -47,7 +47,7 @@ def setup_excel_plugin(args):
|
|
47
47
|
subprocess.run([python_executable, "-c", "import xlwings"], check=True, capture_output=True)
|
48
48
|
console.print("xlwings is installed in the Python environment.")
|
49
49
|
except subprocess.CalledProcessError:
|
50
|
-
console.print("[bold red]WARNING: xlwings is not installed in the Python environment. Please install it using 'pip install sunholo
|
50
|
+
console.print("[bold red]WARNING: xlwings is not installed in the Python environment. Please install it using 'pip install sunholo[excel]'[/bold red]")
|
51
51
|
|
52
52
|
|
53
53
|
# Write the xlwings.conf file
|
@@ -81,7 +81,7 @@ sunholo/embedder/__init__.py,sha256=sI4N_CqgEVcrMDxXgxKp1FsfsB4FpjoXgPGkl4N_u4I,
|
|
81
81
|
sunholo/embedder/embed_chunk.py,sha256=did2pKkWM2o0KkRcb0H9l2x_WjCq6OyuHDxGbITFKPM,6530
|
82
82
|
sunholo/embedder/embed_metadata.py,sha256=2ziUIdVwnbCUU8gOwQWEvkrRcyp-7IeyZfSsWNkMquA,866
|
83
83
|
sunholo/excel/__init__.py,sha256=AqTMN9K4qJYi4maEgoORc5oxDVGO_eqmwzDaVP37JgY,56
|
84
|
-
sunholo/excel/plugin.py,sha256=
|
84
|
+
sunholo/excel/plugin.py,sha256=TJJdcKWyqEIce1agCJImvqvNp2CvLhzi4wUmLYHcLc8,4032
|
85
85
|
sunholo/gcs/__init__.py,sha256=SZvbsMFDko40sIRHTHppA37IijvJTae54vrhooEF5-4,90
|
86
86
|
sunholo/gcs/add_file.py,sha256=Pd5Zc1a3gqbuBgSI-UDC2mQnYGLJbAh_-IUzkDN5s9k,8273
|
87
87
|
sunholo/gcs/download_folder.py,sha256=ijJTnS595JqZhBH8iHFErQilMbkuKgL-bnTCMLGuvlA,1614
|
@@ -166,9 +166,9 @@ sunholo/vertex/init.py,sha256=1OQwcPBKZYBTDPdyU7IM4X4OmiXLdsNV30C-fee2scQ,2875
|
|
166
166
|
sunholo/vertex/memory_tools.py,sha256=tBZxqVZ4InTmdBvLlOYwoSEWu4-kGquc-gxDwZCC4FA,7667
|
167
167
|
sunholo/vertex/safety.py,sha256=S9PgQT1O_BQAkcqauWncRJaydiP8Q_Jzmu9gxYfy1VA,2482
|
168
168
|
sunholo/vertex/type_dict_to_json.py,sha256=uTzL4o9tJRao4u-gJOFcACgWGkBOtqACmb6ihvCErL8,4694
|
169
|
-
sunholo-0.
|
170
|
-
sunholo-0.
|
171
|
-
sunholo-0.
|
172
|
-
sunholo-0.
|
173
|
-
sunholo-0.
|
174
|
-
sunholo-0.
|
169
|
+
sunholo-0.121.0.dist-info/LICENSE.txt,sha256=SdE3QjnD3GEmqqg9EX3TM9f7WmtOzqS1KJve8rhbYmU,11345
|
170
|
+
sunholo-0.121.0.dist-info/METADATA,sha256=xfdz083WUmJThGmmnsBzJl1kN_l5xw9L8ogD6L0i0qw,9808
|
171
|
+
sunholo-0.121.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
172
|
+
sunholo-0.121.0.dist-info/entry_points.txt,sha256=bZuN5AIHingMPt4Ro1b_T-FnQvZ3teBes-3OyO0asl4,49
|
173
|
+
sunholo-0.121.0.dist-info/top_level.txt,sha256=wt5tadn5--5JrZsjJz2LceoUvcrIvxjHJe-RxuudxAk,8
|
174
|
+
sunholo-0.121.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|