rosetta-cli 2.0.14__tar.gz → 2.0.16__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.
- {rosetta_cli-2.0.14/rosetta_cli.egg-info → rosetta_cli-2.0.16}/PKG-INFO +1 -3
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/README.md +0 -1
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/pyproject.toml +1 -2
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16/rosetta_cli.egg-info}/PKG-INFO +1 -3
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/MANIFEST.in +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/env.template +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/__init__.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/__main__.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/cli.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/commands/__init__.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/commands/base_command.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/commands/cleanup_command.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/commands/list_command.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/commands/parse_command.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/commands/publish_command.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/commands/verify_command.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/ims_auth.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/ims_config.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/ims_publisher.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/ims_utils.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/ragflow_client.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/services/__init__.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/services/auth_service.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/services/dataset_service.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/services/document_data.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/services/document_service.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli/typing_utils.py +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli.egg-info/SOURCES.txt +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli.egg-info/dependency_links.txt +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli.egg-info/entry_points.txt +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli.egg-info/requires.txt +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/rosetta_cli.egg-info/top_level.txt +0 -0
- {rosetta_cli-2.0.14 → rosetta_cli-2.0.16}/setup.cfg +0 -0
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rosetta-cli
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.16
|
|
4
4
|
Summary: Rosetta CLI for publishing knowledge base content to RAGFlow
|
|
5
5
|
Author-email: Rosetta Team <rosetta-support@griddynamics.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
7
|
Project-URL: Homepage, https://github.com/griddynamics/rosetta
|
|
8
|
-
Project-URL: Discord, https://discord.gg/QzZ2cWg36g
|
|
9
8
|
Project-URL: Website, https://griddynamics.github.io/rosetta/
|
|
10
9
|
Project-URL: Support, https://github.com/griddynamics/rosetta/issues
|
|
11
10
|
Keywords: rosetta,ragflow,cli,knowledge-base,publishing
|
|
@@ -36,7 +35,6 @@ This directory contains the Python package for publishing knowledge base content
|
|
|
36
35
|
|
|
37
36
|
## Community
|
|
38
37
|
|
|
39
|
-
- [Discord](https://discord.gg/QzZ2cWg36g)
|
|
40
38
|
- [Website](https://griddynamics.github.io/rosetta/)
|
|
41
39
|
- [rosetta-support@griddynamics.com](mailto:rosetta-support@griddynamics.com)
|
|
42
40
|
|
|
@@ -8,7 +8,6 @@ This directory contains the Python package for publishing knowledge base content
|
|
|
8
8
|
|
|
9
9
|
## Community
|
|
10
10
|
|
|
11
|
-
- [Discord](https://discord.gg/QzZ2cWg36g)
|
|
12
11
|
- [Website](https://griddynamics.github.io/rosetta/)
|
|
13
12
|
- [rosetta-support@griddynamics.com](mailto:rosetta-support@griddynamics.com)
|
|
14
13
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "rosetta-cli"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.16"
|
|
8
8
|
description = "Rosetta CLI for publishing knowledge base content to RAGFlow"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.12"
|
|
@@ -37,7 +37,6 @@ dev = [
|
|
|
37
37
|
|
|
38
38
|
[project.urls]
|
|
39
39
|
Homepage = "https://github.com/griddynamics/rosetta"
|
|
40
|
-
Discord = "https://discord.gg/QzZ2cWg36g"
|
|
41
40
|
Website = "https://griddynamics.github.io/rosetta/"
|
|
42
41
|
Support = "https://github.com/griddynamics/rosetta/issues"
|
|
43
42
|
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rosetta-cli
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.16
|
|
4
4
|
Summary: Rosetta CLI for publishing knowledge base content to RAGFlow
|
|
5
5
|
Author-email: Rosetta Team <rosetta-support@griddynamics.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
7
|
Project-URL: Homepage, https://github.com/griddynamics/rosetta
|
|
8
|
-
Project-URL: Discord, https://discord.gg/QzZ2cWg36g
|
|
9
8
|
Project-URL: Website, https://griddynamics.github.io/rosetta/
|
|
10
9
|
Project-URL: Support, https://github.com/griddynamics/rosetta/issues
|
|
11
10
|
Keywords: rosetta,ragflow,cli,knowledge-base,publishing
|
|
@@ -36,7 +35,6 @@ This directory contains the Python package for publishing knowledge base content
|
|
|
36
35
|
|
|
37
36
|
## Community
|
|
38
37
|
|
|
39
|
-
- [Discord](https://discord.gg/QzZ2cWg36g)
|
|
40
38
|
- [Website](https://griddynamics.github.io/rosetta/)
|
|
41
39
|
- [rosetta-support@griddynamics.com](mailto:rosetta-support@griddynamics.com)
|
|
42
40
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|