xp3-tool 4.0__py3-none-any.whl → 4.2__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.
xp3_tool/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
- from .xp3_tool import uuid, CallAi
1
+ from .xp3_tool import uuid, CallAi, ExcelOSSHandler
2
2
 
3
3
  __all__ = [
4
4
  "uuid",
@@ -6,4 +6,4 @@ __all__ = [
6
6
  "ExcelOSSHandler"
7
7
  ]
8
8
 
9
- __version__ = "4.0"
9
+ __version__ = "4.2"
xp3_tool/xp3_tool.py CHANGED
@@ -1,6 +1,12 @@
1
1
  from openai import OpenAI
2
2
  import string
3
3
  import random
4
+ import os
5
+ import io
6
+ import pandas as pd
7
+ import oss2
8
+ from oss2.exceptions import ClientError
9
+ from typing import Optional
4
10
 
5
11
  def uuid(length=16):
6
12
  chars = string.ascii_letters + string.digits
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xp3_tool
3
- Version: 4.0
3
+ Version: 4.2
4
4
  Summary: xp_t3_tool
5
5
  Home-page:
6
6
  Author: XuPeng
@@ -0,0 +1,6 @@
1
+ xp3_tool/__init__.py,sha256=S_eo0jPNxXRjQsqQWCRgFFH79zT3zVxiVVmIU9j1mzI,143
2
+ xp3_tool/xp3_tool.py,sha256=ymlVzwEjnKeWOXiA4xJ8cnonLChPu35pIkq5dsWuY1Y,4916
3
+ xp3_tool-4.2.dist-info/METADATA,sha256=dyHzCslVFwSNJv_disIBT8S-BYpwew_Zy6Vd_ESLIEk,983
4
+ xp3_tool-4.2.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
5
+ xp3_tool-4.2.dist-info/top_level.txt,sha256=-ZymY_DANWiYTM4HO3wt5TzrWmCz4QYuIOeMBZDWSvM,9
6
+ xp3_tool-4.2.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- xp3_tool/__init__.py,sha256=owuIVCDv-eO7DI94ukbLexgStMBKOQzQeRgD40oR5Zk,126
2
- xp3_tool/xp3_tool.py,sha256=LlBiVccFmmeRjIJHtg4qgWeZtPs7ja2cbTmmRG1He3k,4790
3
- xp3_tool-4.0.dist-info/METADATA,sha256=17waBqylokLAyUalGVqvf6oVEfbLsqFj-RVXAkfoyi8,983
4
- xp3_tool-4.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
5
- xp3_tool-4.0.dist-info/top_level.txt,sha256=-ZymY_DANWiYTM4HO3wt5TzrWmCz4QYuIOeMBZDWSvM,9
6
- xp3_tool-4.0.dist-info/RECORD,,
File without changes