xparse-client 0.2.0__py3-none-any.whl → 0.2.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.
- xparse_client/__init__.py +4 -2
- {xparse_client-0.2.0.dist-info → xparse_client-0.2.1.dist-info}/METADATA +1 -1
- xparse_client-0.2.1.dist-info/RECORD +6 -0
- xparse_client-0.2.0.dist-info/RECORD +0 -6
- {xparse_client-0.2.0.dist-info → xparse_client-0.2.1.dist-info}/WHEEL +0 -0
- {xparse_client-0.2.0.dist-info → xparse_client-0.2.1.dist-info}/licenses/LICENSE +0 -0
- {xparse_client-0.2.0.dist-info → xparse_client-0.2.1.dist-info}/top_level.txt +0 -0
xparse_client/__init__.py
CHANGED
|
@@ -6,7 +6,7 @@ logging.basicConfig(
|
|
|
6
6
|
encoding='utf-8'
|
|
7
7
|
)
|
|
8
8
|
|
|
9
|
-
from .pipeline.config import ParseConfig, ChunkConfig, EmbedConfig, PipelineStats
|
|
9
|
+
from .pipeline.config import ParseConfig, ChunkConfig, EmbedConfig, Stage, PipelineStats, PipelineConfig
|
|
10
10
|
from .pipeline.sources import Source, S3Source, LocalSource, FtpSource, SmbSource
|
|
11
11
|
from .pipeline.destinations import Destination, MilvusDestination, LocalDestination, S3Destination
|
|
12
12
|
from .pipeline.pipeline import Pipeline, create_pipeline_from_config
|
|
@@ -15,7 +15,9 @@ __all__ = [
|
|
|
15
15
|
'ParseConfig',
|
|
16
16
|
'ChunkConfig',
|
|
17
17
|
'EmbedConfig',
|
|
18
|
+
'Stage',
|
|
18
19
|
'PipelineStats',
|
|
20
|
+
'PipelineConfig',
|
|
19
21
|
'Source',
|
|
20
22
|
'S3Source',
|
|
21
23
|
'LocalSource',
|
|
@@ -29,4 +31,4 @@ __all__ = [
|
|
|
29
31
|
'create_pipeline_from_config',
|
|
30
32
|
]
|
|
31
33
|
|
|
32
|
-
__version__ = '0.2.
|
|
34
|
+
__version__ = '0.2.1'
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
xparse_client/__init__.py,sha256=Hj1xHPg1V1tKq9USOBuPWbYmFxRBHy4i829eM0XjSoI,901
|
|
2
|
+
xparse_client-0.2.1.dist-info/licenses/LICENSE,sha256=ckIP-MbocsP9nqYnta5KgfAicYF196B5TNdHIR6kOO0,1075
|
|
3
|
+
xparse_client-0.2.1.dist-info/METADATA,sha256=wsyQQ8ZT5C4auSVKZYldKYLIDw5_707Qt2yHVlyVink,24415
|
|
4
|
+
xparse_client-0.2.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
xparse_client-0.2.1.dist-info/top_level.txt,sha256=W5PeQwOyfo_Od3d26-gcOtan7rHYk1q3SP1phYedat4,14
|
|
6
|
+
xparse_client-0.2.1.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
xparse_client/__init__.py,sha256=9xmthqT95qlxUT0i2KNwTR4ze4031aj9he1dEv6haHg,843
|
|
2
|
-
xparse_client-0.2.0.dist-info/licenses/LICENSE,sha256=ckIP-MbocsP9nqYnta5KgfAicYF196B5TNdHIR6kOO0,1075
|
|
3
|
-
xparse_client-0.2.0.dist-info/METADATA,sha256=zwQomwSi4EatL0oBfpercGcI7IAinHuXvuuVpCkYrVY,24415
|
|
4
|
-
xparse_client-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
-
xparse_client-0.2.0.dist-info/top_level.txt,sha256=W5PeQwOyfo_Od3d26-gcOtan7rHYk1q3SP1phYedat4,14
|
|
6
|
-
xparse_client-0.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|