xparse-client 0.2.12__tar.gz → 0.2.13__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.
Files changed (18) hide show
  1. {xparse_client-0.2.12/xparse_client.egg-info → xparse_client-0.2.13}/PKG-INFO +1 -1
  2. {xparse_client-0.2.12 → xparse_client-0.2.13}/pyproject.toml +1 -1
  3. {xparse_client-0.2.12 → xparse_client-0.2.13/xparse_client.egg-info}/PKG-INFO +1 -1
  4. {xparse_client-0.2.12 → xparse_client-0.2.13}/LICENSE +0 -0
  5. {xparse_client-0.2.12 → xparse_client-0.2.13}/README.md +0 -0
  6. {xparse_client-0.2.12 → xparse_client-0.2.13}/example/run_pipeline.py +0 -0
  7. {xparse_client-0.2.12 → xparse_client-0.2.13}/example/run_pipeline_test.py +0 -0
  8. {xparse_client-0.2.12 → xparse_client-0.2.13}/setup.cfg +0 -0
  9. {xparse_client-0.2.12 → xparse_client-0.2.13}/xparse_client/__init__.py +0 -0
  10. {xparse_client-0.2.12 → xparse_client-0.2.13}/xparse_client/pipeline/__init__.py +0 -0
  11. {xparse_client-0.2.12 → xparse_client-0.2.13}/xparse_client/pipeline/config.py +0 -0
  12. {xparse_client-0.2.12 → xparse_client-0.2.13}/xparse_client/pipeline/destinations.py +0 -0
  13. {xparse_client-0.2.12 → xparse_client-0.2.13}/xparse_client/pipeline/pipeline.py +0 -0
  14. {xparse_client-0.2.12 → xparse_client-0.2.13}/xparse_client/pipeline/sources.py +0 -0
  15. {xparse_client-0.2.12 → xparse_client-0.2.13}/xparse_client.egg-info/SOURCES.txt +0 -0
  16. {xparse_client-0.2.12 → xparse_client-0.2.13}/xparse_client.egg-info/dependency_links.txt +0 -0
  17. {xparse_client-0.2.12 → xparse_client-0.2.13}/xparse_client.egg-info/requires.txt +0 -0
  18. {xparse_client-0.2.12 → xparse_client-0.2.13}/xparse_client.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xparse-client
3
- Version: 0.2.12
3
+ Version: 0.2.13
4
4
  Summary: 面向Agent和RAG的新一代文档处理 AI Infra
5
5
  License-Expression: MIT
6
6
  Project-URL: Homepage, https://gitlab.intsig.net/xparse1/xparse-pipeline
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "xparse-client"
7
- version = "0.2.12"
7
+ version = "0.2.13"
8
8
  description = "面向Agent和RAG的新一代文档处理 AI Infra"
9
9
  readme = "README.md"
10
10
  license = "MIT"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xparse-client
3
- Version: 0.2.12
3
+ Version: 0.2.13
4
4
  Summary: 面向Agent和RAG的新一代文档处理 AI Infra
5
5
  License-Expression: MIT
6
6
  Project-URL: Homepage, https://gitlab.intsig.net/xparse1/xparse-pipeline
File without changes
File without changes
File without changes