smartpipe-cli 1.3.0__tar.gz → 1.3.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.
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/CHANGELOG.md +14 -3
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/CITATION.cff +2 -2
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/PKG-INFO +3 -9
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/README.md +1 -1
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/install.md +3 -3
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/pyproject.toml +5 -12
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/__init__.py +1 -1
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/.gitignore +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/CONTRIBUTING.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/LICENSE +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/NOTICE +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/comparison.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/concepts/models-and-providers.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/concepts/output-formats.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/concepts/pipes-and-items.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/concepts/structured-output.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/cookbook/README.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/cookbook/contract-extraction.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/cookbook/live-monitoring.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/cookbook/log-triage.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/cookbook/ranking-documents.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/cookbook/stream-enrichment.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/cookbook/training-data-prep.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/cookbook/video-qa.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/cookbook/visualizing-results.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/index.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/inputs/files.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/privacy.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/quickstart.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/reference/cli.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/reference/custom-verbs.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/reference/sem-files.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/troubleshooting.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/cluster.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/diff.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/distinct.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/embed.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/extend.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/filter.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/getschema.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/join.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/map.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/outliers.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/reduce.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/sample.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/sort.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/split.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/summarize.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/top-k.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/docs/verbs/where.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/mkdocs.yml +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/qa/README.md +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/__main__.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/assets/probe.png +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/assets/probe.txt +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/assets/probe.wav +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/__init__.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/auth_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/cache_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/chart_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/cite_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/cluster_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/completions.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/config_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/diff_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/distinct_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/doctor_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/echo_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/embed_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/extend_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/filter_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/getschema_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/input_options.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/interrupts.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/join_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/map_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/outliers_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/probe_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/reduce_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/root.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/run_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/sample_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/schema_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/screens.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/sem_file.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/sort_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/split_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/summarize_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/top_k_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/usage_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/cli/where_cmd.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/config/__init__.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/config/credentials.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/config/display.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/config/doctor.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/config/paths.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/config/store.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/container.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/core/__init__.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/core/errors.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/core/jsontools.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/__init__.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/aggregate.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/blocking.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/chart.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/chunking.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/clustering.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/predicate.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/prompts.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/ranking.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/runner.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/schema.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/schema_dsl.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/tally.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/timebin.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/units.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/engine/windows.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/io/__init__.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/io/diagnostics.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/io/inputs.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/io/items.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/io/leaderboard.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/io/metering.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/io/progress.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/io/readers.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/io/text.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/io/tty.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/io/usage.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/io/writers.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/__init__.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/anthropic_adapter.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/base.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/budget.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/cache.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/gemini_native.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/http_support.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/jina.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/local_embed.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/ollama.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/openai_codex.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/openai_compat.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/openai_oauth.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/resolve.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/retry.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/stt.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/models/windows.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/parsing/__init__.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/parsing/detect.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/parsing/extract.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/py.typed +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/__init__.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/chart.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/cluster.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/common.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/convert.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/diff.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/distinct.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/embed.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/extend.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/filter.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/getschema.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/join.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/map.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/outliers.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/reduce.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/sample.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/sortverb.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/split.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/summarize.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/top_k.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/src/smartpipe/verbs/where.py +0 -0
- {smartpipe_cli-1.3.0 → smartpipe_cli-1.3.1}/tests/corpus/README.md +0 -0
|
@@ -5,6 +5,17 @@ Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) · Versioning:
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [1.3.1] — 2026-07-08
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- **PyPI no longer advertises phantom extras.** 1.3.0 kept the old extra
|
|
12
|
+
names (`[files]`, `[video]`, …) as empty compat aliases - but nothing was
|
|
13
|
+
ever published under the old name, so they protected nobody while the
|
|
14
|
+
PyPI sidebar listed six extras that contradict the everything-in-the-box
|
|
15
|
+
install story. The optional-dependencies table is gone entirely; pip
|
|
16
|
+
warns on an unknown extra and installs the complete package regardless.
|
|
17
|
+
Keywords now carry the multimodal story (pdf, audio, video, embeddings).
|
|
18
|
+
|
|
8
19
|
## [1.3.0] — 2026-07-07
|
|
9
20
|
|
|
10
21
|
Installs from PyPI as **`smartpipe-cli`** (the plain name was too close to
|
|
@@ -26,9 +37,9 @@ that degrade per-item with the provider's real reason quoted.
|
|
|
26
37
|
(PDF/DOCX/PPTX/XLSX/HTML/EPUB), video (bundled static ffmpeg), and chart
|
|
27
38
|
`--save` all ship in the core install now, joining D44's whisper and local
|
|
28
39
|
embeddings. One `pip install smartpipe-cli` is the entire multimodal surface.
|
|
29
|
-
The old extra names (
|
|
30
|
-
|
|
31
|
-
|
|
40
|
+
The old extra names briefly remained as empty aliases (removed for real
|
|
41
|
+
in 1.3.1 - nothing was ever published under the old name, so they only
|
|
42
|
+
advertised a false install story). `doctor`'s extras row now verifies the bundled components and
|
|
32
43
|
FAILS on a broken install instead of suggesting installs.
|
|
33
44
|
- **The gemini profile's default chat model is `gemini-3.1-flash-lite` (D45).**
|
|
34
45
|
Verified against the live catalog (GA, not a preview) and through the
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: smartpipe-cli
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Summary: Semantic pipes for your terminal - PDFs, images, audio, video, and text through Unix verbs that understand.
|
|
5
5
|
Project-URL: Homepage, https://github.com/prabal-rje/smartpipe
|
|
6
6
|
Project-URL: Changelog, https://github.com/prabal-rje/smartpipe/blob/main/CHANGELOG.md
|
|
@@ -9,7 +9,7 @@ Author-email: Prabal Gupta <prabal@rjeinc.ca>
|
|
|
9
9
|
License-Expression: Apache-2.0
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
License-File: NOTICE
|
|
12
|
-
Keywords: cli,grep,llm,ollama,pipes,semantic,unix
|
|
12
|
+
Keywords: audio,cli,embeddings,grep,llm,multimodal,ollama,pdf,pipes,semantic,unix,video
|
|
13
13
|
Classifier: Development Status :: 5 - Production/Stable
|
|
14
14
|
Classifier: Environment :: Console
|
|
15
15
|
Classifier: Intended Audience :: Developers
|
|
@@ -32,12 +32,6 @@ Requires-Dist: pdfminer-six>=20231228
|
|
|
32
32
|
Requires-Dist: pypdf>=5.0
|
|
33
33
|
Requires-Dist: svgwrite>=1.4
|
|
34
34
|
Requires-Dist: tomli-w>=1.0
|
|
35
|
-
Provides-Extra: all
|
|
36
|
-
Provides-Extra: anthropic
|
|
37
|
-
Provides-Extra: audio
|
|
38
|
-
Provides-Extra: charts
|
|
39
|
-
Provides-Extra: files
|
|
40
|
-
Provides-Extra: video
|
|
41
35
|
Description-Content-Type: text/markdown
|
|
42
36
|
|
|
43
37
|
# smartpipe
|
|
@@ -177,7 +171,7 @@ If smartpipe is useful in your research, cite it (or run `smartpipe cite`):
|
|
|
177
171
|
author = {Gupta, Prabal},
|
|
178
172
|
title = {smartpipe: semantic pipes for your terminal},
|
|
179
173
|
year = {2026},
|
|
180
|
-
version = {1.3.
|
|
174
|
+
version = {1.3.1},
|
|
181
175
|
license = {Apache-2.0},
|
|
182
176
|
url = {https://github.com/prabal-rje/smartpipe}
|
|
183
177
|
}
|
|
@@ -135,7 +135,7 @@ If smartpipe is useful in your research, cite it (or run `smartpipe cite`):
|
|
|
135
135
|
author = {Gupta, Prabal},
|
|
136
136
|
title = {smartpipe: semantic pipes for your terminal},
|
|
137
137
|
year = {2026},
|
|
138
|
-
version = {1.3.
|
|
138
|
+
version = {1.3.1},
|
|
139
139
|
license = {Apache-2.0},
|
|
140
140
|
url = {https://github.com/prabal-rje/smartpipe}
|
|
141
141
|
}
|
|
@@ -45,9 +45,9 @@ $ uv add smartpipe-cli
|
|
|
45
45
|
One install gives you the entire multimodal surface - documents (PDF, DOCX,
|
|
46
46
|
PPTX, XLSX, HTML, EPUB), video (a static ffmpeg is bundled), charts with
|
|
47
47
|
`--save`, Claude models, local Whisper transcription, and local embeddings.
|
|
48
|
-
There are no optional extras
|
|
49
|
-
|
|
50
|
-
the same
|
|
48
|
+
There are no optional extras at all - one name installs everything. (If an
|
|
49
|
+
old guide tells you `pip install 'smartpipe-cli[something]'`, pip will warn
|
|
50
|
+
about the unknown extra and install the same complete package anyway.)
|
|
51
51
|
|
|
52
52
|
Two local models download once on first use and cache on disk: whisper
|
|
53
53
|
(~75 MB) and the local embedder (~130 MB). Every download is announced.
|
|
@@ -4,14 +4,17 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "smartpipe-cli"
|
|
7
|
-
version = "1.3.
|
|
7
|
+
version = "1.3.1"
|
|
8
8
|
description = "Semantic pipes for your terminal - PDFs, images, audio, video, and text through Unix verbs that understand."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
11
11
|
license-files = ["LICENSE", "NOTICE"]
|
|
12
12
|
requires-python = ">=3.11"
|
|
13
13
|
authors = [{ name = "Prabal Gupta", email = "prabal@rjeinc.ca" }]
|
|
14
|
-
keywords = [
|
|
14
|
+
keywords = [
|
|
15
|
+
"cli", "llm", "unix", "pipes", "semantic", "grep", "ollama",
|
|
16
|
+
"multimodal", "pdf", "audio", "video", "embeddings",
|
|
17
|
+
]
|
|
15
18
|
classifiers = [
|
|
16
19
|
"Development Status :: 5 - Production/Stable",
|
|
17
20
|
"Environment :: Console",
|
|
@@ -45,16 +48,6 @@ dependencies = [
|
|
|
45
48
|
"svgwrite>=1.4",
|
|
46
49
|
]
|
|
47
50
|
|
|
48
|
-
[project.optional-dependencies]
|
|
49
|
-
# D46: everything ships in core. These empty aliases keep every historical
|
|
50
|
-
# "pip install 'smartpipe-cli[…]'" command working instead of erroring.
|
|
51
|
-
anthropic = []
|
|
52
|
-
files = []
|
|
53
|
-
audio = []
|
|
54
|
-
video = []
|
|
55
|
-
charts = []
|
|
56
|
-
all = []
|
|
57
|
-
|
|
58
51
|
[project.scripts]
|
|
59
52
|
smartpipe = "smartpipe.cli.root:main"
|
|
60
53
|
sempipe = "smartpipe.cli.root:main" # compat alias — the old name keeps working
|
|
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
|
|
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
|
|
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
|