Skip to content

Add packaging for uv tool install#1

Open
mi-skam wants to merge 1 commit into
miku:mainfrom
mi-skam:uv-tool-install
Open

Add packaging for uv tool install#1
mi-skam wants to merge 1 commit into
miku:mainfrom
mi-skam:uv-tool-install

Conversation

@mi-skam

@mi-skam mi-skam commented Jul 6, 2026

Copy link
Copy Markdown

This adds minimal Python packaging metadata so the project can be installed directly as a uv tool from GitHub:

uv tool install git+https://github.com/miku/typeout

The package exposes a typeout console script that execs the bundled shell amalgamation, preserving the existing runtime behavior and dependency management. The README installation section now documents the uv tool install path while keeping the direct script download as an alternative.

Validation performed:

  • uv build
  • uv tool install .
  • uv tool install git+file://...
  • typeout --version
  • python3 -m py_compile src/typeout_tool/__init__.py typeout-cpu.py typeout-gpu.py

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.

1 participant