lql-cli 0.2.0__tar.gz → 0.2.1__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.
- {lql_cli-0.2.0 → lql_cli-0.2.1}/.claude/settings.local.json +8 -1
- {lql_cli-0.2.0 → lql_cli-0.2.1}/PKG-INFO +5 -2
- {lql_cli-0.2.0 → lql_cli-0.2.1}/README.md +4 -1
- {lql_cli-0.2.0 → lql_cli-0.2.1}/pyproject.toml +1 -1
- lql_cli-0.2.1/src/lql/__init__.py +1 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/uv.lock +2 -2
- lql_cli-0.2.0/src/lql/__init__.py +0 -1
- {lql_cli-0.2.0 → lql_cli-0.2.1}/.gitignore +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/_opts.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/api.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/cli.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/__init__.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/annotations.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/auth.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/buckets.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/datasets.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/edits.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/evals.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/highlights.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/instructions.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/issues.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/reports.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/skills.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/spec.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/workspaces.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/config.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/output.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/sessions.py +0 -0
- {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/util.py +0 -0
|
@@ -56,7 +56,14 @@
|
|
|
56
56
|
"Bash(python3 -c \"import sys,json; d=json.load\\(sys.stdin\\)['info']; print\\('name:', d['name']\\); print\\('version:', d['version']\\); print\\('summary:', d.get\\('summary'\\)\\); print\\('author:', d.get\\('author'\\)\\); print\\('home:', d.get\\('home_page'\\) or d.get\\('project_url'\\)\\); print\\('uploaded releases:', len\\(json.load\\(open\\('/dev/stdin'\\)\\) if False else []\\) \\)\")",
|
|
57
57
|
"Bash(python3 -c \"import sys,json; d=json.load\\(sys.stdin\\)['info']; print\\('name:',d['name']\\); print\\('version:',d['version']\\); print\\('summary:',d.get\\('summary'\\)\\); print\\('author:',d.get\\('author'\\)\\)\")",
|
|
58
58
|
"Bash(uvx --quiet twine check dist/*)",
|
|
59
|
-
"Bash(python3 -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\('name:', d['info']['name']\\); print\\('version:', d['info']['version']\\); print\\('files:', [f['filename'] for f in d['urls']]\\)\")"
|
|
59
|
+
"Bash(python3 -c \"import sys,json; d=json.load\\(sys.stdin\\); print\\('name:', d['info']['name']\\); print\\('version:', d['info']['version']\\); print\\('files:', [f['filename'] for f in d['urls']]\\)\")",
|
|
60
|
+
"Bash(rm -f ~/.config/lql/publish.env)",
|
|
61
|
+
"Read(//Users/jonathanbuchanan/.config/lql/**)",
|
|
62
|
+
"Bash(rmdir ~/.config/lql)",
|
|
63
|
+
"Bash(git tag *)",
|
|
64
|
+
"Bash(git show *)",
|
|
65
|
+
"Bash(git ls-remote *)",
|
|
66
|
+
"Bash(awk 'NR>=235{print NR\": \"$0}' README.md)"
|
|
60
67
|
]
|
|
61
68
|
}
|
|
62
69
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lql-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Summary: lql — CLI for the Liquid DataViewer platform
|
|
5
5
|
Project-URL: Homepage, https://github.com/Liquid4All/lql
|
|
6
6
|
Author: Liquid AI
|
|
@@ -16,6 +16,8 @@ Description-Content-Type: text/markdown
|
|
|
16
16
|
|
|
17
17
|
Scriptable CLI for the [Liquid DataViewer](https://dataviewer.liquid.ai) platform. Designed for both humans and AI agents (Claude Code, Codex, etc.) to automate datasets, eval analysis, spec docs, annotations, and more.
|
|
18
18
|
|
|
19
|
+
A Python package (Python ≥ 3.9), published on PyPI as **[`lql-cli`](https://pypi.org/project/lql-cli/)** — the installed command is `lql`.
|
|
20
|
+
|
|
19
21
|
## Quick start
|
|
20
22
|
|
|
21
23
|
```bash
|
|
@@ -90,6 +92,7 @@ lql logout
|
|
|
90
92
|
| `LQL_API_URL` | Override API base URL |
|
|
91
93
|
| `LQL_HF_TOKEN` | HuggingFace token (required for `datasets upload`) |
|
|
92
94
|
| `LQL_EVAL_WORKSPACE` | Default workspace for `eval list` |
|
|
95
|
+
| `LQL_ALLOW_INSECURE_API_URL` | Set to `1` to allow a plaintext `http://` API URL to a non-loopback host (off by default — the token is only sent over HTTPS or to localhost) |
|
|
93
96
|
|
|
94
97
|
## Command reference
|
|
95
98
|
|
|
@@ -313,7 +316,7 @@ All commands accept:
|
|
|
313
316
|
"default": {
|
|
314
317
|
"token": "ak_live_...",
|
|
315
318
|
"key_id": "uuid",
|
|
316
|
-
"api_url": "https://api.
|
|
319
|
+
"api_url": "https://liquid-anchor-api.fly.dev"
|
|
317
320
|
}
|
|
318
321
|
}
|
|
319
322
|
}
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Scriptable CLI for the [Liquid DataViewer](https://dataviewer.liquid.ai) platform. Designed for both humans and AI agents (Claude Code, Codex, etc.) to automate datasets, eval analysis, spec docs, annotations, and more.
|
|
4
4
|
|
|
5
|
+
A Python package (Python ≥ 3.9), published on PyPI as **[`lql-cli`](https://pypi.org/project/lql-cli/)** — the installed command is `lql`.
|
|
6
|
+
|
|
5
7
|
## Quick start
|
|
6
8
|
|
|
7
9
|
```bash
|
|
@@ -76,6 +78,7 @@ lql logout
|
|
|
76
78
|
| `LQL_API_URL` | Override API base URL |
|
|
77
79
|
| `LQL_HF_TOKEN` | HuggingFace token (required for `datasets upload`) |
|
|
78
80
|
| `LQL_EVAL_WORKSPACE` | Default workspace for `eval list` |
|
|
81
|
+
| `LQL_ALLOW_INSECURE_API_URL` | Set to `1` to allow a plaintext `http://` API URL to a non-loopback host (off by default — the token is only sent over HTTPS or to localhost) |
|
|
79
82
|
|
|
80
83
|
## Command reference
|
|
81
84
|
|
|
@@ -299,7 +302,7 @@ All commands accept:
|
|
|
299
302
|
"default": {
|
|
300
303
|
"token": "ak_live_...",
|
|
301
304
|
"key_id": "uuid",
|
|
302
|
-
"api_url": "https://api.
|
|
305
|
+
"api_url": "https://liquid-anchor-api.fly.dev"
|
|
303
306
|
}
|
|
304
307
|
}
|
|
305
308
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.2.1"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.2.0"
|
|
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
|