Personal tools
Project description
README
run without install
➜ ~ uv tool list
echowuhao v0.3.4
- auto_commit
- hello
ruff v0.6.4
- ruff
➜ ~ uvx echowuhao
The executable `echowuhao` was not found.
warning: An executable named `echowuhao` is not provided by package `echowuhao`.
The following executables are provided by `echowuhao`:
- auto_commit
- hello
➜ ~ uvx --from echowuhao hello
Hello from echowuhao!
➜ ~
run latest version without install
uvx --from echowuhao@latest hello
install and run
➜ ~ uv tool install echowuhao==0.3.4
Resolved 6 packages in 2.13s
Prepared 1 package in 192ms
Uninstalled 1 package in 7ms
Installed 1 package in 8ms
- echowuhao==0.2.0 (from file:///Users/hwu/dev/py_lib/echowuhao)
+ echowuhao==0.3.4
Installed 2 executables: auto_commit, hello
➜ ~ uv tool list
echowuhao v0.3.4
- auto_commit
- hello
ruff v0.6.4
- ruff
➜ ~ hello
Hello from echowuhao!
upgrade
➜ dev uv tool upgrade echowuhao
Updated echowuhao v0.3.6 -> v0.3.7
- anyio==4.4.0
+ anyio==4.6.0
- echowuhao==0.3.6
+ echowuhao==0.3.7
- openai==1.45.0
+ openai==1.47.0
- pydantic==2.9.1
+ pydantic==2.9.2
- pydantic-core==2.23.3
+ pydantic-core==2.23.4
Installed 4 executables: auto_commit, chat, choose_model, hello
dev
uv develop and build using uv is good
uv sync
uv lock
uv build
uploading
uvx twine upload dist/*
install
using uv
uv tool install echowuhao=0.3.4
or
using pipx
pipx install echowuhao==0.3.4
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
echowuhao-0.3.8.tar.gz
(31.5 kB
view details)
Built Distribution
File details
Details for the file echowuhao-0.3.8.tar.gz
.
File metadata
- Download URL: echowuhao-0.3.8.tar.gz
- Upload date:
- Size: 31.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd4500afe3cfd8352b6c9326544852733b694f63a68f0835e5376a5aeb65b296 |
|
MD5 | 0905ae95f66850a69c14ef8149b41089 |
|
BLAKE2b-256 | 1da2bc9fe4a9add20e745d9ae887b5c038bfd77cd3292452c35dcc4fca5d779c |
File details
Details for the file echowuhao-0.3.8-py3-none-any.whl
.
File metadata
- Download URL: echowuhao-0.3.8-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6df0790332465f178143ff69d68e88c08a3d0df6c6ef2ce6368a77f373631b5 |
|
MD5 | 3e7dc9e8c7d0e14fda97d0214ac52f5f |
|
BLAKE2b-256 | c03a34d3a707365748009fc9bd062ba02cb824ccd1e5d4992a4aa6893b6d154f |