elastro-client 1.3.45__tar.gz → 1.3.46__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.
- {elastro_client-1.3.45/elastro_client.egg-info → elastro_client-1.3.46}/PKG-INFO +1 -1
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/__init__.py +1 -1
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/memory.py +42 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/tools.py +47 -2
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/rag/ast_parser.py +20 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/rag/ingestor.py +11 -2
- {elastro_client-1.3.45 → elastro_client-1.3.46/elastro_client.egg-info}/PKG-INFO +1 -1
- {elastro_client-1.3.45 → elastro_client-1.3.46}/pyproject.toml +1 -1
- {elastro_client-1.3.45 → elastro_client-1.3.46}/.coveragerc +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/LICENSE +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/MANIFEST.in +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/README.md +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/docs/advanced_features.md +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/docs/api_reference.md +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/docs/cli_usage.md +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/docs/commands_reference.md +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/docs/getting_started.md +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/docs/roadmap.md +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/docs/troubleshooting.md +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/advanced/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/advanced/aggregations.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/advanced/query_builder.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/advanced/scroll.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/art.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/cli.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/cluster.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/config.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/daemon.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/datastream.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/document.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/gui.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/ilm.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/index.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/index_recipes.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/ingest.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/ml.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/painless_commands.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/rag.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/script.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/security.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/snapshot.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/tasks.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/telemetry.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/template.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/commands/utils.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/completion.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/cli/output.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/config/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/config/defaults.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/config/loader.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/client.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/daemon.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/datastream.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/document.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/document_bulk.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/errors.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/ilm.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/index.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/logger.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/query_builder.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/snapshot.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/core/validation.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/gui/assets/index-CeUjjtn-.css +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/gui/assets/index-DNdGuJvV.js +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/gui/elastro.svg +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/gui/favicon.ico +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/gui/index.html +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/gui/vite.svg +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/py.typed +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/server.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/utils/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/utils/aliases.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/utils/health.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/utils/snapshots.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro/utils/templates.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro_client.egg-info/SOURCES.txt +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro_client.egg-info/dependency_links.txt +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro_client.egg-info/entry_points.txt +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro_client.egg-info/requires.txt +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/elastro_client.egg-info/top_level.txt +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/examples/client.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/examples/config_usage.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/examples/datastreams.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/examples/debug_connection.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/examples/document_operations.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/examples/index_management.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/examples/search.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/pytest.ini +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/requirements.txt +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/setup.cfg +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/setup.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/conftest.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/fixtures/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/fixtures/datastream_fixtures.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/fixtures/document_fixtures.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/fixtures/index_fixtures.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_aggregations_integration.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_client_integration.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_datastream_integration.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_docs_quickstart.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_document_integration.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_index_integration.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_query_builder_integration.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_scroll_integration.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_workflow_integration.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/manual/test_es.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/advanced/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/advanced/test_aggregations.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/advanced/test_query_builder.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/advanced/test_scroll.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/config/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/config/test_defaults.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/config/test_loader.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/core/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/core/test_client.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/core/test_datastream.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/core/test_document.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/core/test_document_bulk.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/core/test_errors.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/core/test_index.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/core/test_validation.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/utils/__init__.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/utils/test_aliases.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/utils/test_health.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/utils/test_snapshots.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/unit/utils/test_templates.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/verify_api_actions.py +0 -0
- {elastro_client-1.3.45 → elastro_client-1.3.46}/tests/verify_cli_e2e.py +0 -0
|
@@ -119,3 +119,45 @@ def search_memory(
|
|
|
119
119
|
import sys
|
|
120
120
|
|
|
121
121
|
sys.exit(1)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
@memory_group.command("prune")
|
|
125
|
+
@click.option("--days", default=7, help="Number of days to retain tactical notes")
|
|
126
|
+
@click.pass_obj
|
|
127
|
+
def prune_memory(
|
|
128
|
+
client: ElasticsearchClient,
|
|
129
|
+
days: int,
|
|
130
|
+
) -> None:
|
|
131
|
+
"""
|
|
132
|
+
Prune 'tactical' memory notes older than the specified threshold.
|
|
133
|
+
"""
|
|
134
|
+
index_name = "agent_semantic_memory"
|
|
135
|
+
|
|
136
|
+
from datetime import datetime, timezone, timedelta
|
|
137
|
+
|
|
138
|
+
cutoff = datetime.now(timezone.utc) - timedelta(days=days)
|
|
139
|
+
cutoff_str = cutoff.strftime("%Y-%m-%dT%H:%M:%SZ")
|
|
140
|
+
|
|
141
|
+
delete_query = {
|
|
142
|
+
"query": {
|
|
143
|
+
"bool": {
|
|
144
|
+
"must": [
|
|
145
|
+
{"term": {"note_type": "tactical"}},
|
|
146
|
+
{"range": {"timestamp": {"lt": cutoff_str}}},
|
|
147
|
+
]
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
try:
|
|
153
|
+
response = client.client.delete_by_query(index=index_name, body=delete_query)
|
|
154
|
+
deleted = response.get("deleted", 0)
|
|
155
|
+
click.secho(
|
|
156
|
+
f">> Pruned {deleted} tactical memory notes older than {days} days.",
|
|
157
|
+
fg="green",
|
|
158
|
+
)
|
|
159
|
+
except Exception as e:
|
|
160
|
+
click.secho(f"Failed to prune memory notes: {e}", fg="red", err=True)
|
|
161
|
+
import sys
|
|
162
|
+
|
|
163
|
+
sys.exit(1)
|
|
@@ -35,12 +35,25 @@ def register_tool(
|
|
|
35
35
|
index_name = "flow_tools"
|
|
36
36
|
timestamp = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
|
|
37
37
|
|
|
38
|
+
import os
|
|
39
|
+
import hashlib
|
|
40
|
+
|
|
41
|
+
file_hash = "unknown"
|
|
42
|
+
if os.path.isfile(file_path):
|
|
43
|
+
with open(file_path, "rb") as f:
|
|
44
|
+
file_hash = hashlib.sha256(f.read()).hexdigest()
|
|
45
|
+
else:
|
|
46
|
+
click.secho(
|
|
47
|
+
f"Warning: File '{file_path}' not found at registration time.", fg="yellow"
|
|
48
|
+
)
|
|
49
|
+
|
|
38
50
|
payload = {
|
|
39
51
|
"timestamp": timestamp,
|
|
40
52
|
"tool_name": tool_name,
|
|
41
53
|
"file_path": file_path,
|
|
42
54
|
"purpose": purpose,
|
|
43
55
|
"parameters": parameters,
|
|
56
|
+
"file_hash": file_hash,
|
|
44
57
|
}
|
|
45
58
|
|
|
46
59
|
try:
|
|
@@ -89,11 +102,43 @@ def search_tools(
|
|
|
89
102
|
if not isinstance(hit, dict):
|
|
90
103
|
continue
|
|
91
104
|
source = hit.get("_source", {})
|
|
92
|
-
|
|
93
|
-
|
|
105
|
+
tool_name = source.get("tool_name", "Unknown")
|
|
106
|
+
file_path = source.get("file_path", "unknown")
|
|
107
|
+
indexed_hash = source.get("file_hash", "unknown")
|
|
108
|
+
|
|
109
|
+
click.echo(f"\n[TOOL] {tool_name}")
|
|
110
|
+
click.echo(f" Path: {file_path}")
|
|
94
111
|
click.echo(f" Purpose: {source.get('purpose', '')}")
|
|
95
112
|
click.echo(f" Parameters: {source.get('parameters', '')}")
|
|
96
113
|
|
|
114
|
+
import os
|
|
115
|
+
import hashlib
|
|
116
|
+
|
|
117
|
+
if file_path != "unknown" and os.path.isfile(file_path):
|
|
118
|
+
with open(file_path, "rb") as f:
|
|
119
|
+
current_hash = hashlib.sha256(f.read()).hexdigest()
|
|
120
|
+
|
|
121
|
+
if indexed_hash == "unknown":
|
|
122
|
+
click.secho(
|
|
123
|
+
" Hash Status: [UNTRACKED] No index hash recorded.",
|
|
124
|
+
fg="yellow",
|
|
125
|
+
)
|
|
126
|
+
elif current_hash != indexed_hash:
|
|
127
|
+
click.secho(
|
|
128
|
+
" Hash Status: [STALE] Local file modified since registration!",
|
|
129
|
+
fg="red",
|
|
130
|
+
bold=True,
|
|
131
|
+
)
|
|
132
|
+
else:
|
|
133
|
+
click.secho(
|
|
134
|
+
" Hash Status: [VERIFIED] Local file matches index exact.",
|
|
135
|
+
fg="green",
|
|
136
|
+
)
|
|
137
|
+
else:
|
|
138
|
+
click.secho(
|
|
139
|
+
" Hash Status: [MISSING] File not found on disk.", fg="red"
|
|
140
|
+
)
|
|
141
|
+
|
|
97
142
|
except Exception as e:
|
|
98
143
|
click.secho(f"Search failed: {e}", fg="red", err=True)
|
|
99
144
|
import sys
|
|
@@ -56,6 +56,8 @@ class ASTParser:
|
|
|
56
56
|
return "typescript"
|
|
57
57
|
elif ext == ".vue":
|
|
58
58
|
return "vue"
|
|
59
|
+
elif ext == ".md":
|
|
60
|
+
return "markdown"
|
|
59
61
|
return "unsupported"
|
|
60
62
|
|
|
61
63
|
def parse_file(self, file_path: str, content: str) -> List[Dict[str, Any]]:
|
|
@@ -65,6 +67,24 @@ class ASTParser:
|
|
|
65
67
|
ext = os.path.splitext(file_path)[1]
|
|
66
68
|
lang = self._determine_language(ext)
|
|
67
69
|
|
|
70
|
+
if lang == "markdown":
|
|
71
|
+
import re
|
|
72
|
+
|
|
73
|
+
# Extract declarative Node-IDs like `repo:path/to/file.py::0` or `path/to/file.py`
|
|
74
|
+
node_refs = re.findall(
|
|
75
|
+
r"`([a-zA-Z0-9_\-\.]+:[a-zA-Z0-9_\-\.\/]+::\d+)`", content
|
|
76
|
+
)
|
|
77
|
+
file_refs = re.findall(r"`([a-zA-Z0-9_\-\.\/]+\.[a-zA-Z]{2,4})`", content)
|
|
78
|
+
return [
|
|
79
|
+
{
|
|
80
|
+
"chunk_type": "knowledge_item",
|
|
81
|
+
"name": os.path.basename(file_path),
|
|
82
|
+
"content": content,
|
|
83
|
+
"functions_defined": list(set(node_refs)),
|
|
84
|
+
"functions_called": list(set(file_refs)),
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
|
|
68
88
|
if lang not in self.parsers:
|
|
69
89
|
return [
|
|
70
90
|
{
|
|
@@ -23,8 +23,17 @@ class GraphRAGManager:
|
|
|
23
23
|
self.index_name = index_name
|
|
24
24
|
self.ast_parser = ASTParser()
|
|
25
25
|
|
|
26
|
-
# We explicitly target the agent's core polyglot languages
|
|
27
|
-
self.supported_extensions = {
|
|
26
|
+
# We explicitly target the agent's core polyglot languages + Markdown for KI Bridging
|
|
27
|
+
self.supported_extensions = {
|
|
28
|
+
".py",
|
|
29
|
+
".go",
|
|
30
|
+
".vue",
|
|
31
|
+
".js",
|
|
32
|
+
".ts",
|
|
33
|
+
".jsx",
|
|
34
|
+
".tsx",
|
|
35
|
+
".md",
|
|
36
|
+
}
|
|
28
37
|
|
|
29
38
|
# Prevent indexing binary data, large dependency folders, or generated outputs
|
|
30
39
|
self.ignore_dirs = {
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "elastro-client"
|
|
7
|
-
version = "1.3.
|
|
7
|
+
version = "1.3.46"
|
|
8
8
|
description = "A comprehensive Python library for Elasticsearch management with both programmatic and CLI interfaces"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9,<3.14"
|
|
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
|
|
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
|
|
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
|
{elastro_client-1.3.45 → elastro_client-1.3.46}/elastro_client.egg-info/dependency_links.txt
RENAMED
|
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
|
{elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_aggregations_integration.py
RENAMED
|
File without changes
|
{elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_client_integration.py
RENAMED
|
File without changes
|
{elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_datastream_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_document_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_query_builder_integration.py
RENAMED
|
File without changes
|
{elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_scroll_integration.py
RENAMED
|
File without changes
|
{elastro_client-1.3.45 → elastro_client-1.3.46}/tests/integration/test_workflow_integration.py
RENAMED
|
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
|