Skip to content

Add conflens console command for the NiceGUI app - #23

Merged
picaultj merged 1 commit into
mainfrom
feat/conflens-cli
Aug 4, 2026
Merged

Add conflens console command for the NiceGUI app#23
picaultj merged 1 commit into
mainfrom
feat/conflens-cli

Conversation

@picaultj

@picaultj picaultj commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a conflens console command that launches the NiceGUI app once the package is installed.

  • pyproject.toml: new conflens = "conflens.cli:main" entry point; conference-analyzer kept as a backward-compatible alias (so the Docker image and older docs keep working).
  • conflens/cli.py: argparse progconflens (so --help reads usage: conflens …).
  • Updated Dockerfile ENTRYPOINT, run.py, and docs (README / AGENTS / CLAUDE) to use conflens as the primary command. The distribution name (conference-analyzer) and the local Docker image tag are left unchanged.

Usage

uv sync
uv run conflens              # → http://localhost:6868
conflens --clear-cache       # once installed on PATH

Testing

  • uv run conflens --helpusage: conflens …
  • Booted via conflensHTTP 200 (NiceGUI up)
  • conference-analyzer alias still resolves
  • ruff clean · pytest 67 passed

Branch feat/conflens-cli (per the non-claude naming rule).

Add a `conflens` entry point (conflens.cli:main) so `conflens` launches the
NiceGUI app once the package is installed; keep `conference-analyzer` as a
backward-compatible alias. Set the argparse prog to `conflens` and update the
Dockerfile ENTRYPOINT, run.py, and docs (README/AGENTS/CLAUDE) to use it.
@picaultj
picaultj merged commit aa2117a into main Aug 4, 2026
2 of 4 checks passed
@picaultj
picaultj deleted the feat/conflens-cli branch August 4, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants