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.
Files changed (29) hide show
  1. {lql_cli-0.2.0 → lql_cli-0.2.1}/.claude/settings.local.json +8 -1
  2. {lql_cli-0.2.0 → lql_cli-0.2.1}/PKG-INFO +5 -2
  3. {lql_cli-0.2.0 → lql_cli-0.2.1}/README.md +4 -1
  4. {lql_cli-0.2.0 → lql_cli-0.2.1}/pyproject.toml +1 -1
  5. lql_cli-0.2.1/src/lql/__init__.py +1 -0
  6. {lql_cli-0.2.0 → lql_cli-0.2.1}/uv.lock +2 -2
  7. lql_cli-0.2.0/src/lql/__init__.py +0 -1
  8. {lql_cli-0.2.0 → lql_cli-0.2.1}/.gitignore +0 -0
  9. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/_opts.py +0 -0
  10. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/api.py +0 -0
  11. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/cli.py +0 -0
  12. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/__init__.py +0 -0
  13. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/annotations.py +0 -0
  14. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/auth.py +0 -0
  15. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/buckets.py +0 -0
  16. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/datasets.py +0 -0
  17. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/edits.py +0 -0
  18. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/evals.py +0 -0
  19. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/highlights.py +0 -0
  20. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/instructions.py +0 -0
  21. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/issues.py +0 -0
  22. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/reports.py +0 -0
  23. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/skills.py +0 -0
  24. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/spec.py +0 -0
  25. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/commands/workspaces.py +0 -0
  26. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/config.py +0 -0
  27. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/output.py +0 -0
  28. {lql_cli-0.2.0 → lql_cli-0.2.1}/src/lql/sessions.py +0 -0
  29. {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.0
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.dataviewer.liquid.ai"
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.dataviewer.liquid.ai"
305
+ "api_url": "https://liquid-anchor-api.fly.dev"
303
306
  }
304
307
  }
305
308
  }
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "lql-cli"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "lql — CLI for the Liquid DataViewer platform"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -0,0 +1 @@
1
+ __version__ = "0.2.1"
@@ -284,8 +284,8 @@ wheels = [
284
284
  ]
285
285
 
286
286
  [[package]]
287
- name = "lql"
288
- version = "0.2.0"
287
+ name = "lql-cli"
288
+ version = "0.2.1"
289
289
  source = { editable = "." }
290
290
  dependencies = [
291
291
  { name = "httpx" },
@@ -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