From a49b10f5582a82514e32536512915fff2608518c Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 11 Apr 2026 11:53:02 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20initial=20README=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c1d17b7 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ + + +```shell +ยป uvx --from 'git+https://git.hatter.ink/hatter/py-scripts.git#subdirectory=projects/hello-world' run + Updated https://git.hatter.ink/hatter/py-scripts.git (1cde9d325ec45b6e18aaa68b9af92600b1ded781) + Built hello-world @ git+https://git.hatter.ink/hatter/py-scripts.git@1cde9d325ec45b6e18aaa68b9af92600b1ded781#subdirectory=projects/hello-world +Installed 6 packages in 9ms +Hello World! +``` +