xp3-tool 4.0__py3-none-any.whl → 4.1__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 +1 -1
- xp3_tool/xp3_tool.py +6 -0
- {xp3_tool-4.0.dist-info → xp3_tool-4.1.dist-info}/METADATA +1 -1
- xp3_tool-4.1.dist-info/RECORD +6 -0
- xp3_tool-4.0.dist-info/RECORD +0 -6
- {xp3_tool-4.0.dist-info → xp3_tool-4.1.dist-info}/WHEEL +0 -0
- {xp3_tool-4.0.dist-info → xp3_tool-4.1.dist-info}/top_level.txt +0 -0
xp3_tool/__init__.py
CHANGED
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
|
@@ -0,0 +1,6 @@
|
|
1
|
+
xp3_tool/__init__.py,sha256=fyPBxuuRcX5ycsCvwMRp9SD462HDhX97P89cKGOn7xk,126
|
2
|
+
xp3_tool/xp3_tool.py,sha256=ymlVzwEjnKeWOXiA4xJ8cnonLChPu35pIkq5dsWuY1Y,4916
|
3
|
+
xp3_tool-4.1.dist-info/METADATA,sha256=ufc5WZPrU__FX5n2ZpcJRGAy5ghOs4uCxahillrTtK4,983
|
4
|
+
xp3_tool-4.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
5
|
+
xp3_tool-4.1.dist-info/top_level.txt,sha256=-ZymY_DANWiYTM4HO3wt5TzrWmCz4QYuIOeMBZDWSvM,9
|
6
|
+
xp3_tool-4.1.dist-info/RECORD,,
|
xp3_tool-4.0.dist-info/RECORD
DELETED
@@ -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
|
File without changes
|